[SOLVED] Cant refresh the list updates
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
[SOLVED] Cant refresh the list updates
the package Fruho:i386 needs to be reinstalled, but I cant find an archive for it
How do I fix this
How do I fix this
Last edited by Moem on Tue Oct 23, 2018 4:07 pm, edited 1 time in total.
Reason: Marked this as [SOLVED] for you; please note that you can and should do this for your own topics. Thanks!
Reason: Marked this as [SOLVED] for you; please note that you can and should do this for your own topics. Thanks!
- killer de bug
- Level 14
- Posts: 5398
- Joined: Tue Jul 08, 2008 1:49 pm
- Location: Leuven, Belgium
Re: Cant refresh the list updates
Are we speaking about this fruho? https://fruho.com/download
If it ain't broke, fix it until it is.
Re: Cant refresh the list updates
You got it, thats the one. I would like to delete the file completely somehow but its not that easy..at least for me.
- catweazel
- Level 19
- Posts: 9875
- Joined: Fri Oct 12, 2012 9:44 pm
- Location: Australian Antarctic Territory
Re: Cant refresh the list updates
sudo dpkg -r fruho*
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Re: Cant refresh the list updates
owner@owner-V5-131:~$ sudo dpkg -r fruho
[sudo] password for owner:
dpkg: error processing package fruho:i386 (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
Errors were encountered while processing:
fruho:i386
owner@owner-V5-131:~$
[sudo] password for owner:
dpkg: error processing package fruho:i386 (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
Errors were encountered while processing:
fruho:i386
owner@owner-V5-131:~$
- catweazel
- Level 19
- Posts: 9875
- Joined: Fri Oct 12, 2012 9:44 pm
- Location: Australian Antarctic Territory
Re: Cant refresh the list updates
Of course, the next step is to read the error message and follow its instructions.pchemsc wrote: ↑Fri Oct 19, 2018 4:28 amowner@owner-V5-131:~$ sudo dpkg -r fruho
[sudo] password for owner:
dpkg: error processing package fruho:i386 (--remove):
package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
Errors were encountered while processing:
fruho:i386
owner@owner-V5-131:~$
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Re: Cant refresh the list updates
Ive been through this several times, if it would install correctly then I would not be having the problems that I am having. I guess the only way to fix this issue is to reinstall the OS. Thanks
- catweazel
- Level 19
- Posts: 9875
- Joined: Fri Oct 12, 2012 9:44 pm
- Location: Australian Antarctic Territory
Re: Cant refresh the list updates
Well, no, it's not. The correct way to proceed is to follow the advice in the error message then post any other error messages back here. But hey, it's your time and your machine.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Re: Cant refresh the list updates
Run this, should get rid of it:
Code: Select all
sudo dpkg --purge --force-remove-reinstreq --force-depends fruho
Re: Cant refresh the list updates
owner@owner-V5-131:~$ sudo dpkg --purge --force-remove-reinstreq --force-depends fruho
[sudo] password for owner:
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
(Reading database ... 322048 files and directories currently installed.)
Removing fruho:i386 (0.0.26) ...
/var/run/fruhod.pid does not exist, process is not running
/var/lib/dpkg/info/fruho.prerm: 26: /var/lib/dpkg/info/fruho.prerm: /usr/local/bin/fruho.bin: not found
dpkg: error processing package fruho:i386 (--purge):
installed fruho:i386 package pre-removal script subprocess returned error exit status 127
Could not start fruhod. See /var/log/fruhod.log
/var/lib/dpkg/info/fruho.postinst: 29: /var/lib/dpkg/info/fruho.postinst: /usr/local/bin/fruho.bin: not found
/var/lib/dpkg/info/fruho.postinst: 31: /var/lib/dpkg/info/fruho.postinst: /usr/local/bin/fruho.bin: not found
dpkg: error while cleaning up:
installed fruho:i386 package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
fruho:i386
[sudo] password for owner:
dpkg: warning: overriding problem because --force enabled:
dpkg: warning: package is in a very bad inconsistent state; you should
reinstall it before attempting a removal
(Reading database ... 322048 files and directories currently installed.)
Removing fruho:i386 (0.0.26) ...
/var/run/fruhod.pid does not exist, process is not running
/var/lib/dpkg/info/fruho.prerm: 26: /var/lib/dpkg/info/fruho.prerm: /usr/local/bin/fruho.bin: not found
dpkg: error processing package fruho:i386 (--purge):
installed fruho:i386 package pre-removal script subprocess returned error exit status 127
Could not start fruhod. See /var/log/fruhod.log
/var/lib/dpkg/info/fruho.postinst: 29: /var/lib/dpkg/info/fruho.postinst: /usr/local/bin/fruho.bin: not found
/var/lib/dpkg/info/fruho.postinst: 31: /var/lib/dpkg/info/fruho.postinst: /usr/local/bin/fruho.bin: not found
dpkg: error while cleaning up:
installed fruho:i386 package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
fruho:i386
Re: Cant refresh the list updates
But did it get removed? I'm actually not quite sure based on those errors.
Otherwise
and
will get rid of it for sure.
Otherwise
Code: Select all
sudo rm /var/lib/dpkg/info/fruho*
Code: Select all
sudo apt-get remove fruho
- kukamuumuka
- Level 16
- Posts: 6749
- Joined: Tue Sep 03, 2013 4:51 am
- Location: Finland
- Contact:
Re: Cant refresh the list updates
.. orgm10 wrote: ↑Tue Oct 23, 2018 3:26 pmBut did it get removed? I'm actually not quite sure based on those errors.
OtherwiseandCode: Select all
sudo rm /var/lib/dpkg/info/fruho*
will get rid of it for sure.Code: Select all
sudo apt-get remove fruho
Code: Select all
sudo rm /var/lib/dpkg/info/fruho*
sudo dpkg -r --force-depends --force-remove-reinstreq fruho
Re: Cant refresh the list updates
THAT GOT IT THANKS SO MUCH!!!