LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-25-2011, 08:50 AM   #1
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Rep: Reputation: 1
Exclamation I have removed firefox but I can still open Nightly... How can I make Chromium my


How can I make Chromium my only available browser?

I have removed firefox but I can still open Nightly not from the command line but from the applications menu in my ubuntu.

How can I make sure that the only browser in my pc is Chromium?

Should I rm the .mozilla directory?

Thankyou in advance.
 
Old 11-25-2011, 10:37 AM   #2
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
How did you remove firefox?
Below command removes the firefox i suppose
Code:
sudo apt-get remove --purge firefox
 
1 members found this post helpful.
Old 11-26-2011, 06:03 AM   #3
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Exclamation did not work

Hello Sir, this did not work as it says I do not have firefox installed so it can not remove it.

However I still have the Nightly browser icon and that still works perfectly and it should not.
 
Old 11-26-2011, 04:39 PM   #4
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
WebBrowsers - Community Ubuntu Documentation - https://help.ubuntu.com/community/WebBrowsers
Code:
Setting Default Browser

In the command line, type sudo update-alternatives --config x-www-browser

A list of installed browsers will be displayed with a different number next to each browser. Type the number corresponding to the browser of your choice.
Remove the Firefox the same way it was installed.

FirefoxNewVersion - Community Ubuntu Documentation - https://help.ubuntu.com/community/FirefoxNewVersion
 
1 members found this post helpful.
Old 11-27-2011, 05:35 PM   #5
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Question thankyou

I am sorry Sir Craig, I have tried to uninstall firefox several times but I still have the Nightly working I dont know why.

This is the output from my pc of:
Code:
sudo update-alternatives --config x-www-browser

There are 2 choices for the alternative x-www-browser (providing /usr/bin/x-www-browser).

Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/chromium-browser 40 auto mode
1 /usr/bin/chromium-browser 40 manual mode
2 /usr/bin/firefox-trunk 40 manual mode


I wish that /usr/bin/firefox-trunk was not available as an option as that would mean it was uninstalled
 
Old 11-27-2011, 09:39 PM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
What happens when you try:
sudo apt-get purge firefox-trunk
 
1 members found this post helpful.
Old 11-27-2011, 09:45 PM   #7
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Smile Solved

Mr Craig Sir, your answer solved my problem entirely. Thankyou Sir.

This was the output.

Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  firefox-4.0* firefox-trunk* firefox-trunk-globalmenu*
0 upgraded, 0 newly installed, 3 to remove and 0 not upgraded.
After this operation, 33.6MB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 683021 files and directories currently installed.)
Removing firefox-4.0 ...
Removing firefox-trunk-globalmenu ...
Removing firefox-trunk ...
Purging configuration files for firefox-trunk ...
Processing triggers for man-db ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for desktop-file-utils ...
Processing triggers for python-support ...
 
Old 11-27-2011, 09:49 PM   #8
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
By the way I do not know how to give rep. I do not see any rep icon.
 
Old 11-28-2011, 09:00 AM   #9
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Now we would like to know how did you install firefox first?
 
1 members found this post helpful.
Old 11-29-2011, 03:46 AM   #10
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Smile nightly

Quote:
Originally Posted by prayag_pjs View Post
Now we would like to know how did you install firefox first?

Surely, I already had firefox installed from the original Ubuntu installation. I believe. After that all I did was follow the instructions in the Nightly website for installation of Nightly build.

Thankyou.
 
Old 11-29-2011, 08:55 AM   #11
prayag_pjs
Senior Member
 
Registered: Feb 2008
Location: Pune - India
Distribution: RHEL/Ubuntu/Debian/Fedora/Centos/K3OS
Posts: 1,159
Blog Entries: 4

Rep: Reputation: 149Reputation: 149
Please let us know the exact steps you followed to install firefox.
Is it done from source (tar.gz) after original ubuntu installation?
 
0 members found this post helpful.
Old 11-30-2011, 12:30 PM   #12
Foxbat1155
Member
 
Registered: Oct 2011
Location: Portugal.
Distribution: Debian squeeze - Fluxbox.
Posts: 109

Original Poster
Rep: Reputation: 1
Smile nightly

Quote:
Originally Posted by prayag_pjs View Post
Please let us know the exact steps you followed to install firefox.
Is it done from source (tar.gz) after original ubuntu installation?
I am sorry but I do not remember the steps I did to install Nightly. I just followed the steps that were on the website at the time.

I believe that firefox was installed when installing Ubuntu. I believe it came in the package, otherwise I do not remember the steps.

However, thankyou, my problem has been solved.
 
  


Reply

Tags
firefox, nightly, remove



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] removed firefox, natty narwhal installs chromium. xwjitftu Linux - Software 2 08-19-2011 04:18 PM
LXer: Firefox and Thunderbird Stable, Beta, Aurora and Nightly Channel PPAs for Ubuntu LXer Syndicated Linux News 0 07-21-2011 10:20 AM
How do I launch Firefox 7.0a1 Nightly Build from a .bz2 package theif519 Linux - Newbie 6 07-05-2011 10:23 PM
[SOLVED] bash question: how to make firefox open, but minimize chicone Programming 5 05-04-2011 02:01 AM
[SOLVED] Firefox nightly on Debian 64 bit squeeze don't update AleLinuxBSD Debian 2 04-14-2011 12:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration