![]() |
How to reinstall Chromium - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: How to reinstall Chromium (/showthread.php?tid=4438) Pages:
1
2
|
How to reinstall Chromium - Acdane - 09-16-2017 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 Re: How to reinstall Chromium - Artim - 09-16-2017 Not in Lite Software?? That's weird. There is another way though. You can open a terminal and type Code: 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 Re: How to reinstall Chromium - Acdane - 09-16-2017 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 Re: How to reinstall Chromium - Artim - 09-16-2017 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. Re: How to reinstall Chromium - Acdane - 09-16-2017 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 Re: How to reinstall Chromium - TheDead - 09-17-2017 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) Re: How to reinstall Chromium - Acdane - 09-18-2017 Hi, I figured it out. I reinstalled python enchant and that fixed the problem. Thanks for your imput. Re: How to reinstall Chromium - No More Bears - 11-17-2019 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: Welcome to Linux Lite 4.2 linuxlite Is Chromium dead and not available any more? Re: How to reinstall Chromium - TMG1961 - 11-17-2019 you can install chromium through menu/setting/Lite Software and then select Install Software Re: How to reinstall Chromium - Moltke - 11-17-2019 [member=9970]No More Bears[/member] In the future open a new thread, this one is 2 years old and it's marked as solved. This might get usres confused. |