LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 02-19-2023, 05:09 AM   #1
Jofto
Member
 
Registered: Dec 2022
Posts: 111

Rep: Reputation: 0
What is Peppermint's web browser?


Made a Peppermint USB live bootable, just want to check how it works. Could not find its web browser. There is a Web Browser. Opened it and input Google Chrome, then is did not open anymore.

How to find its browser?

Thanks
 
Old 02-19-2023, 06:57 AM   #2
Turbocapitalist
LQ Guru
 
Registered: Apr 2005
Distribution: Linux Mint, Devuan, OpenBSD
Posts: 7,313
Blog Entries: 3

Rep: Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723Reputation: 3723
It is Firefox. Try the Menu -> Internet menu and submenu. You can add other browsers. Chromium is there in the repository as chromium-browser and Brave can be added using the instructions at its web site, but that requires adding their repository. Netsurf and a few others are also there in the normal repositories.
 
Old 02-19-2023, 07:43 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,719

Rep: Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911
What version did you try? I played with the 64bit versions.

Nothing is installed by default and when it firsts boot there is menu to select what apps you want to install. However, I found you can not install anything until you upgrade the system from a terminal window.
 
Old 02-19-2023, 08:48 AM   #4
haf1zoglu
LQ Newbie
 
Registered: Feb 2023
Distribution: Gentoo
Posts: 7
Blog Entries: 1

Rep: Reputation: 0
Open a terminal window by pressing Ctrl+Alt+T on the keyboard.

Type the following command and press Enter to update the package lists:


Code:
sudo apt update

Type the following command and press Enter to install Firefox:



Code:
sudo apt install firefox

Wait for the installation to complete.

Once the installation is finished, go back to the Applications folder and look for the Firefox icon. Double-click it to launch the browser.

or simply type firefox to terminal and hit Enter
 
Old 02-19-2023, 08:52 AM   #5
Jofto
Member
 
Registered: Dec 2022
Posts: 111

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Turbocapitalist View Post
It is Firefox. Try the Menu -> Internet menu and submenu. You can add other browsers. Chromium is there in the repository as chromium-browser and Brave can be added using the instructions at its web site, but that requires adding their repository. Netsurf and a few others are also there in the normal repositories.
Thank you.

The Peppermint I downloaded is Debian Base, 32bit,PeppermintOS i386. In the Live User's Menu, I find Web Browser. There is no Internet or Firefox. There is an archive, but it is empty.

Input Google Chrome in the open space of Web Browser, it says: Failed to execute default Web Browser. And it stays there, can not be changed.
 
Old 02-19-2023, 08:59 AM   #6
Jofto
Member
 
Registered: Dec 2022
Posts: 111

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
What version did you try? I played with the 64bit versions.

Nothing is installed by default and when it firsts boot there is menu to select what apps you want to install. However, I found you can not install anything until you upgrade the system from a terminal window.
Thank you.

"What version did you try?"
Debian Base, 32bit,PeppermintOS i386.

I am running a USB live bootable, nothing in installed yet.
 
Old 02-19-2023, 09:23 AM   #7
Jofto
Member
 
Registered: Dec 2022
Posts: 111

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by haf1zoglu View Post
Open a terminal window by pressing Ctrl+Alt+T on the keyboard.

Type the following command and press Enter to update the package lists:


Code:
sudo apt update

Type the following command and press Enter to install Firefox:



Code:
sudo apt install firefox

Wait for the installation to complete.

Once the installation is finished, go back to the Applications folder and look for the Firefox icon. Double-click it to launch the browser.

or simply type firefox to terminal and hit Enter
Thank you.

The result is:
A red colour E: Package 'firefox' has no installation candidate.

Last edited by Jofto; 02-19-2023 at 09:25 AM.
 
Old 02-19-2023, 09:24 AM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,719

Rep: Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911
You need to upgrade the system first.
From the terminal window run:
sudo apt update
sudo apt upgrade

You can then install a web browser from the install apps window or from the terminal.
To Install firefox from the terminal run:
sudo apt install firefox-esr

If you do not have internet access or peppermint is not automatically configuring either a wired or wireless adapter then that is another problem.
 
Old 02-19-2023, 06:38 PM   #9
Jofto
Member
 
Registered: Dec 2022
Posts: 111

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
You need to upgrade the system first.
From the terminal window run:
sudo apt update
sudo apt upgrade

You can then install a web browser from the install apps window or from the terminal.
To Install firefox from the terminal run:
sudo apt install firefox-esr

If you do not have internet access or peppermint is not automatically configuring either a wired or wireless adapter then that is another problem.
Thank you.

Just did according you good instructions. Firefox is now working very well.

About the terminal, there is an Xfce terminal at the lowerleft of the desktop, next to the menu. It is said that this is a Terminal Emulator. Do Peppermint and Xfce share the save terminal?

Again, THANK YOU.
 
Old 02-19-2023, 07:21 PM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,719

Rep: Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911Reputation: 5911
Peppermint is the distribution, xfce is its default desktop environment and xfce terminal is the terminal window application that is included with xfce.
 
Old 02-20-2023, 12:45 AM   #11
Jofto
Member
 
Registered: Dec 2022
Posts: 111

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by michaelk View Post
Peppermint is the distribution, xfce is its default desktop environment and xfce terminal is the terminal window application that is included with xfce.
Thank you.

Really appreciate the information and you help.
 
  


Reply



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
LXer: How to Convert Web Apps to Desktop Apps on Peppermint Linux LXer Syndicated Linux News 0 11-17-2019 07:21 AM
LXer: Eolie Web Browser for GNOME - The Simplest Web Browser LXer Syndicated Linux News 0 09-28-2017 02:22 AM
Web browser not set to default even though it is the ONLY browser!?!?! dbc254 Linux Mint 1 12-07-2016 11:59 PM
[SOLVED] Light Weight Web Browser/File Browser CincinnatiKid Linux From Scratch 16 06-27-2012 01:37 PM
browser plugin for Konqueror web browser (linspire) Tracianddwayne Linux - Newbie 1 01-01-2005 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 10:49 PM.

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