Ubuntu

Install Ulauncher on Ubuntu Linux Desktop Application Launcher

Install Ulauncher on Ubuntu Linux Desktop Application Launcher

Ulauncher is a simple software that lets users launch the installed applications and open the existing files and directories with the convent user interface. It is written in Python and supports Python 3. As of writing this post, the Ulauncher 5.9.0 is the latest stable release.

The Ulauncher application can be installed on Ubuntu 20.04 from the PPA repository and the Debian package.

Installing Ulauncher from PPA repository on Ubuntu 20.04

Complete the below-given steps to install Ulauncher from the PPA repository on Ubuntu 20.04.

Step 1: Add Ulauncher PPA repository

A PPA repository is an external repository that is created and maintained by the developers. Type the command given below to add the Ulauncher PPA repository:

$ sudo apt-add-repository ppa:agornostal/ulauncher

Press 'Enter' to continue adding the Ulauncher repository.

Step 2: Update system's repository

Upon successful addition of Ulauncher PPA repository, update the system's apt repository with the following command:

$ sudo apt update

Step 3: Install Ulauncher

Next, install the Ulauncher application using the appended command:

$ sudo apt install launcher

Press 'y' to continue installing the Ulauncher application.

Step 4: Verify the Ulauncher application's installation

$ ulauncher --version

The output confirms that Ulauncher 5.9.0 is installed on my Ubuntu 20.04.

Installing Ulauncher from the Debian Package on Ubuntu 20.04

First, visit the Ulauncher official webpage (https://ulauncher.io/).

Next, click on 'DOWNLOAD' and wait for the Debian package for Ubuntu to be downloaded.

Once the Debian package is downloaded, navigate to the 'Downloads' directory.

cd Downloads

After, type the command given below to install Ulauncher from the Debian package:

$ sudo apt install ./ulauncher_5.9.0_all.deb

Then, verify the installation with the command given below:

$ ulauncher --version

Launch and use Ulauncher

Finally, launch the Ulauncher application from the terminal using the appended command:

$ launcher

The Ulauncher application is ready to use. Now, type anything in the search box to search.

Remove the Ulauncher Application

Execute the below-given command to remove the Ulauncher PPA repository:

$ sudo add-apt-repository --remove ppa:agornostal/ulauncher

The PPA repository will be removed successfully.

To completely remove or uninstall the Ulauncher application, type the command given below:

$ sudo apt remove --autoremove launcher

Press 'y' to continue removing the Ulauncher.

Conclusion

Ulauncher is a simple software that allows users to open the installed applications, files, and folders easily. The Ulauncher application can be installed on Ubuntu 20.04 from the external repository and the Debian package. This article describes the Ulauncher installation process on Ubuntu 20.04.

Microsoft Sculpt Touch Wireless Mouse Review
I recently read about the Microsoft Sculpt Touch wireless mouse and decided to buy it. After using it for a while, I decided to share my experience wi...
AppyMouse On-screen Trackpad and Mouse Pointer for Windows Tablets
Tablet users often miss the mouse pointer, especially when they are habitual to using the laptops. The touchscreen Smartphones and tablets come with m...
Middle mouse button not working in Windows 10
The middle mouse button helps you scroll through long webpages and screens with a lot of data. If that stops, well you will end up using the keyboard ...