20080108

在 apt 裡找套件

話説在 ubuntu 裡想用 apt-get 安装某個程式, 但又不知道某個程式是包在那個套件裡的話, 可以用google..
不過更直接的做法應該是用:

apt-cache search "keywords"

例如要找 NFS 的相關套件:
$ apt-cache search nfs
...
nfs-common - NFS support files common to client and server
nfs-kernel-server - support for NFS kernel server
...

0 comments: