Fix 'No Application Found' error in Ubuntu Software

The Ubuntu Software Center is a utility for installing, purchasing, and removing software in Ubuntu, a major part of the overall software handling of the operating system.

Cannot find an application from Universe Repository in Ubuntu Software

When searching for non-Snap applications (applications from Universe Repository) in the Ubuntu Software utility (version 20.04), you always receive the message No Application Found .

Ubuntu Software in Ubuntu 20.04 is actually the Snap Store. Currently, you cannot search and install any applications other than Snap packages through this utility.

Fix 'No Application Found' error in Ubuntu Software Picture 1

Fix "No Application Found" error in Ubuntu Software

A workaround for this problem is to reinstall the old Gnome Software, which was the default software in previous Ubuntu releases and has an identical user interface.

Step 1. Open Terminal by pressing Ctrl + Alt + T on your keyboard or by searching for 'terminal' from the application menu.

Fix 'No Application Found' error in Ubuntu Software Picture 2

Step 2. When Terminal opens, run the command to install GNOME Software :

sudo apt install gnome-software

Fix 'No Application Found' error in Ubuntu Software Picture 3

Step 3. After installation, refresh the system package cache via Software Updater or by running the following command:

sudo apt update

Fix 'No Application Found' error in Ubuntu Software Picture 4

Step 4. Finally, launch Gnome Software from the apps menu, search for and install any app you want!

Fix 'No Application Found' error in Ubuntu Software Picture 5

Hope you are succesful.

4.4 ★ | 34 Vote

May be interested

  • Fix WiFi not working on UbuntuPhoto of Fix WiFi not working on Ubuntu
    wifi connection problem can be either hardware or software problem. here are some useful solutions if users find themselves having problems connecting to wifi networks.
  • How to record system audio on LinuxPhoto of How to record system audio on Linux
    linux is a powerful and flexible system. this tutorial shows you how to record audio in linux, both from microphone and system, using audacity and pulseaudio.
  • How to install Deepin desktop environment on UbuntuPhoto of How to install Deepin desktop environment on Ubuntu
    so far, deepin has the most beautiful desktop environment. it is probably one of the nicest and most user-friendly of the linux desktop distributions.
  • How to change screen resolution in UbuntuPhoto of How to change screen resolution in Ubuntu
    if your screen is too big or too small, you can try setting the resolution manually. let's take a look at how you can change the resolution in ubuntu through the following article!
  • Is Linux the operating system or the kernel?Photo of Is Linux the operating system or the kernel?
    one of the questions you will probably find on most tech forums is whether linux is the operating system or the kernel. even for some proficient linux users, this question can be relatively difficult to answer.
  • How to Install Gradle on Debian 10Photo of How to Install Gradle on Debian 10
    gradle is a popular build tool primarily designed for software development in java. in this article, we will guide you through the steps you need to take to install gradle on debian 10.