You are not logged in.
Pages: 1
Good day!
I have uninstalled Firefox browser using Q4OS uninstallation script. Then I removed /opt/firefox directory and related to Firefox directory in home folder (why script did not removed them?). But for some reasons update manager still offers to update uninstalled Firefox. Also 'apt-cache show firefox' still tells that Firefox is installed (Status: install ok installed).
http://imgur.com/a/dUTZq
Does Q4OS uninstallation script is working properly?
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
There could be some dependencies holding Firefox. Try to run in terminal:
$ sudo apt-get autoremove firefox
Offline
Only 'sudo apt-get autoremove firefox' did not solved problem. Needed to remove firefox-l10n-ru manually. Looks like uninstallation script did not removed localization package. Maybe it is because I used $ sudo ffq4-update previously.
Last edited by Rademes (2016-01-23 20:10)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Maybe
sudo apt-get --purge remove firefox
would work?
Dai
Offline
Thank you Dai, but I already solved the problem.
$ sudo apt-get autoremove firefox
$ sudo apt-get purge firefox-l10n-ru
$ sudo apt-get autoremove
And that`s all!
This topic can be closed.
Update: Installed Iceweasel 38.5.0 from main repository. Works very good! Flashplugin also works very well.
Last edited by Rademes (2016-01-24 18:51)
Before asking for help please read this topic: https://www.q4os.org/forum/viewtopic.php?id=3502 If you have problems with WiFi network, try to install the Network Manager using Q4OS Software Centre.
Offline
Pages: 1