Is this a safe sources list?

Archived topics about LMDE 1 and LMDE 2
Locked
spottyrover

Is this a safe sources list?

Post by spottyrover »

Is this a safe sources list which will keep lmde up to date?
I have just installed lmde and found my sources.list file was empty. :shock:
But I could add programs like kdenlive and xfce. How? :shock: :shock:

After having problems with xbmc, I found extra repos which gave me a working xbmc :P the standard 13.0 does not work.
Then I started to wonder how I had added Xfce etc with an empty source.list file.

Will the hidden repos clash with what is the below?

#/etc/apt/sources.list
deb http://download.virtualbox.org/virtualbox/debian/ wheezy contrib
deb http://apt.tvheadend.org/unstable/ wheezy main
# for Jessie and Sid:
####deb http://people.debian.org/~rbalint/ppa/xbmc-ffmpeg xbmc-ffmpeg-unstable/



#############

#### Linux Mint Repos
deb [arch=amd64] http://packages.linuxmint.com/ debian romeo backport import upstream main


#### Debian Wheezy Repos
# deb [arch=amd64] http://ftp.debian.org/debian/ wheezy main contrib non-free
# deb-src http://ftp.debian.org/debian/ wheezy main contrib non-free

#### Debian Testing Repos
deb [arch=amd64] http://ftp.debian.org/debian/ testing non-free contrib main
deb-src http://ftp.debian.org/debian/ testing main contrib non-free

#### Debian Testing-Updates Repos
deb [arch=amd64] http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
deb [arch=amd64] http://security.debian.org/ testing/updates main contrib non-free
deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free

#### Multimedia Repos
deb [arch=amd64] http://www.deb-multimedia.org/ testing main non-free
# deb [arch=amd64] http://www.deb-multimedia.org/ sid non-free main
# deb [arch=amd64] http://www.deb-multimedia.org/ experimental main


Thanks
Dave
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Is this a safe sources list?

Post by Monsta »

You didn't really add all this stuff to LMDE, did you? :shock:
Post the output of:

Code: Select all

inxi -Sr
spottyrover

Re: Is this a safe sources list?

Post by spottyrover »

As requested

Code: Select all

inxi -Sr

Code: Select all

System:    Host: lounge Kernel: 3.11-2-amd64 x86_64 (64 bit) Desktop: Xfce 4.10.2 Distro: LinuxMint 1 debian
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://download.virtualbox.org/virtualbox/debian/ wheezy contrib
           deb http://apt.tvheadend.org/unstable/ wheezy main
           deb [arch=amd64,i386] http://packages.linuxmint.com/ debian romeo backport import upstream main
           deb [arch=amd64,i386] http://ftp.debian.org/debian/ testing non-free contrib main
           deb-src http://ftp.debian.org/debian/ testing main contrib non-free
           deb [arch=amd64] http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
           deb [arch=amd64] http://security.debian.org/ testing/updates main contrib non-free
           deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
           deb-src http://security.debian.org/ testing/updates main contrib non-free
           deb [arch=amd64] http://www.deb-multimedia.org/ testing main non-free
           Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
           deb http://mirror.internode.on.net/pub/linuxmint-packages/ debian main upstream import
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/ testing main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/security/ testing/updates main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/multimedia/ testing main non-free
           deb http://extra.linuxmint.com/ debian main
Thanks
Dave
Last edited by Pilosopong Tasyo on Tue Jun 10, 2014 4:10 am, edited 1 time in total.
Reason: Please enclose program code and terminal output in [code]...[/code] tags to preserve any formatting, improve readability, and to prevent unnecessary scrolling. Thanks.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Is this a safe sources list?

Post by Monsta »

What a mess. :shock: I hope you didn't install any updates with this setup...

This should be removed:
spottyrover wrote:

Code: Select all

           deb [arch=amd64,i386] http://packages.linuxmint.com/ debian romeo backport import upstream main
           deb [arch=amd64,i386] http://ftp.debian.org/debian/ testing non-free contrib main
           deb-src http://ftp.debian.org/debian/ testing main contrib non-free
           deb [arch=amd64] http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
           deb [arch=amd64] http://security.debian.org/ testing/updates main contrib non-free
           deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
           deb-src http://security.debian.org/ testing/updates main contrib non-free
           deb [arch=amd64] http://www.deb-multimedia.org/ testing main non-free
and this should be left alone:
spottyrover wrote:

Code: Select all

           Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
           deb http://mirror.internode.on.net/pub/linuxmint-packages/ debian main upstream import
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/ testing main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/security/ testing/updates main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/multimedia/ testing main non-free
           deb http://extra.linuxmint.com/ debian main
killer de bug

Re: Is this a safe sources list?

Post by killer de bug »

As you can see, official repo in Linux Mint are no more in/etc/apt/sources.list but in :

Code: Select all

   Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
           deb http://mirror.internode.on.net/pub/linuxmint-packages/ debian main upstream import
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/ testing main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/security/ testing/updates main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/multimedia/ testing main non-free
           deb http://extra.linuxmint.com/ debian main
You added true Debian repo... LMDE is more up to date versus Wheezy, so your Wheezy repo are useless. Your Testing repo will break Cinnamon if you use it...
spottyrover

Re: Is this a safe sources list?

Post by spottyrover »

No I have not upgraded yet. Making sure it's right first. i do not want to blame a distro because of my mistakes.
unticked vbox and tvheadend until I have time to check them out further.
No updates available? New install and no updates.
Did it update on install?

Now I have

inxi -Sr

Code: Select all

System:    Host: lounge Kernel: 3.11-2-amd64 x86_64 (64 bit) Desktop: Xfce 4.10.2 Distro: LinuxMint 1 debian
Repos:     Active apt sources in file: /etc/apt/sources.list
           deb http://download.virtualbox.org/virtualbox/debian/ wheezy contrib
           deb http://apt.tvheadend.org/unstable/ wheezy main
           Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
           deb http://mirror.internode.on.net/pub/linuxmint-packages/ debian main upstream import
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/ testing main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/security/ testing/updates main contrib non-free
           deb http://mirror.internode.on.net/pub/linuxmint-debian/latest/multimedia/ testing main non-free
           deb http://extra.linuxmint.com/ debian main

Thanks for the help
Dave
Last edited by Pilosopong Tasyo on Tue Jun 10, 2014 4:11 am, edited 1 time in total.
Reason: Please enclose program code and terminal output in [code]...[/code] tags to preserve any formatting, improve readability, and to prevent unnecessary scrolling. Thanks.
Locked

Return to “LMDE Archive”