How to Install Krita in Ubuntu

Krita is a free and open-source digital painting, editing and animation application developed by KDE. It has excellent user interface with everything placed perfectly so that you can easily find the tool you need. Installing Krita Ubuntu offers multiple ways for users to install Krita on their computers. The next sections will take a look … Read more

How to install Neofetch in Ubuntu

Neofetch is a cool system information tool that gives you all the information about your system by running “neofetch” command in Terminal. It is cool tool to have because it gives you information about desktop environment, kernel version, bash version and GTK theme you are running. The repositories have been added. Run the apt update command to … Read more

How to install Mailspring on Ubuntu

MailSpring earlier known as Nylas Mail or Nylas N1 is an open-source email client. It saves all the mails locally on computer so that you can access them anytime you need. It features advanced search which uses AND and OR operations so that you can search for mails based on different parameters. The easiest way … Read more

How to install WordPress.com desktop app on Ubuntu

Start by opening your terminal and executing the following command to install all prerequisites: $ sudo apt install libgtkextra-dev gdebi-core Use your browser to download the wordpress.com Desktop app DEB package or use the following wgetshortcut command: $ wget -O wordpress_app.deb https://bit.ly/2uUiTdz Next, install the wordpress_app.deb package downloaded in the previous step: $ sudo gdebi wordpress_app.deb

How to Install caffeine in Ubuntu

Imagine you are watching something on YouTube or reading a news article and suddenly Ubuntu locks your screen, I know that is very annoying. It happens with many of us, so Caffeine is the tool that will help you block the Ubuntu lock screen or screensaver. Install caffeine by entering the following commands in the … Read more

How to Install SimpleScreenRecorder

SimpleScreenRecorder is available in Ubuntu Software Centre in most of the recent Ubuntu releases. But somehow if you don’t find it there you can run following command in Terminal to install this screen video recorder. $ sudo add-apt-repository ppa:marten-baert/simplescreenrecorder $ sudo apt-get update $ sudo apt-get install simplescreenrecorder