1. 安装rpm包
采用alien命令,如下
sudo alien -i /home/neo/desktop/test.rpm
2. 自动网络安装
采用apt-get命令
sudo apt-get install ABC 和 sudo aptitude install ABC
sudo apt-get remove ABC 和 sudo aptitude remove ABC
同时删除配置文件:
sudo apt-get remove –purge ABC 和 sudo aptitude purge ABC
3. 安装dep包
采用debian的传统命令dpkg,如下
dpkg -i /home/neo/desktop/test.deb