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.

HD Remastered Games для Linux, які раніше ніколи не випускали Linux
Багато розробників і видавців ігор випускають HD-ремастер старих ігор, щоб продовжити життя франшизи. Будь ласка, шанувальники просять сумісність із с...
Як використовувати AutoKey для автоматизації ігор Linux
AutoKey - це утиліта автоматизації робочого столу для Linux та X11, запрограмована на Python 3, GTK та Qt. Використовуючи його сценарії та функціональ...
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...