apt-get安裝與卸載 //刪除軟件,保留配置文件apt-get remove <package> //刪除軟件,不保留配置文件apt-get --purge remove <package> ...