当前位置: 技术问答>linux和unix
我的Ubuntu没有dump/restore命令,需要安装什么呢
来源: 互联网 发布时间:2016-09-14
本文导语: 我的Ubuntu系统中没有dump/restore命令,需要安装什么呢?在哪里可以下载呢?谢谢 | debian系的apt-get相当强大 当你需要某个软件 只知道关键字的时候 可以 apt-cache search 包名 来搜索并筛选软...
我的Ubuntu系统中没有dump/restore命令,需要安装什么呢?在哪里可以下载呢?谢谢
|
debian系的apt-get相当强大
当你需要某个软件 只知道关键字的时候
可以
apt-cache search 包名
来搜索并筛选软件
debian-test:~# apt-cache search "^dump$"
dump - 4.4bsd dump and restore for ext2 filesystems
搜索之后再用
apt-get install 包名
安装即可
当你需要某个软件 只知道关键字的时候
可以
apt-cache search 包名
来搜索并筛选软件
debian-test:~# apt-cache search "^dump$"
dump - 4.4bsd dump and restore for ext2 filesystems
搜索之后再用
apt-get install 包名
安装即可
|
不可能把 我的就有哦
你先执行
sudo apt-get update
再执行
sudo apt-get install dump
试试
如果还是没有 搜一下
apt-cache search "^dump"