×


Linux Resources


Install Brave Browser on Linux Mint 20 - Step by Step Process ?

This article covers how to install Brave browser on a Linux Mint 20 system. Brave is a free to use and open-source web browser developed by Brave Software, Inc. Its source code is based on the Chromium browser. Brave is designed to block ads and website trackers by default and guarantee privacy.


How to Launch Brave Web Browser on Linux Mint 20 ?

After installation you can use the terminal or Desktop Environment Launcher to start brave web browser on Linux Mint 20 Desktop machine:

$ brave-browser


Install and Use Curl command on CentOS 8 - Step by Step Process ?

This article covers how to install the Curl command-line tool on CentOS 8 system. Through the curl command, users can download and upload files over the network. curl is a powerful command-line tool for transferring data from or to a remote server. With curl you can download or upload data using various network protocols, such as HTTP, HTTPS, SCP , SFTP , and FTP .


How to Install curl on CentOS ?

Curl package is available in the standard CentOS 8 repositories. 

To install it run the following command:

$ sudo dnf install curl

Once the installation is complete, verify it by typing curl in your terminal:

$ curl


Install Vivaldi Browser on Linux Mint 20 - Step by Step Process ?

This article covers how to install Vivaldi browser and concluded with its uninstallation method from a Linux system. Vivaldi is a next generation open source web browser that runs on Windows, Linux, macOS and on mobile devices. It comes with unique features and is created to be fast and secure browser that blocks ads and trackers. 

To Launch and Use Vivaldi Browser on Linux Mint 20:

Start the browser from terminal:

$ vivaldi


How to Install Vivaldi Web Browser on Linux Mint / Kali Linux ?

1. Start by importing the GPG key used for verification during installation.

$ sudo apt update
$ sudo apt -y install wget gnupg2 software-properties-common
$ wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | sudo apt-key add -

2. Then run the commands below to add the repository to your system.

echo 'deb https://repo.vivaldi.com/archive/deb/ stable main' | sudo tee /etc/apt/sources.list.d/vivaldi.list

3. A final step is the installation of Vivaldi Web Browser on Linux Mint / Kali Linux.

$ sudo apt update
$ sudo apt install vivaldi-stable

Hit the y key in your keyboard to start installation.


Install Microsoft Teams on CentOS 8 - Step by Step Process ?

This article covers how to install Microsoft Teams on CentOS machine using different methods. You can either install Microsoft Teams by downloading and installing its RPM package from the official website or you can install the snap package. Microsoft Teams is a communication platform used for Chat, Calling, Meetings, and Collaboration. Generally, it is used by companies and individuals working on projects. Microsoft Teams is available for macOS, Windows, and Linux operating systems available now.


How to Install Microsoft Teams Linux on CentOS 8 ?

By default, Microsoft Teams Linux package is not available in the CentOS 8 default repository. You will need to download the RPM package for it. 

1. You can download it with the following command:

$ cd /tmp
$ wget https://packages.microsoft.com/yumrepos/ms-teams/teams-1.3.00.5153-1.x86_64.rpm

2. Once the package is downloaded, install the downloaded package with the following command:

$ dnf install teams-1.3.00.5153-1.x86_64.rpm


How to Remove Microsoft Teams from CentOS ?

1. To remove Microsoft Teams Linux from the CentOS 8, run the following command:

$ dnf remove teams

2. To remove Microsoft Teams Linux from the Ubuntu 18.04, run the following command:

$ dpkg -r teams


Install Arduino IDE on CentOS 8 - Step by Step Process ?

This article covers how to install Arduino IDE on CentOS machine either via the direct download method or the snap method. Also, you will learn how to uninstall Arduino. Arduino IDE stands for the "Arduino Integrated Development Environment". Arduino is used to create electronic devices that communicate with their environment using actuators and sensors. Arduino IDE contains an editor that is used for writing and uploading programs to the Arduino board. Before starting to create projects through Arduino, the user needs to set up an IDE for the programmable board.


How to Launch Arduino IDE on CentOS Linux System ?

Now, you will launch the Arduino IDE from the desktop. Click on 'Activities' and select show application form where you will launch Ardunio IDE to double click on the application icon.

You can also launch using the search bar, click on the 'Activities' where you can see a search bar. You will type 'Arduino' in the search bar.


Install Android Studio on Ubuntu 20.04 LTS - Step by Step Process ?

This article covers how to install Android Studio using different methods. Also, you will learn how to remove Android Studio in case you don't need it anymore. Android Studio is the most widely used software for android mobile application development. Android Studio is developed by Google and it can run on different operating environments like Windows, macOS, and Linux. Most of the current popular android applications are developed on Android Studio. This tool has various built-in features that provide a stable and fast environment for developing applications.


How to Install Android Studio through snap ?

You can install the android studio using snap on your Ubuntu system using the following command:

$ sudo snap install android-studio --classic

You can also install android studio using the below-mentioned command:

$ sudo snap remove android-studio

Search by typing a one letter Word Term Here