Hi Pete, Ralf, ubuntu users! My English is not very good but some comments
follow at the bottom

On Wed, Aug 21, 2013 at 4:41 PM, Pete Wright <pnwri...@gmail.com> wrote:

> Thanks, Ralf
> The list is reproduced below. BTW, how do I "uncomment" if I choose to?
> I can't think of anything I changed since the last update, so I am still
> confused about getting this warning now.
> Pete
> pete@pete-GM5457E:~$ cat /etc/apt/sources.list
> # deb cdrom:[Ubuntu-Studio 12.10 _Quantal Quetzal_ - Release i386
> (20121017.1)]/ quantal main multiverse restricted universe
>
> # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
> # newer versions of the distribution.
> deb http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring main restricted
>
> ## Major bug fix updates produced after the final release of the
> ## distribution.
> deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates main restricted
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates main
> restricted
>
> ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
> ## team. Also, please note that software in universe WILL NOT receive any
> ## review or updates from the Ubuntu security team.
> deb http://ca.archive.ubuntu.com/ubuntu/ raring universe
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring universe
> deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates universe
>
> ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the
> Ubuntu
> ## team, and may not be under a free licence. Please satisfy yourself as
> to
> ## your rights to use the software. Also, please note that software in
> ## multiverse WILL NOT receive any review or updates from the Ubuntu
> ## security team.
> deb http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring multiverse
> deb http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-updates multiverse
>
> ## N.B. software from this repository may not have been tested as
> ## extensively as that contained in the main release, although it includes
> ## newer versions of some applications which may provide useful features.
> ## Also, please note that software in backports WILL NOT receive any review
> ## or updates from the Ubuntu security team.
> deb http://ca.archive.ubuntu.com/ubuntu/ raring-backports main restricted
> universe multiverse
> deb-src http://ca.archive.ubuntu.com/ubuntu/ raring-backports main
> restricted universe multiverse
>
> deb http://security.ubuntu.com/ubuntu raring-security main restricted
> deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
> deb http://security.ubuntu.com/ubuntu raring-security universe
> deb-src http://security.ubuntu.com/ubuntu raring-security universe
> deb http://security.ubuntu.com/ubuntu raring-security multiverse
> deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
>
> ## Uncomment the following two lines to add software from Canonical's
> ## 'partner' repository.
> ## This software is not part of Ubuntu, but is offered by Canonical and the
> ## respective vendors as a service to Ubuntu users.
> deb http://archive.canonical.com/ubuntu quantal partner
> # deb-src http://archive.canonical.com/ubuntu quantal partner
>
> ## Uncomment the following two lines to add software from Ubuntu's
> ## 'extras' repository.
> ## This software is not part of Ubuntu, but is offered by third-party
> ## developers who want to ship their latest software.
> deb http://extras.ubuntu.com/ubuntu quantal main
> # deb-src http://extras.ubuntu.com/ubuntu quantal main
> deb http://archive.ubuntu.com/ubuntu raring main
> # deb-src http://archive.ubuntu.com/ubuntu raring main
> pete@pete-GM5457E:~$
>
>
>
> On Tue, Aug 20, 2013 at 5:00 PM, Ralf Mardorf 
> <ralf.mard...@alice-dsl.net>wrote:
>
>>
>> On Tue, 2013-08-20 at 15:45 -0700, Pete Wright wrote:
>> > I didn't think I had any unsupported ppa
>>
>> cat /etc/apt/sources.list
>>
>> run in a terminal emulation will show if you're using a PPA or not.
>>
>>

PPA repositories' lines are not in /etc/apt/sources.list. They are, as
plain text files, ending with ".list"  under the /etc/apt/sources.list.d/
directory.

A more appropiate command to see the repos is:

cat /etc/apt/sources.list  /etc/apt/sources.list.d/*

Or, to print just the active repos (all of them), filter out the lines that
are commented out:

cat /etc/apt/sources.list  /etc/apt/sources.list.d/* | grep -v "#"

You can comment out lines if you edit these files but I suggest you should
use Software Center or Synaptic to enable / disable repos.

In my experience, multiverse and universe are trustworthy repos and most
PPA's too. That said, I disable PPA's after installing some packages that I
want to have more up to date.
-- 
ubuntu-studio-users mailing list
ubuntu-studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

Reply via email to