Categories: TutorialsUbuntu

How to Install Falkon Browser on Ubuntu 20.04 LTS

Introduction

You have heard of many browsers already. Most of the people use standard browsers like Firefox and Chrome. However, there is a browser that carries distinct features. Falkon is a lightweight browser with a clean code base and built on top of KDE stack. QT Web Engine powers Falkon browser’s user interface. The most amazing feature Falkon browser has its native ad-blocking feature. The ad-blocking plugin is enabled by default and does a great job to block all intrusive trackers and spywares.

I will walk you through in this tutorial to install Falkon browser on Ubuntu 20.04 LTS.

Step 1. Install Falkon on Ubuntu

Sponsored

Falkon does not have any dependencies, therefore you would not need to worry about them. However, if you are not using KDE then you might find a larger download size on a different desktop environment.

First, try to update your Ubuntu 20.04 LTS repositories.

$ sudo apt update

Once updated then you are ready to run the following command to download an updated edition of Falkon browser and begin the installation.

$ sudo apt install -y falkon

Step 2. Confirm the Falkon Installation

Now I am going to see if it was successfully installed on my system or not. You should also perform the check. It does not hurt. Here is the command for you:

$ falkon --version

Step 3. Locate Falkon Browser

We verified that the browser is now successfully installed on our computer. I will now look at where it was installed. You can do it both from CLI and GUI. You will need to check the internet folder to check it.

Sponsored

Step 4. Launch Falkon

Now is the time to launch Falkon, and I will simply do it from the system dashboard as shown in the previous step.

Falkon starts with a blank page and does not show any external links.

Step 5. Remove Falkon Browser

Removing the Falkon browser is simple as we installed it from the Ubuntu repositories. If you downloaded Falkon from a different source, and it was still a .deb binary then you can safely remove it using the standard apt removal command as shown below.

$ sudo apt remove falkon

Conclusion

Falkon makes use of QT Web Engine and ensures that the users surf the internet safely. Falkon is the best addition to your browser stack for web development as well. It takes less memory and has a smaller footprint on disk storage.

Karim Buzdar holds a degree in telecommunication engineering and holds several sysadmin certifications including CCNA RS, SCP, and ACE. As an IT engineer and technical author, he writes for various websites.

Ubuntu Server Admin

Recent Posts

Canonical announces 12 year Kubernetes LTS

Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…

17 hours ago

Ubuntu Weekly Newsletter Issue 878

Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…

1 day ago

How your feedback shapes the way we support open source software

At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…

2 days ago

How To Install osTicket v1.14 On Ubuntu 20.04

I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…

3 days ago

How To Install WordPress On Ubuntu 20.04

Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…

3 days ago

How To Install DNS Server (Bind9) On Ubuntu 20.04

Now I want to share the DNS server installation process on your Ubuntu 20.04 server.…

3 days ago