PDA

View Full Version : [SOLVED] Synaptic Package Manager fault



mkstallings1
December 3rd, 2010, 04:34 PM
When I try to open Synaptic Package Manager I get this fault:

E: Type '“deb' is not known on line 62 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 also can't get Ubuntu Software center to open.

I am running Ubuntu 10.10

This started after I tried to install buc-0.5.2_bin_full.deb (67813) (http://buc.billeragroup.net/wp-content/plugins/download-monitor/download.php?id=1), part of the Burg Manager Install tutorial @ http://www.unixmen.com/software/1072-burg-manager-install-and-configure-burg-the-easy-way

Thanks for any help

Quackers
December 3rd, 2010, 04:40 PM
Please open up a terminal and copy/paste this command in and post the output in your next post.


cat /etc/apt/sources.list

mkstallings1
December 3rd, 2010, 04:42 PM
mike@mike-Pavilion-dv8000-EP409UA-ABA:~$ cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 10.10 _Maverick Meerkat_ - Release i386 (20101007)]/ maverick main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ maverick main restricted

## Major bug fix updates produced after the final release of the
## distribution.
# deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ maverick universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick universe
# deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick multiverse
# deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu maverick partner
deb-src http://archive.canonical.com/ubuntu maverick partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu maverick main
deb-src http://extras.ubuntu.com/ubuntu maverick main

# deb http://us.archive.ubuntu.com/ubuntu/ maverick-security main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-security main restricted
# deb http://us.archive.ubuntu.com/ubuntu/ maverick-security universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-security universe
# deb http://us.archive.ubuntu.com/ubuntu/ maverick-security multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ maverick-security multiverse
deb http://security.ubuntu.com/ubuntu/ maverick-security restricted main multiverse universe
deb http://us.archive.ubuntu.com/ubuntu/ maverick-updates restricted main multiverse universe
deb http://us.archive.ubuntu.com/ubuntu/ maverick-proposed restricted main multiverse universe
“deb http://www.sourceslist.eu/repo/ubuntu lucid main non-free”
mike@mike-Pavilion-dv8000-EP409UA-ABA:~$

Quackers
December 3rd, 2010, 04:56 PM
The last line of your output starts with "deb - the " needs to be deleted.

In a terminal use


sudo gedit /etc/apt/sources.list

then delete the " and save the file then exit the file.
Then

sudo apt-get update
which hopefully should now complete.

mkstallings1
December 3rd, 2010, 05:06 PM
That seemed to do it.

Thank you very much

Quackers
December 3rd, 2010, 05:08 PM
You're welcome :-)
Please mark the thread as solved using the Thread Tools near the top of the page.
Thanks.