×


Install Dillo Browser on Ubuntu 21.10 Edition - A step by step guide ?

Dillo is a browser that is known for its super speed with a small memory footprint. It is written in C++ and is based on the Fast Light Toolkit which is beautifully integrated with C++. This makes a greater sense of speed because of native development. Dillo is free and open source for everybody on earth. The best feature in Dillo is its Bug Meter. It warns web developers of possible issues in their web pages. It makes use of the WDG validator instead of W3C. Dillo is highly efficient when it comes to software stability.

Here at Ibmi Media, as part of our Server Management Services, we regularly help our Customers to perform related Open-source Linux browser Software Installation queries.

In this context, we shall look into how to install Dillo Browser on Ubuntu 21.10 edition.


How to install Dillo Browser on Ubuntu ?

Dillo does not have any prerequisites, so there is no issue with the installation. Also, it exists in Ubuntu repositories. You will need to apply the following command to begin the installation. You will need to simply run the following command to install the browser:

$ sudo apt update
$ sudo apt install dillo


How to confirm Dillo Browser Installation ?

To know if the Dillo browser is installed successfully or not, you can confirm by running th  below command:

$ dillo --version

An alternative method of checking Dillo is via your system dashboard. You can make a search and it will show.


How to launch Dillo Browser ?

Once located, you can launch the Dillo browser by Clicking or typing the name on the command line and it will work out of the box.


How to Uninstall Dillo Browser From Ubuntu ?

You can uninstall the Dillo browser using apt command provided below:

$ sudo apt remove dillo


[Need help in installing any Software on your Linux system ? We can help you. ]


Conclusion

This article covers the installation, launching, and removal of the Dillo browser on Ubuntu 20.10 edition.


How to Uninstall dillo package from Ubuntu Linux system ?

Please follow the steps below to uninstall dillo package:

$ sudo apt remove dillo
$ sudo apt autoclean && sudo apt autoremove