Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I was trying to get Beryl, It called for some modification of the Sources.list. Now, whenever I attempt to use synaptics I get this error message:'Failed to check for installed and available applications'. Then the error message goes on to berate me (maybe I deserve it) *This is a major failure of your software management system Check the file permissions and correctness of /etc/apt/sources.list*
In my mind, the worse case scenario would be reinstalling the whole shebang- unless there's away to repair this.
MY first thought was to try reinstalling the original sources list from my 'Ubuntu distro CD'. The cd even gave me a prompt asking if I'd like to update/ upgrade my sources.list.
then when I click the appropriate button it craps out on me and tells me that the update failed.
If anyone has any ideas I'd really like to hear them... And this is one Newbie mistake I'll not make again. I'll be adding repositories throught synaptics or not doing it at all.
Editing the Source.list file is, I find, the easiest way to add/remove repositories, you've probably made a minor syntax error, post the contents of your sources.list file
P.S. Is this thing something like the windows registry? Like maybe instead of the programs being in the registry your sources for the programs are in your registry? Or do the Linux programs themselves have a seperate registry?
I'm not sure if this applies to synaptics, but apt and all apt-based packet management tools require you to edit the sources.list using apt-setup. Before I found that out (the hard way, of course) I had added a couple sources to sources.list using vi and received some very nasty berating from aptitude the next time I ran it. Check the man page or info pages for synaptics to make sure.
The sources.list file is just a list of the servers that apt will attempt to connect to, too download packages from. It follows some specific formatting rules, see here for more details
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.