PDA

View Full Version : [ubuntu] [SOLVED] This is a major failure of your software management system...



noseovertail27
November 14th, 2008, 01:42 AM
Hey,

I had tried to install a program through the add/remove feature, and upon completion, I had received this message:

This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.

When I had went to the synaptic program, I had received this message then:

E: Type 'sudo' is not known on line 66 in source list /etc/apt/sources.list
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.



I have been trying to fix this for over a half hour. Any information whatsoever would be greatly apreciated. Thanks so much.

-Jordan

aysiu
November 14th, 2008, 01:47 AM
Step 1
Close Add/Remove and Synaptic completely

Step 2
Paste these commands into the terminal (http://www.psychocats.net/ubuntu/terminal):
sudo cp /etc/apt/sources.list /etc/apt/sources.list.old
gksudo gedit /etc/apt/sources.list & This will open the /etc/apt/sources.list file in a text editor. Find line 66 and delete it completely. Then save and close the text editor.

Step 3
Paste these commands into the terminal:
sudo apt-get update
sudo apt-get -f install

noseovertail27
November 14th, 2008, 01:59 AM
Wow, thank you so much. This is an outstanding forum.