> Kuenhourg's 隨手記事簿: Linux 更新套件方式

2011年1月20日 星期四

Linux 更新套件方式

取得套件目錄 Advanced Package Tools
#apt-get update

安裝Secure Shell 及Open-SSH Server
#apt-get install ssh

更新套件
#apt-get upgrade

-------------------------------------------------------------------------------
              Fedora                          Ubuntu
新增      #yum install                  #apt-get install
移除      #yum remove                #apt-get remove
查詢      #yum search                  #apt-cache search