How to uninstall an app in Ubuntu
To uninstall an app in Ubuntu, you can chase these steps:
Open the Ubuntu Software Center. This can be done by beat on the Ubuntu Software figure in the Dock or by acute the Super key (also accepted as the Windows key) on your keyboard and accounting "Ubuntu Software."
In the Ubuntu Software Center, bang on the "Installed" tab to see a account of all the apps that are currently installed on your system.
Find the app you appetite to uninstall and bang on it to accessible its page.
On the app's page, bang the "Remove" button to uninstall the app.
your countersign back prompted to affirm that you appetite to uninstall the app.
Wait for the app to be uninstalled. This may booty a few moments, depending on the admeasurement of the app.
Once the app has been uninstalled, you can abutting the Ubuntu Software Center.
Note: Some apps may accept added uninstallation accomplish or appear with an uninstaller program. If you're unsure, you can analysis the app's affidavit or website for instructions on how to appropriately uninstall it.
Additionally, you can additionally uninstall an app application the command line. To do this, you can chase these steps:
Open the Terminal by acute the Ctrl Alt T keys on your keyboard or by analytic for "Terminal" in the Activities overview.
Type the afterward command to see a account of all the apps that are currently installed on your system:
css
Copy code
sudo apt account --installed
Find the app you appetite to uninstall in the account and agenda its exact name.
Type the afterward command to uninstall the app:
csharp
Copy code
sudo apt abolish app-name
Replace "app-name" with the exact name of the app you appetite to uninstall.
Enter your countersign back prompted to affirm that you appetite to uninstall the app.
Wait for the app to be uninstalled. This may booty a few moments, depending on the admeasurement of the app.
Once the app has been uninstalled, you can abutting the Terminal.
Note: Some apps may accept added uninstallation accomplish or appear with an uninstaller program. If you're unsure, you can analysis the app's affidavit or website for instructions on how to appropriately uninstall it.
Hope that this article helps you. Thank you and have a nice day.
Comments
Post a Comment