Uninstall software on Ubuntu - Xiao-Le Deng (邓小乐)

Xiao-Le Deng (邓小乐)

BlogPublicationsTagsSearchAbout

Uninstall software on Ubuntu

2022-02-16
#Unix #Ubuntu

1. Uninstall software with Synaptic

sudo apt-get install synaptic

2. Uninstall software with terminal

dpkg --list
sudo apt-get --purge remove <programname>
sudo apt-get remove <programname>

3. Reference

  • Ubuntu卸载软件:3种卸载方式_初识-CV的博客-CSDN博客_ubuntu卸载软件
——
2012 – 2025 © Xiao-Le Deng · Powered by Simple Style