众所周知:在linux下下载安装软件包的命令是 sodu apt-get install xxxx,但有时我们知道软件包的功能,确不知道软件包的具体名称。这时该如何下载安装。
使用命令 apt-cache search xxxx,先搜索相应的软件包名,选取正确的名称最后下载安装
例如:想使用dump和restore命令,就可以搜索
ubuntu@ubuntu-ThinkPad-X220:/$ apt-cache search "^dump$"
dump - 4.4bsd dump and restore for ext2 filesystems
最后使用命令install命令安装