安装rar压缩及解压
sudo apt-get install rar unrar p7zip p7zip-rar p7zip-full
安装时命令为:
sudo apt-get install audacious
则卸载时命令为:[一定注意是区分大小写的,截图中我第一次用大写 Audacious,没有成功]
sudo apt-get remove audacious
更新源:
在打开的终端窗口里,输入如下命令:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup(此命令为备份默认源)
sudo gedit /etc/apt/sources.list(此命令为更新源,删除原内容,然后将新的源内容拷过去,然后存盘)
更新好源后,再打开终端,输入命令:
sudo apt-get update