PDA

View Full Version : [ubuntu] [SOLVED] synaptic manager problem



arturieto
June 8th, 2008, 02:23 PM
recently i opened my laptop and wish to update all my repositories. I got this message:

E:Malformed line 75 in source list /etc/apt/sources.list (dist parse), E:The list of sources could not be read.'

Please help what shall i do.

Pumalite
June 8th, 2008, 02:25 PM
Post your sources.list. You might need a new one.

Nikitas350
June 8th, 2008, 02:28 PM
Open terminal and run "gksudo gedit /etc/apt/sources.list". Then replace everything with this:

-----START---- (do not include this line)
#
# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080422.2)]/ hardy main restricted

# deb cdrom:[Ubuntu 8.04 _Hardy Heron_ - Release i386 (20080422.2)]/ hardy 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/ hardy main restricted

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

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ hardy universe
deb http://us.archive.ubuntu.com/ubuntu/ hardy-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/ hardy multiverse
deb http://us.archive.ubuntu.com/ubuntu/ hardy-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/ hardy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ hardy-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 hardy partner
# deb-src http://archive.canonical.com/ubuntu hardy partner

deb http://security.ubuntu.com/ubuntu hardy-security main restricted
deb http://security.ubuntu.com/ubuntu hardy-security universe
deb http://security.ubuntu.com/ubuntu hardy-security multiverse

---END----(do not include this line)

Then run sudo apt-get update
Good luck ;)

Nikitas350
June 8th, 2008, 02:29 PM
(this post was posted by mistake)

meindian523
June 8th, 2008, 04:47 PM
Just check line 75 in your sources.list for any errors.Correct those and you are good to go.Open sources.list using
gksudo gedit /etc/apt/sources.list

arturieto
June 8th, 2008, 11:31 PM
my everdearest partner

thank you very much for the advise. I did edit the last line 75. just erase it and save the list. then run synaptic gui. it runs. again thank you very much.

am arturieto ramigoso from the Philippines. am new to ubuntu. i like it very much. please reply through e-mail. my e-mail is arturieto_ramigoso@yahoo.com.

again thank you

meindian523
June 9th, 2008, 05:32 AM
Don't post your email on public forums such as these,spam bots are always on the lookout for them.

arturieto
June 10th, 2008, 02:19 PM
thanks again for the advise.

meindian523
June 11th, 2008, 11:09 AM
Also,please mark your thread solved.