1、搜索軟件包信息
apt-cache search
apt-cache search yum
2、查看軟件包信息
apt-cache show rpm
3、安裝軟件
apt-get install rpm
選項: apt-get reinstall 覆蓋安裝
-f 修復安裝
4、卸載,與YUM類似
apt-get remove rpm
選項: apt-get autoremove rpm 自動解決依賴關系
--purge 不報留配置文件
5、更新軟件源
apt-get update
6、更新已安裝軟件包
apt-get upgrade
【這節課最重要的是要學會Linux中的一種學習方法!!!】