×


Category: Linux Tutorial


Install SMPlayer on Linux Mint 20 - Step by step guide ?

This article covers the best way of installing the SMPlayer on a Linux Mint 20 machine. In fact, After installing SMPlayer on your system, you can conveniently use it to play your media files. 


How to Install SMPlayer on Linux Mint via snap ?

1. To install snap from the Software Manager application, search for snapd and click Install.

Alternatively, snapd can be installed from the command line:

$ sudo apt update
$ sudo apt install snapd

2. To install SMPlayer, simply use the following command:

$ sudo snap install smplayer


Install Terminator on Linux Mint 20 - Step by step guide ?

This article covers the installation method of Terminator on Linux Mint 20. In fact, a Linux terminal environment enables a user to carry out various system functionalities like file management, system update, and applications management through a variety of executable commands.


Main features of Terminator Terminal includes:

  • Multiple plugins support.
  • Simultaneous typing especially when dealing with arbitrarily grouped terminals.
  • Access to numerous keyboard shortcuts.
  • Multiple profiles and layouts support which, through GUI preferences editor, can be saved.
  • Terminals re-ordering through drag-and-drop.
  • Multiple tabs support.
  • Support for grid-like structure terminal arrangement.


Install ipcalc on Linux Mint 20 - Step by step guide ?

This article covers the installation and usage of ipcalc on Linux Mint 20. In fact, With the help of this tool, you can easily find out the Netmask, wildcard, network, host ranges, broadcast address, etc. associated with any given IP address. 


Main uses of ipcalc includes:

Validate IP address.

Show calculated broadcast address.

Display hostname determined via DNS.

Display network address or prefix.


How to install ipcalc in Linux ?

To install ipcalc, simply run one of the commands below, based on the Linux distribution you are using:

$ sudo apt install ipcalc  

The ipcalc package should be installed automatically under CentOS/RHEL/Fedora and it is part of the initscripts package, but if for some reason it is missing, you can install it by using:

# yum install initscripts     #RHEL/CentOS
# dnf install initscripts     #Fedora


To find more about the ipcalc usage, you can use:

# ipcalc --help
# man ipcalc


Install Tesseract on Linux Mint 20 - Step by step guide ?

This article covers the installation procedure of Tesseract OCR on a Linux Mint 20 system. In fact, Tesseract is an optical text recognition (OCR) engine developed by Google used for recognizing a text in image. 


How to Install Tesseract OCR on Ubuntu ?

1. Add the Tesseract OCR repository:

$ sudo add-apt-repository -y ppa:alex-p/tesseract-ocr-devel

2. Install Tesseract OCR 5:

$ sudo apt install -y tesseract-ocr

3. When installation is finished, we can check Tesseract OCR version:

$ tesseract --version


How to Uninstall Tesseract OCR from Ubuntu Linux system ?

If you decided to completely remove Tesseract OCR and related dependencies, run the following command:

$ sudo apt purge --autoremove -y tesseract-ocr

2. Remove GPG key and repository:

$ sudo rm -rf /etc/apt/trusted.gpg.d/alex-p_ubuntu_tesseract-ocr-devel.gpg
$ sudo rm -rf /etc/apt/sources.list.d/alex-p-ubuntu-tesseract-ocr-devel-focal.list


Install Motrix on Linux Mint 20 - Step by step guide ?

This article covers the process of installing the Motrix download manager on a Linux Mint 20 machine. In fact, Motrix is a free and open source download manager for Linux, Windows and MacOS. It is released under MIT License. It supports HTTP, FTP, BitTorrent, Magnet and Baidu Net Disk download protocals. 

Once you have this download manager installed on your target system, you can enjoy its friendly and intuitive user interface while downloading your desired files.


Install Lynis on Linux Mint 20 - Step by step guide ?

This article covers the process of installing the latest version of Lynis on a Linux Mint 20 system. In fact, Lynis is an open-source tool for security auditing, compliance testing, and vulnerability detection. Lynis also scan for general system information and possible configuration issues and provide tips for further system hardening.