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安装飞信(不用wine)
1.根据自己的系统版本添加源 10.10: deb http://ppa.launchpad.net/happyaron/ppa/ubuntu maverick main 10.04: d 阅读更多…
ubuntu安装wine
安装系统自带源中的wine sudo apt-get install win 因为其版本旧,所以我们不推荐使用,我们一般是改用PPA中的wine 安装最新版的wine PPA地址: http 阅读更多…
ubuntu下iptux类似飞鸽传书
其实在linux下面也是可以安装飞鸽传书的,只是比较麻烦了。 linux版的飞鸽传书是压缩包格式 linux版的飞鸽传书依赖以下几个包 libxml-parser-perl libgnome 阅读更多…
Ubuntu下file not found 解决方法
grub 引导文件被你格式化了。就是grub坏了。 糊里糊涂做了某个操作,导致ubuntu无法启动。 GRUB显示error: file not found,然后就停到了 GRUB rescue的 阅读更多…
ubuntu下virtualbox实现文件夹共享
有些时候,我们可能需要在Ubuntu中虚拟一个Windows操作系统,如下是我的环境配置: 母操作系统:Ubuntu 9.04 + VirtualBo 阅读更多…
