Removing applications on Ubuntu isn't difficult or complex but rather incredibly straightforward. Let's explore the simple ways to uninstall applications on Ubuntu in this article.

Step 1: Click on Show Application (1) => search (2).
Bước 1: Bạn click vào Show Application (1) => tìm kiếm (2).

Next, input the keyword Ubuntu (3) and select Ubuntu Software (4).

Step 2: Click on the Installed (1) tab => Remove (2).

Step 3: Click on Remove to uninstall.

Step 4: Enter your login password (1) => Authenticate (2).

After successfully uninstalling, you can click on X to close the window.

2. Uninstalling via Terminal
Step 1: Right-click on the Desktop => Open in Terminal.

Step 2: Enter the following command and press Enter.
dpkg --list
Next, locate the name of the application you wish to remove and make a note of it. In the image below, I'll be uninstalling the yelp application.

Step 3: Enter the following command and press Enter.
sudo apt-get --purge remove ApplicationNameFor ApplicationName, you should enter the name of the application you want to uninstall.

Next, input your computer password and press Enter.

Then, press Y and Enter to confirm uninstalling the program.

Once the command runs without errors, the uninstallation process is successful.

Following the instructions in the article, you'll find uninstalling applications on Ubuntu incredibly straightforward. Best wishes for your success!
