
我通过安装了一个包
sudo apt-get install ubuntu-restricted-extras
我如何卸载这个包?
答案1
如果您还想删除配置文件,请使用:
sudo apt-get purge ubuntu-restricted-extras
如果您想保留配置文件(因为您想稍后使用旧配置重新安装它):
sudo apt-get remove ubuntu-restricted-extras
我通过安装了一个包
sudo apt-get install ubuntu-restricted-extras
我如何卸载这个包?
如果您还想删除配置文件,请使用:
sudo apt-get purge ubuntu-restricted-extras
如果您想保留配置文件(因为您想稍后使用旧配置重新安装它):
sudo apt-get remove ubuntu-restricted-extras