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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-22-2017, 05:57 PM
|
#1
|
LQ Newbie
Registered: Mar 2017
Posts: 4
Rep:
|
No Browser on dell mini inspiron running mint 18.1 serena 32 bit,
I accidiently deleted the default firefox browser on my ebay purchased dell inspiron 9" mini and now have no browser. I am not tech savy at all and attempted various things but can not find a way to re install, i even created a the same linux os on a usb (followed youtube tutorial) with the hopes of giving a fresh install but have no idea what im doing. I have nothing stored on the hard drive so can either do a fresh install ??? (preferable) or get some help to reinstall a browser.
|
|
|
03-22-2017, 06:08 PM
|
#2
|
Senior Member
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950
|
Run synaptic (from the menu) and put firefox in the search box.
select the appropriate box and click on "apply"
You may be asked for a password - enter your own password.
|
|
|
03-22-2017, 06:47 PM
|
#3
|
LQ Newbie
Registered: Mar 2017
Posts: 4
Original Poster
Rep:
|
thanks for the reply but unfortunately i dont seem to be able to type / highlight the search bar in the menu ?
|
|
|
03-22-2017, 07:00 PM
|
#4
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Do you know how to run a command in the terminal?
If so, type in apt install firefox
If not, open Software Manager from the start menu, enter "firefox" in the box on the top right hand side, hit Return, double click on Firefox in the list of entries, and then click on the Install button.
How did you manage to remove Firefox? Could you have caused other damage as well?
|
|
|
03-22-2017, 07:00 PM
|
#5
|
Senior Member
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950
|
Have you made any possibly severe changes to the system?
For example can you still run any programs from your menu?
|
|
|
03-22-2017, 07:06 PM
|
#6
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,150
|
You don't indicated which Mint you have (Mate, Cinnamon, etc.) but click on the Main Menu button in the lower left and look for Package Manager. That should open synaptic and you have a Search tab in the upper right of that window. Just type in firefox in the input box. If you don't get the synaptic window, you have more serious problems than removing firefox or the version of Mint you have may not use synaptic. I don't have Mint 18 so can't verify that. On Mint 17 Mate, the Package Manager from the Main Menu opens synaptic.
If you don't know which desktop environment you are using, open a terminal and run the command below:
Code:
ls /usr/bin/*session
|
|
|
03-22-2017, 07:11 PM
|
#7
|
LQ Guru
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
|
Quote:
Originally Posted by hydrurga
Do you know how to run a command in the terminal?
If so, type in sudo apt-get install firefox
If not, open Software Manager from the start menu, enter "firefox" in the box on the top right hand side, hit Return, double click on Firefox in the list of entries, and then click on the Install button.
How did you manage to remove Firefox? Could you have caused other damage as well?
|
Fixed cmd:-
|
|
|
03-22-2017, 07:25 PM
|
#8
|
LQ Newbie
Registered: Mar 2017
Posts: 4
Original Poster
Rep:
|
Hi again Jeremy. I restarted the dell and mangaed to run synaptic but there is no firefox listed there. I have just opened software manager and have found firfox it is listed as installed but I cant find how to use / open or add to desktop. I did also attempt to run that command you suggested in the terminal, when prompted for my password I could not enter it ? To answer your your question im not actually shore how i deleted it, I think I right click inside the software manager or ?? and than selected delete. I have only made some simple changes to to the system (firewall security) following a youtube tutorial. I guess now I just need to knowhow I can get firefox back onto the desktop so its useable. thanks
|
|
|
03-22-2017, 07:27 PM
|
#9
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by Ztcoracat
Fixed cmd:-
|
OP is running Linux Mint 18.1 which supports the apt command without sudo (it asks for your password when you run it).
ommikka, ignore all this please:
@Ztcoracat: Mint 18 has added a Python wrapper for the apt command (/usr/local/bin/apt). This adds several more apt commands, and redirects the various apt commands to apt-cache, apt-get, dpkg, etc...
One of the things that the script does is, for selected apt commands, prefix the onward request with a sudo. Thus you can call the apt command itself without using sudo.
e.g. apt install firefox
Last edited by hydrurga; 03-22-2017 at 07:36 PM.
Reason: More details
|
|
1 members found this post helpful.
|
03-22-2017, 07:41 PM
|
#10
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by ommikka
Hi again Jeremy. I restarted the dell and mangaed to run synaptic but there is no firefox listed there. I have just opened software manager and have found firfox it is listed as installed but I cant find how to use / open or add to desktop. I did also attempt to run that command you suggested in the terminal, when prompted for my password I could not enter it ? To answer your your question im not actually shore how i deleted it, I think I right click inside the software manager or ?? and than selected delete. I have only made some simple changes to to the system (firewall security) following a youtube tutorial. I guess now I just need to knowhow I can get firefox back onto the desktop so its useable. thanks
|
It sounds as if you have more than one problem. What do you mean that you couldn't enter the password when you were prompted for it on the command line? What exactly happened?
|
|
|
03-22-2017, 07:55 PM
|
#11
|
LQ Newbie
Registered: Mar 2017
Posts: 4
Original Poster
Rep:
|
Thanks all for your help, running commands in the terminal was a success to reinstall firefox, just need to work out how to add it to the desktop for ease of access.
|
|
|
03-22-2017, 08:05 PM
|
#12
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by ommikka
Thanks all for your help, running commands in the terminal was a success to reinstall firefox, just need to work out how to add it to the desktop for ease of access.
|
Do you know which desktop environment you are running? If not, can you run inxi -S and paste the output here.
|
|
|
03-23-2017, 09:16 AM
|
#13
|
Senior Member
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950
|
Quote:
Originally Posted by ommikka
Hi again Jeremy. I restarted the dell and mangaed to run synaptic but there is no firefox listed there. I have just opened software manager and have found firfox it is listed as installed but I cant find how to use / open or add to desktop. I did also attempt to run that command you suggested in the terminal, when prompted for my password I could not enter it ? To answer your your question im not actually shore how i deleted it, I think I right click inside the software manager or ?? and than selected delete. I have only made some simple changes to to the system (firewall security) following a youtube tutorial. I guess now I just need to knowhow I can get firefox back onto the desktop so its useable. thanks
|
You can do a lot of damage altering your firewall. Customisation is almost certainly not needed on a desktop.
My modem/router contains a built-in firewall which blocks nearly all attacks.
Do you still have the original install media?
It's probably easier to re-install than to undo the effects of youtube.
Only make changes to your firewall that you fully understand the effects of.
If you want to test if your current firefox works, you could simply type the firefox command into a Terminal command entry screen.
THIS IS VERY NON-STANDARD and shouldn't normally be used!
|
|
|
All times are GMT -5. The time now is 09:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|