Install Telegram on Ubuntu Linux

How to Install Telegram on Ubuntu Method 1: Official Telegram Download Click the button below to download the tarball package for Linux distros (including Ubuntu) which contains a standalone Telegram runtime and updater: Download Telegram for Linux (64-bit .tar.xz) Download Telegram for Linux (32-bit .tar.xz) If you like to live on the bleeding edge you … Read more

Install the Latest Lollypop Music Player in Ubuntu

How to Install Lollypop in Ubuntu: 1.) Open terminal from your system application launcher. When it opens, run command to add the PPA: sudo add-apt-repository ppa:gnumdk/lollypop 2.) After adding the PPA, run command in terminal to install the software package: sudo apt install lollypop  

Install Geary Mail on Ubuntu

Install Geary Mail on Ubuntu Geary is available from Ubuntu software repository. You can use the following command to install it. sudo apt update sudo apt install geary The Ubuntu 16.10 repository contains the latest 0.11.2 version, but Ubuntu 16.04 has version 0.11.0. If you like to get the latest updates as soon as possible, … Read more

install Brave Browser

sudo apt install apt-transport-https curl gnupg curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key –keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add – echo “deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main” | sudo tee /etc/apt/sources.list.d/brave-browser-release.list sudo apt update sudo apt install brave-browser

Whenever I switch on Ubuntu I always see the following message.

Whenever I switch on Ubuntu I always see the following message. (Initramfs): /dev/sda1 contains a file system with errors, check forced. Inodes that were a part of a corrupted orphan linked lost found. /dev/sda1 : UNEXPECTED INCONSISTENCY; RUN fsck manually.(I.e ., without -a or -p options). fsck exited with status code 4. The root filesystem … Read more

How to Install Dropbox on Ubuntu

Dropbox is stand-out player in cloud storage and its Linux clients works really well on Ubuntu once installed properly. While Google Drive comes out of the box on Ubuntu 16.04 LTS and later, Dropbox is still a preferred cloud storage tool on Linux in terms of features it offers. Installing Dropbox from Command Line We … Read more

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