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 05-16-2022, 09:31 PM   #1
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Rep: Reputation: Disabled
How do I download browsers in mint?


I don't see a vast array of web browsers to choose from in synaptic Mint OS .
I would like to download Seamonkey, brave but I don't see these in synaptic Mint OS:

Which one should I pick in synaptic for chromium?:

chromium 101.0.4951.64 linux web browser under world wide webcam
chromium-browser 2020.10.27 transitional package
chromium-browser-l10n 1:85.04183.83-0ub transitional package-chromium-browser-l10-> chromium snap
chromium-chromedriver
chromium-codecs-ffmpeg
chromium-codecs-ffmpeg extra
 
Old 05-16-2022, 09:48 PM   #2
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,173

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
Seamonkey is the Debian version of Firefox, which they forked from Mozilla over copyright issues with the name and logo going against Debian guidelines. Mint probably has the official Firefox available.

If you want Chromium browser, then grab the 'chromium' package. You can use the command 'apt show chromium' to get the more detailed info about it. replace then name with other package names for their longer details.
 
1 members found this post helpful.
Old 05-16-2022, 09:49 PM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Brave isn't in the Mint repositories but they have their own.

https://brave.com/linux/

And SeaMonkey

https://www.seamonkey-project.org/do...-and-uninstall

Last edited by michaelk; 05-16-2022 at 09:55 PM.
 
Old 05-16-2022, 11:33 PM   #4
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,808
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
Quote:
Originally Posted by uteck View Post
Seamonkey is the Debian version of Firefox, which they forked from Mozilla
SeaMonkey history has nothing directly to do with Debian. Nor is it a version of Firefox. SeaMonkey is the current name of the web suite from which Firefox and Thunderbird were forked many moons ago, Mozilla.
 
3 members found this post helpful.
Old 05-17-2022, 09:34 AM   #5
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: Ubuntu based stuff for the most part
Posts: 1,173

Rep: Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501Reputation: 501
That's right, I was mixing it up with PaleMoon, or whatever name of the Firefox fork is.
I should not answer questions after 9pm.

And after seeing the other questions from the OP I am bailing out of thus thread.
 
Old 05-17-2022, 10:17 AM   #6
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
FYI: Iceweasel was the name Debian used for Firefox when Mozilla wouldn't allow them to use official name for their builds.
 
1 members found this post helpful.
Old 05-17-2022, 10:31 AM   #7
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
I have not run
Code:
apt-cache search browser
for a LONG time, but as I recall there are about 7 or 8 web browsers in the repo.

MODERN web browsers are a MUCH shorter list.
 
1 members found this post helpful.
Old 05-17-2022, 11:04 PM   #8
linux-man
Member
 
Registered: Nov 2016
Location: Geneva
Distribution: native install of Parrot Home Edition 5.0 Debian (no security tools) 64 bit, KDE, 5.14.0-9parrot1,
Posts: 872

Original Poster
Rep: Reputation: Disabled
Quote:
Create a directory named "seamonkey2" (mkdir seamonkey2) and change to that directory (cd seamonkey2).
After creating this directory should it reside within another directory or on its own? In windows they sit in Programs folder.
 
Old 05-18-2022, 01:31 AM   #9
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,808
Blog Entries: 1

Rep: Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066Reputation: 2066
You can put SeaMonkey from upstream wherever you like. /opt/ is one good place. /usr/local/ is another good place. Both are available to all system users, as opposed to locations in /home/. I use /usr/local/, for several different versions:
Code:
> ls -Ggd /usr/local/sm???
drwxrwxrwx 10 3072 May 31  2017 /usr/local/sm246
drwxrwxrwx 13 3072 May 17 04:10 /usr/local/smcur
drwxrwxrwx  9 3072 May 17 16:00 /usr/local/smnxt
drwxrwxrwx 10 4096 Apr 19 13:06 /usr/local/smtst
 
Old 05-18-2022, 02:49 PM   #10
half-word
LQ Newbie
 
Registered: Jan 2012
Location: Split, Croatia
Distribution: LinuxMint, Ubuntu, Debian, Devuan (+FreeBSD)
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by linux-man View Post
Which one should I pick in synaptic for chromium?:
Frankly, you shouldn't install browsers from synaptic on Linux Mint. You can easily install the wrong thing, and if you have snapd enabled you could end up installing Ubuntu's Chromium snap instead of Mint's native Chromium. It would be best if you used Mint Software Manager to install it, there is only one item called Chromium and it has the familiar icon and "Web browser" in description.

Using Debian's tools like synaptic or apt-get is best left for some more obscure or complex operations when you know exactly why are you using it and what do you want accomplish with it, or for quickly installing small tools for which you know the package names by heart. For daily operations using Mint's tools for installs and updates is your best bet not to break something.

If you are interested in SeaMonkey, the best way to install it in this case is by using Mozilla's official PPA: https://www.ubuntuupdates.org/ppa/ubuntuzilla?dist=all

NOTE about adding new apt repos: apt-key is being deprecated, so it would be recommended to add all PPA signing keys by downloading those keys with GPG instead and copy the keys to appropriate directories. It's not related to the question so I'll just recommend to do a web search how to do it.
 
1 members found this post helpful.
  


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
Do browsers read other installed browsers' configuration data? JASlinux Linux - Security 35 01-07-2022 04:08 PM
How do browsers read other browsers' bookmarks? JASlinux Linux - Security 4 09-22-2021 08:09 AM
How to allow only particular browsers and deny all other browsers in squid3 roopakl Linux - Newbie 8 04-24-2012 10:31 PM
LXer: Proprietary browsers built on proprietary browsers: the blind leading the blind LXer Syndicated Linux News 0 09-15-2009 12:20 AM
LXer: Comparison Between Linux Web Browsers - Review of 5 Linux Browsers LXer Syndicated Linux News 0 05-17-2008 01:21 PM

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

All times are GMT -5. The time now is 02:09 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