Although for this tutorial we are removing a specific application (Frozen Bubble), the process may be applied to virtually any package you wish to remove.
- From the desktop, launch a new terminal session by selecting: Applications > Accessories > Terminal. A new terminal window will display.
- At the prompt (the blinking cursor), type:
sudo apt-get autoremove frozen-bubble
the press: Enter. The terminal will display a list of packages to be removed (including any accompanying dependencies no longer needed by other packages). Note: If you do not recall the exact name of the package you wish to uninstall, refer to: Advanced Package Tool (apt) basics for more information. - When prompted to confirm removal, type:
Y
then press: Enter. - Once removal is complete, close the terminal.
No comments:
Post a Comment