00:00all right what's up amayan and in this video i am going to show you how you can completely
00:04uninstall a certain app from linux if you don't get the options to right click and uninstall as
00:10you can see right from here so in this case we have to use the terminal there is no other
00:14way
00:15so we're gonna type in sudo apt remove and the name of the app in my case which is virtual
00:22box
00:22let's type it in enter your password and hit enter and now it will ask you to remove two
00:29dependencies so just gonna continue with y and this is going to uninstall the app from your system
00:38wait there is another thing that you need to do with every app installed you get some dependencies
00:45or other apps that are installed with it so you have to remove that as well for this you have
00:50to
00:50use the sudo apt auto remove and continue with the y and hit enter this will remove everything or
00:58every junk that have that app had so if you want to know how i did that so you just
01:04gonna type in
01:05sudo apt update to know if there is anything else that you need to update or delete sudo apt upgrade
01:14after all of your packages are update you will see there is nothing that need to be removed now let's
01:20take a look at the app list to see if the app is completely removed or not this is removed
01:26anyway
01:26that's been it thanks for watching
Comments