[SOLVED] Do I have The Correct Software Sources?

Archived topics about LMDE 1 and LMDE 2
Locked
tb75252
Level 2
Level 2
Posts: 55
Joined: Tue Nov 29, 2011 3:34 pm

[SOLVED] Do I have The Correct Software Sources?

Post by tb75252 »

I am using Linux Mint Debian Edition, 64-bit with Cinnamon as the desktop environment.

lately I messed around with things a little bit and now I am not sure whether Update Manager points to the correct repositories...

The Software Sources window shows the following:
a) Official repositories
* Mirrors Main (debian): packages.linuxmint.com
* Base (testing): debian.linuxmint.com/latest//
b) Additional repositories
* deb http://debian.linuxmint.com/latest testing main contrib non-free

Is everything correct? The reason I am asking is also because, according to DistroWatch.com, LMDE 201403 has just been released but when I run Update Manager nothing comes up.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: Do I have The Correct Software Sources?

Post by xenopeek »

tb75252 wrote:The reason I am asking is also because, according to DistroWatch.com, LMDE 201403 has just been released but when I run Update Manager nothing comes up.
Then please read a little more in the LMDE FAQ :) LMDE is a rolling release; you don't care about new releases of the ISO. See also similar question: http://forums.linuxmint.com/viewtopic.p ... 9&t=161145

As for your repositories, please share the output of the command:

Code: Select all

inxi -r
That will show your repository configuration in detail, for others to compare. The official repositories are:

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
Image
tb75252
Level 2
Level 2
Posts: 55
Joined: Tue Nov 29, 2011 3:34 pm

Re: Do I have The Correct Software Sources?

Post by tb75252 »

xenopeek wrote:
tb75252 wrote:The reason I am asking is also because, according to DistroWatch.com, LMDE 201403 has just been released but when I run Update Manager nothing comes up.
Then please read a little more in the LMDE FAQ :) LMDE is a rolling release; you don't care about new releases of the ISO. See also similar question: http://forums.linuxmint.com/viewtopic.p ... 9&t=161145
Ok, I will.
As for your repositories, please share the output of the command:

Code: Select all

inxi -r
That will show your repository configuration in detail, for others to compare. The official repositories are:

Code: Select all

deb http://packages.linuxmint.com/ debian main upstream import
deb http://debian.linuxmint.com/latest testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
Here we go:
# inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list.d/additional-repositories.list
deb http://debian.linuxmint.com/latest testing main contrib non-free
Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com debian main upstream import
deb http://debian.linuxmint.com/latest/// testing main contrib non-free
deb http://debian.linuxmint.com/latest///security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest///multimedia testing main non-free
deb http://extra.linuxmint.com debian main
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Do I have The Correct Software Sources?

Post by Monsta »

tb75252 wrote:

Code: Select all

Repos:     Active apt sources in file: /etc/apt/sources.list.d/additional-repositories.list
           deb http://debian.linuxmint.com/latest testing main contrib non-free
Remove this, you don't need duplicates.
tb75252
Level 2
Level 2
Posts: 55
Joined: Tue Nov 29, 2011 3:34 pm

Re: Do I have The Correct Software Sources?

Post by tb75252 »

Monsta wrote:
tb75252 wrote:

Code: Select all

Repos:     Active apt sources in file: /etc/apt/sources.list.d/additional-repositories.list
           deb http://debian.linuxmint.com/latest testing main contrib non-free
Remove this, you don't need duplicates.
I have done per your instructions:
# inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com debian main upstream import
deb http://debian.linuxmint.com/latest/// testing main contrib non-free
deb http://debian.linuxmint.com/latest///security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest///multimedia testing main non-free
deb http://extra.linuxmint.com debian main
...but now I get the following error message every time that I go into Update Manager and select Update Pack Info:
Your system is not pointing to any Debian repository.
Add 'deb http://debian.linuxmint.com/latest testing main contrib non-free' to your APT sources.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Do I have The Correct Software Sources?

Post by Monsta »

tb75252 wrote:...but now I get the following error message every time that I go into Update Manager and select Update Pack Info:
Your system is not pointing to any Debian repository.
Add 'deb http://debian.linuxmint.com/latest testing main contrib non-free' to your APT sources.
There's a bug in mintSources - it writes too many slashes to the sources list entries, and mintUpdate doesn't understand it. You can fix it yourself by opening /etc/apt/sources.list.d/official-package-repositories.list with any text editor and removing the redundant slashes from there.
tb75252
Level 2
Level 2
Posts: 55
Joined: Tue Nov 29, 2011 3:34 pm

Re: Do I have The Correct Software Sources?

Post by tb75252 »

Monsta wrote:
tb75252 wrote:...but now I get the following error message every time that I go into Update Manager and select Update Pack Info:
Your system is not pointing to any Debian repository.
Add 'deb http://debian.linuxmint.com/latest testing main contrib non-free' to your APT sources.
There's a bug in mintSources - it writes too many slashes to the sources list entries, and mintUpdate doesn't understand it. You can fix it yourself by opening /etc/apt/sources.list.d/official-package-repositories.list with any text editor and removing the redundant slashes from there.
I have done as instructed:
# inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list.d/official-package-repositories.list
deb http://packages.linuxmint.com debian main upstream import
deb http://debian.linuxmint.com/latest/testing main contrib non-free
deb http://debian.linuxmint.com/latest/security testing/updates main contrib non-free
deb http://debian.linuxmint.com/latest/multimedia testing main non-free
deb http://extra.linuxmint.com debian main
...but now I get the following error when selecting Update Pack Info:
Could not download all repository indexes
The repository may no longer be available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and ensure the repository address in the preferences is correct.

Failed to fetch http://debian.linuxmint.com/latest/test ... 4/Packages 404 Not Found
Failed to fetch http://debian.linuxmint.com/latest/test ... 4/Packages 404 Not Found

Some index files failed to download. They have been ignored, or old ones used instead.
Monsta
Level 10
Level 10
Posts: 3071
Joined: Fri Aug 19, 2011 3:46 am

Re: Do I have The Correct Software Sources?

Post by Monsta »

tb75252 wrote:I have done as instructed
Not exactly.

Code: Select all

           deb http://debian.linuxmint.com/latest/testing main contrib non-free
There should be a space between latest/ and testing.
tb75252
Level 2
Level 2
Posts: 55
Joined: Tue Nov 29, 2011 3:34 pm

Re: Do I have The Correct Software Sources?

Post by tb75252 »

Monsta wrote:
tb75252 wrote:I have done as instructed
Not exactly.

Code: Select all

           deb http://debian.linuxmint.com/latest/testing main contrib non-free
There should be a space between latest/ and testing.
Thanks for your help! Everything seems to be running fine now.
Locked

Return to “LMDE Archive”