在Debian系统中,可以使用以下方法卸载软件:
sudo apt remove 软件名称
sudo apt-get remove 软件名称
sudo aptitude remove 软件名称
sudo dpkg -r 软件名称
无论使用哪种方法,都需要以root权限或者有相应权限的用户来执行卸载操作。在卸载软件之后,建议使用以下命令清理系统垃圾文件:
sudo apt autoremove