• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install Min Browser in Ubuntu

795

To Install Min Browser in Ubuntu

Min Browser is a fast web browser that designed with advanced features like built-in ad and tracker blocking. Its features are similar to the DuckDuckGo search engine. This article shows the installation process of the Min Browser in Ubuntu.

Features

  • Reading list
  • Bookmarks
  • Tasks
  • Focus mode
  • Privacy features


Installation of Min Browser

Initially, use the ' cd' command to enter into the download directory.

root@linuxhelp:~# cd /home/user1/Downloads/

Now download the Min browser with the help of ' wget' command.

root@linuxhelp:/home/user1/Downloads# wget https://github.com/minbrowser/min/releases/download/v1.4.1/min_1.4.1_amd64.deb
--2016-08-05 23:24:21--  https://github.com/minbrowser/min/releases/download/v1.4.1/min_1.4.1_amd64.deb
Resolving github.com (github.com)... 192.30.253.113
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-cloud.s3.amazonaws.com/releases/45319761/83693226-527b-11e6-8b12-96ca3c6ebcee.deb?X-Amz-Algorithm=AWS4-HMAC-SHA256& X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160805%2Fus-east-1%2Fs3%2Faws4_request& X-Amz-Date=20160805T175422Z& X-Amz-Expires=300& X-Amz-Signature=1c4ac5608ab2c461f36131f6bb02c9a79e92ba1c3a9d71dcbe7a7953656bc211& X-Amz-SignedHeaders=host& actor_id=0& response-content-disposition=attachment%3B%20filename%3Dmin_1.4.1_amd64.deb& response-content-type=application%2Foctet-stream [following]
--2016-08-05 23:24:22--  https://github-cloud.s3.amazonaws.com/releases/45319761/83693226-527b-11e6-8b12-96ca3c6ebcee.deb?X-Amz-Algorithm=AWS4-HMAC-SHA256& X-Amz-Credential=AKIAISTNZFOVBIJMK3TQ%2F20160805%2Fus-east-1%2Fs3%2Faws4_request& X-Amz-Date=20160805T175422Z& X-Amz-Expires=300& X-Amz-Signature=1c4ac5608ab2c461f36131f6bb02c9a79e92ba1c3a9d71dcbe7a7953656bc211& X-Amz-SignedHeaders=host& actor_id=0& response-content-disposition=attachment%3B%20filename%3Dmin_1.4.1_amd64.deb& response-content-type=application%2Foctet-stream
Resolving github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)... 54.231.121.11
Connecting to github-cloud.s3.amazonaws.com (github-cloud.s3.amazonaws.com)|54.231.121.11|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 36059386 (34M) [application/octet-stream]
Saving to: ‘ min_1.4.1_amd64.deb’ 

min_1.4.1_amd64.deb 100%[===================> ]  34.39M   428KB/s    in 2m 43s  

2016-08-05 23:27:06 (217 KB/s) - ‘ min_1.4.1_amd64.deb’  saved [36059386/36059386]

Once the download is completed, then list the files.

root@linuxhelp:/home/user1/Downloads# ls
min_1.4.1_amd64.deb

Once the package is downloaded install with the following command.

root@linuxhelp:/home/user1/Downloads# dpkg -i min_1.4.1_amd64.deb
Selecting previously unselected package min.
(Reading database ... 172193 files and directories currently installed.)
Preparing to unpack min_1.4.1_amd64.deb ...
Unpacking min (1.4.1-1) ...
Setting up min (1.4.1-1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...

Run the Min browser to access it.

root@linuxhelp:/home/user1/Downloads# min

Min-Browser-start

Select start browsing option.

Min-Browser-start-browsing

Min Browser welcome page will appear as shown below,

Min-Browser-welcome-page

Enter any web address in the search panel for verification.

Min-Browser-web-address

Min-Browser-search-panel


To Uninstall Min Browser

Run the following command to remove the Min Browser.

root@linuxhelp:/home/user1/Downloads# apt purge min
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  min*
0 upgraded, 0 newly installed, 1 to remove and 346 not upgraded.
After this operation, 136 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 173460 files and directories currently installed.)
Removing min (1.4.1-1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160415-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...

Tags:
jacob
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What are the alternatives for min browser?

A

The alternatives for min browser are
Google Chrome
Vivaldi Browser
Chromium
Opera
Brave

Q

What are the compatibility options for Min Browser?

A

The Min browser comes in versions for Debian Linux variants, Windows and Mac machines. It can not compete with the functionality available in the mainstream cross-platform Web browsers.

Q

Where do download other histories available?

A

There are no “download” and “history” windows,

Q

what is Min Browser?

A

Min Browser is a fast web browser that designed with advanced features like built-in ad and tracker blocking. Its features are similar to the DuckDuckGo search engine.

Q

What are the features available in Min Bowser?

A

The features available in Min Bowser are
Reading list
Bookmarks
Tasks
Focus mode
Privacy features

Related Tutorials in How to Install Min Browser in Ubuntu

Related Tutorials in How to Install Min Browser in Ubuntu

How to install Epiphany browser in Ubuntu
How to install Epiphany browser in Ubuntu
Sep 15, 2016
How to install Command Line Browser in Linux
How to install Command Line Browser in Linux
Aug 9, 2016
How to install Lynx 2.8.9 on Ubuntu 18.04
How to install Lynx 2.8.9 on Ubuntu 18.04
Sep 8, 2018
How to install Yandex 18.4 on Ubuntu 18.04
How to install Yandex 18.4 on Ubuntu 18.04
Jun 21, 2018
How to install SRware iron browser in Ubuntu
How to install SRware iron browser in Ubuntu
Sep 15, 2016
How to install WebKit based browsers on Ubuntu
How to install WebKit based browsers on Ubuntu
Apr 17, 2017
How to install Chrome and Chromium in OpenSUSE Leap
How to install Chrome and Chromium in OpenSUSE Leap
Oct 6, 2016
How to configure ACL rule for Browser by Squid proxy server in Ubuntu 16.04
How to configure ACL rule for Browser by Squid proxy server in Ubuntu 16.04
Oct 4, 2017

Related Forums in How to Install Min Browser in Ubuntu

Related Forums in How to Install Min Browser in Ubuntu

Terminal Emulator
noah class=
How to show terminal output to browser in linux
Apr 27, 2017
Browser
james class=
how to access website from command-line to check http response
Feb 7, 2017
Browser
ceriaimmaculate class=
How to access linux terminal through web browser
Nov 2, 2017
Squid
yousuf class=
Browser blocking in squid
Sep 20, 2017
Browser
ethan class=
webkit based browsers
Apr 26, 2017
SSH
symonds class=
How to access ssh from web browser
Nov 2, 2017
Browser
logan class=
How to view browser log in my local machine
Feb 25, 2017
Browser
stewart class=
How check extentions in Chrome
Nov 2, 2017

Related News in How to Install Min Browser in Ubuntu

Related News in How to Install Min Browser in Ubuntu

5 Best Secure and Private Web Browsers to Look Our For
5 Best Secure and Private Web Browsers to Look Our For
Nov 24, 2018
Min browser may reduce the noise
Min browser may reduce the noise
Jan 28, 2017
SingleFile Used as a Veil in New Phishing Attacks
SingleFile Used as a Veil in New Phishing Attacks
Apr 9, 2019
Sonar helps developers to build a better website
Sonar helps developers to build a better website
Nov 1, 2017
Microsoft's Edge May Come to Linux, Eventually?
Microsoft's Edge May Come to Linux, Eventually?
Aug 31, 2024
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.