LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   apt-get install/remove error (https://www.linuxquestions.org/questions/debian-26/apt-get-install-remove-error-179745/)

tsitras 05-09-2004 06:14 PM

apt-get install/remove error
 
hi i am running into a small problem since this morning. i tried to remove xmms, and now i can not install or remove anything by using apt-get utility. here is what happens averytime:
debian:~# apt-get remove kopete
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
kopete
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 8786kB will be freed.
Do you want to continue? [Y/n] y
dpkg: parse error, in file `/var/lib/dpkg/status' near line 7010 package `xmms-status-plugin':
missing version
E: Sub-process /usr/bin/dpkg returned an error code (2)
debian:~#

anybody got anyideas?

CBlue 05-09-2004 06:20 PM

Try apt-get clean or apt-get autoclean then try again.

tsitras 05-09-2004 07:20 PM

still the same error.look:
debian:~# apt-get autoclean
Reading Package Lists... Done
Building Dependency Tree... Done
debian:~# apt-get clean
debian:~# apt-get remove kopete
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
kopete
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 8786kB will be freed.
Do you want to continue? [Y/n] y
dpkg: parse error, in file `/var/lib/dpkg/status' near line 7010 package `xmms-status-plugin':
missing version
E: Sub-process /usr/bin/dpkg returned an error code (2)
debian:~

comp12345 05-09-2004 08:23 PM

Try
Code:

dselect update
to update your package database.

rockymaxsource 02-26-2006 02:49 AM

Hey,

I did Knoppix 4.0.2 HD installation on my laptop. Every other stuff works fine. The problem is that though I can use "apt-cache searche" to cite the pakages but could not use apt utilities install and remove anything. Therefore I tried "apt-get autoclean" and it executed succesfully. After typing "dselect update" I got the following massage:

############
Hit http://http.us.debian.org stable/non-free Release
Reading Package Lists... Done
Merging Available information
E: read, still have 1 to read but none left

update available list script returned error exit status 100.
Press <enter> to continue.
#############

after that I still could not apt-get install and remove any package. Because this is a brand new installation from live CD. I suspect I need to do somthing else(I totally have no idea what are they) besides configuring sources.list(I copied from one of my working PCs). Anybody can give me a hint?

Thank a lot in advance!


All times are GMT -5. The time now is 05:18 AM.