ubuntu备份软件
如果您发现本文排版有问题,可以先点击下面的链接切换至老版进行查看!!!
ubuntu备份软件
-
1. 执行备份操作:dpkg --get-selections > installed-software.log,这将当前系统中已安装的软件保存到 installed-software.log 中。
2. 在还原时使用 dpkg --set-selections < installed-software.log 导入软件列表,再利用 dselect 工具安装软件。
-
备份/var/cache/apt/archives/下的.deb
如 sudo cp /var/cache/apt/archives/*.deb /media/hdx/cache/
:
重装后:
cd /media/xxx/ your backup dir
sudo cp *.deb /var/cache/apt/archives/
sudo apt-get update
- 分类:
- Devops
更新时间:
相关文章
Ubuntu建立PHP服务器(apache+php+mysql+phpmyadmin)
Ubuntu建立LAMP(apache+php+mysql+phpmyadmin) Ubuntu安装配置LAMP WEB服务器最详细和全面的方法: 一.安装 1.安装LAMP 在新立得软件包 阅读更多…
分享一个ubuntu下能用的迅雷和QQ
迅雷是用的迅雷5,很方便的,我一直在用 QQ是对官方的烂QQ进行了适当的修正的版本 迅雷下载地址 http://115.com/file/anf828ig QQ下载地址 http://115.com 阅读更多…
ubuntu下iptux类似飞鸽传书
其实在linux下面也是可以安装飞鸽传书的,只是比较麻烦了。 linux版的飞鸽传书是压缩包格式 linux版的飞鸽传书依赖以下几个包 libxml-parser-perl libgnome 阅读更多…
ubuntu安装飞信(不用wine)
1.根据自己的系统版本添加源 10.10: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu maverick main 10.04: d 阅读更多…
ubuntu中tar.gz/tar.bz2/rar等压缩包软件安装教程
Ubuntu下解压tar软件包的方法: 如果文件不在用户文件夹 /home/user 里,使用root限权解压,普通用户解压不需要加 sudo tar.gz包的解压: sudo tar 阅读更多…
Ubuntu下VirtualBox虚拟机利用桥接方式上网
1.打开virtualbox,选择【设置】-【网络】将连接方式改为【Bridged Adapter】 2.在Ubuntu中, 运行 [code lang="php"]sudo gedit 阅读更多…