Linux Lite Forums

Software - Support => Installing Software => Topic started by: Acdane on September 16, 2017, 11:49:40 AM

Title: How to reinstall Chromium
Post by: Acdane on September 16, 2017, 11:49:40 AM
Chromium has broken packages which I am unable to remove and am informed that I need to reinstall it. I don't remember how I installed it in the first place. It is not is 'Lite Software'  I have 32bit Dell M1210 LL3.6
Title: Re: How to reinstall Chromium
Post by: Artim on September 16, 2017, 04:12:27 PM
Not in Lite Software??  That's weird.  There is another way though.  You can open a terminal and type

Code: [Select]
sudo apt-get install chromium
(enter root password when asked)

Or you can go Menu -> System -> Install/Remove/Upgrade Packages.  Enter root password, click on RELOAD, then scroll down to find Chromium, and click on it to Mark for Installation, then click Apply.

Terminal is a lot easier




Title: Re: How to reinstall Chromium
Post by: Acdane on September 16, 2017, 07:00:16 PM
Hi, unfortunately that does not work. Chromium has broken packages which I can't remove them so I don't even have an option to reinstall and remove also does not work. Do you think I should download another install of chromium? If so how do I do that?

My regards
Ann
Title: Re: How to reinstall Chromium
Post by: Artim on September 16, 2017, 07:41:44 PM
Oh wow... what error message are you getting?

Synaptic Package Manager (menu ->system ->Install/Remove/Upgrade) has some options in the menu to fix broken packages!  Try that, and/or find Chromium on the list, right-click it and select completely remove.  Apply.  Then re-install.

Title: Re: How to reinstall Chromium
Post by: Acdane on September 16, 2017, 07:52:42 PM
Wow indeed - I can't get it to remove Here is the read out I get
E: chromium-browser: package is in a very bad inconsistent state; you should  reinstall it before attempting a removal
E: python-enchant: unable to securely remove '/usr/lib/python2.7/dist-packages/pyenchant-1.6.6.egg-info/PKG-INFO': Not a directory 

Thanks for your interest RandomBoy
Title: Re: How to reinstall Chromium
Post by: TheDead on September 16, 2017, 08:45:16 PM
Hi Acdane,

I did not find the exact command I mentionned in your other thread but you could try these from Terminal.
First try this : sudo apt-get -f install

If doesnt work, try the following.
But, if python is a dependency to other modules, it could break other apps... I guess.

sudo dpkg --remove --force-remove-reinstreq chromium-browser
or even
sudo dpkg --remove --force-remove-reinstreq --force-depends chromum-browser

then you can retry and fix installs with sudo apt-get -f install
---
After that, try to reinstall Chromium from the Lite Software module.

Cheers!

TheDead (ThUxNo0b)
Title: Re: How to reinstall Chromium
Post by: Acdane on September 18, 2017, 07:40:17 PM
Hi, I figured it out. I reinstalled python enchant and that fixed the problem. Thanks for your imput.
Title: Re: How to reinstall Chromium
Post by: No More Bears on November 17, 2019, 02:36:24 AM
Can't find how to INSTALL Chromium.... so I am here in a post that asks how to REinstall it.

Question is: do I want it or not? I have a lot of folders on the taskbar where it's running just fine in Raspberry Pi.

So - the question is still: Do I want Chromium and HOW can I install it in Linux Lite if it's safe?

Here's the results of a terminal request:

Code: [Select]
Welcome to Linux Lite 4.2 linuxlite
 
Sunday 17 November 2019, 00:25:55
Memory Usage: 542/1479MB (36.65%)
Disk Usage: 20/458GB (5%)
Support - https://www.linuxliteos.com/forums/ (Right click, Open Link)
 
 linuxlite  ~  sudo apt-get install chromium
[sudo] password for linuxlite:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package chromium is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  chromium-bsu:i386 chromium-bsu

E: Package 'chromium' has no installation candidate

Is Chromium dead and not available any more?
Title: Re: How to reinstall Chromium
Post by: TMG1961 on November 17, 2019, 03:15:14 AM
you can install chromium through menu/setting/Lite Software and then select Install Software
Title: Re: How to reinstall Chromium
Post by: Moltke on November 17, 2019, 09:17:24 AM
@No More Bears  In the future open a new thread, this one is 2 years old and it's marked as solved. This might get usres confused.
Title: Re: How to reinstall Chromium
Post by: No More Bears on November 18, 2019, 12:43:51 PM
I was hesitant to open a new question on the same subject. Sorry for exhuming a zombie.