2015年5月25日 星期一

macports 和 aptitude / apt-get 指令對照

有用到再繼續補充:

操作Ubuntu apt-get / aptitudeMacports
列出已安裝的套件dpkg -l port installed
列出已安裝套件 PKG 包含的檔案pkg -L PKG port contents PKG
搜尋包含 NAME 字串的套件aptitude search NAME port search NAME
顯示套件 PKG 的詳細資訊aptitude show PKG port info PKG

沒有留言:

張貼留言

在 Fedora 下裝 id-utils

Fedora 似乎因為執行檔撞名,而沒有提供 id-utils 的套件 ,但這是使用 gj 的必要套件,只好自己編。從官網抓好 tarball ,解開來編譯 (./configure && make)就是了。 但編譯後會遇到錯誤: ./stdio.h:10...