+3 votes
280 views
How to install Chromium on CentOS or Ubuntu

in Linux / Unix by (551k points)
reopened | 280 views

1 Answer

+4 votes
Best answer

1. Install Chromium on Ubuntu 17
2. Install Chromium on CentOS 7

In a world where the Internet has become the epicenter of many activities worldwide, a fundamental element in this interaction process arises and they are browsers, today we have browsers such as Google Chrome, Safari, Firefox Quantum, and many more, where each one has a specific area of action whether speed, environment or performance..

One of the browsers that is at the forefront of offering better functionality to users with low consumption is Chromium and today in TechnoWikis we will analyze how to install it on CentOS and Ubuntu.

What is Chromium?
The Chromium project covers two utilities such as Chromium and Chromium OS, which are the open source projects of the Google Chrome browser and Google Chrome OS.

Chromium has been developed as an open source browser project whose critical mission is to offer a safer, faster and more stable way to surf the web where threats are constant every minute..


1. Install Chromium on Ubuntu 17

Step 1

As a first step we will update the system by executing the following command:
 sudo apt update 
image
Step 2

Once the system is updated, we proceed to execute the Chromium installation by executing the following command:
 sudo apt install chromium-browser 
image
Step 3

There we enter the letter S and we can see that the installation process begins: image
Step 4

Once installed we can access Chromium using one of the following options:
  • From the Ubuntu search engine enter the term
     chromium 
  • From the terminal we will execute the command
     chromium-browser 

image

Step 5

Once we access the browser we must enter our Google credentials and start enjoying this great browser:

image


2. Install Chromium on CentOS 7

Step 1

Before starting the installation process, we will update the operating system packages by running the following command:
 yum -y update 

image

Step 2

After updating the system we will install the EPEL repository to obtain the subsequent installation of Chromium:
 yum install -y epel-release 

image

Step 3

Once the EPEL installation process is finished, we will install Chromium by running the following line:
 yum -y install chromium 

image

Step 4

Once this process is finished we will access the Chromium configuration file using the vi or nano editor like this:
 nano / usr / bin / chromium-browser 
Step 5

In the deployed file we will add the following line at the end of the last line of code:
 –No-sandbox 

image

Step 6

We save the changes using the following key combination:

+ O Ctrl + O

We leave the editor using:

+ X Ctrl + X

Step 7

Now, it will be possible to access Chromium and make the most of its functionalities:

image


by (3.5m points)
edited

Related questions

+3 votes
1 answer
+4 votes
1 answer
asked Nov 2, 2019 in Linux / Unix by backtothefuture (551k points) | 699 views
+4 votes
1 answer
+4 votes
1 answer
+5 votes
1 answer
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users