SparkyLinux Forums

Software & hardware support => Desktops => Topic started by: quasar on August 27, 2019, 10:54:07 PM

Title: Repositories
Post by: quasar on August 27, 2019, 10:54:07 PM
Hi,

I want to know where I can find the complete list of the repositories used for the multimedia version. I think I messed up a little bit and I want to be sure I am updating correctly.

Thanks.
Title: Re: Repositories
Post by: pavroo on August 29, 2019, 11:48:05 AM
Check the files:
/etc/apt/sources.list
/etc/apt/sources.list.d/sparky-testing.list
/etc/apt/sources.list.d/sparky-unstable.list
Title: Re: Repositories
Post by: paxmark1 on August 29, 2019, 06:06:27 PM
and if you have inxi installed,     "inxi -r"  would display it also.  You do not need sudo or to be root.  example from a non-Sparky install

inxi -r
Repos:     Active apt repos in: /etc/apt/sources.list
           1: deb http://debian.mirror.rafal.ca/debian/ buster main non-free contrib
           2: deb-src http://debian.mirror.rafal.ca/debian/ buster main non-free contrib
           3: deb http://security.debian.org/debian-security buster/updates main contrib non-free
           4: deb-src http://security.debian.org/debian-security buster/updates main contrib non-free
           5: deb http://download.virtualbox.org/virtualbox/debian bionic contrib
           Active apt repos in: /etc/apt/sources.list.d/spideroakone.list
           1: deb https://apt.spideroak.com/ubuntu/ release restricted


It will also show non-acitve repos   (the ones with the # as a prefix). 
Title: Re: Repositories
Post by: quasar on September 04, 2019, 01:52:18 AM
Thanks both of you.
Title: Re: Repositories
Post by: paxmark1 on September 04, 2019, 05:53:22 PM
Please mark as SOLVED if good.