![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() |
Package is in a very bad inconsistent state???
Is this problem fixable? I have tried googleing, and everything I know and I just can't fix it.
I'm trying to fix up my Openfire XMPP Server package, this is what i get: Code:
root@inter-net:~# apt-get -f install Reading package lists... Done Building dependency tree... Done E: The package openfire needs to be reinstalled, but I can't find an archive for it. root@inter-net:~# dpkg --configure -a dpkg: error processing openfire (--configure): Package is in a very bad inconsistent state - you should reinstall it before attempting configuration. Errors were encountered while processing: openfire |
|
|
|
|
|
#2 |
|
Chocolate-Covered Ubuntu Beans
![]() |
Re: Package is in a very bad inconsistent state???
I would suggest clearing APT's cache of .debs..... it's in /var/cache/apt/archives. Perhaps that will do the trick....
__________________
Gandhi once said: "We must be the change we wish to see in the world." So you want a separate /home partition?|Ubuntu World Map|Linux IS NOT Windows |
|
|
|
|
|
#3 |
|
Just Give Me the Beans!
![]() Join Date: Apr 2007
Beans: 63
|
Re: Package is in a very bad inconsistent state???
run the dpkg in the terminal. ive had the same error happen to me thrice and i guess this is what i did
look very closely in the error messages. all three times with me at least it said something like some particular file is missing or does not exist. solution:- simply create a blank file of that name in the directory where the error occurs. then ask dpkg to remove the package. that worked for me at least. |
|
|
|
|
|
#4 |
|
A Carafe of Ubuntu
![]() Join Date: Jun 2006
Location: New Jersey, USA
Beans: 103
Ubuntu 6.06
|
Re: Package is in a very bad inconsistent state???
I know this thread is a bit old but I just stumbled upon it in a search and wanted to share how I fixed my problem.
I did: Code:
cd /tmp/ aptitude download <package> sudo dpkg -i <package> |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|