如何使用APTonCD备份和还原已安装的Ubuntu软件包

image

APTonCD is an easy way to back up your installed packages to a disc or ISO image. You can quickly restore the packages on another Ubuntu system without downloading anything.

APTonCD是将安装的软件包备份到光盘或ISO映像的简便方法。 您可以在不下载任何东西的情况下,在另一个Ubuntu系统上快速恢复软件包。

After using APTonCD, you can install the backed up packages with a single action, add the packages as a software source, or restore them to your APT cache.

使用APTonCD之后,您可以通过一次操作安装备份的软件包,将软件包添加为软件源,或将其还原到APT缓存中。

安装 (Installation)

APTonCD is available in Ubuntu’s default software repositories. Search for “APTonCD” in the Ubuntu Software Center and you’ll find it. It’s also available in Debian’s software repositories.

APTonCD在Ubuntu的默认软件存储库中可用。 在Ubuntu软件中心中搜索“ APTonCD”,您将找到它。 也可以在Debian的软件存储库中找到。

image

You can also run the following command from a terminal:

您也可以从终端运行以下命令:

sudo apt-get install aptoncd

须藤apt-get install aptoncd

After it’s installed, you can launch it from the Dash.

安装完成后,您可以从Dash启动它。

image

备份程序包 (Backing Up Packages)

The “Create” button allows you to create a disc with your downloaded, cached DEB packages on it. This copies the packages from your APT cache (located in the /var/cache/apt/archives/ directory) to the disc. If you’ve used a clean-up utility such as Computer Janitor, the cached packages may no longer be present on your system.

“创建”按钮使您可以创建包含下载的,已缓存的DEB软件包的光盘。 这会将软件包从APT缓存(位于/ var / cache / apt / archives /目录中)复制到光盘上。 如果您使用了诸如Computer Janitor之类的清理实用程序,则缓存的软件包可能不再存在于您的系统上。

image

APTonCD presents you with a list of your cached packages and automatically selects them all. You can deselect packages if you don’t want them on the disc. If you have additional DEB packages you want to add, click the Add button to add them to the list. You can also drag and drop DEB packages from a file manager onto the window.

APTonCD为您提供缓存软件包的列表,并自动选择它们。 如果您不希望光盘上显示软件包,则可以取消选择软件包。 如果还有其他要添加的DEB包,请单击“添加”按钮将它们添加到列表中。 您也可以将DEB包从文件管理器拖放到窗口上。

image

Once you’ve selected your packages, click the Burn button. Using the window that appears, you can select a CD or DVD image, specify a name and location for the ISO image file, and optionally create a meta-package. A meta-package is a single package that depends on all other packages on the disc – this allows you to easily install all the packages on the disc by telling APT to install a single package.

选择软件包后,单击刻录按钮。 使用出现的窗口,您可以选择CD或DVD映像,为ISO映像文件指定名称和位置,还可以选择创建元包。 元软件包是依赖于光盘上所有其他软件包的单个软件包–通过告诉APT安装单个软件包,您可以轻松地将所有软件包安装在光盘上。

image

Click the Apply button and APTonCD will create an ISO image at the location you specified.

单击“应用”按钮,APTonCD将在您指定的位置创建一个ISO映像。

image

Once the image is created, you can have APTonCD launch a disc-burning application, such as Brasero, to burn it to a disc immediately. You can also burn the ISO image later. If you don’t have a disc drive – no problem, you can save the ISO image as a file and transport it between computers on a USB drive.

创建映像后,您可以让APTonCD启动光盘刻录应用程序(例如Brasero)以立即将其刻录到光盘上。 您也可以稍后刻录ISO映像。 如果没有光盘驱动器-没问题,您可以将ISO映像另存为文件,并在USB驱动器上的计算机之间进行传输。

image

安装所有软件包 (Installing All Packages)

If you burnt the image to disc, you can insert it into your disc drive, open it in a file manager window, and double-click the package named “aptoncd-metapackage” to install it. This will install all packages on the disc. The package will not be present if you didn’t have APTonCD create a meta-package.

如果将映像刻录到光盘,则可以将其插入光盘驱动器,在文件管理器窗口中将其打开,然后双击名为“ aptoncd-metapackage”的软件包进行安装。 这将在光盘上安装所有软件包。 如果您没有APTonCD创建元软件包,则该软件包将不存在。

image

If you only have an ISO image, you can mount it as a disc and install packages from it.

如果只有ISO映像,则可以将其安装为光盘并从中安装软件包。

将光盘添加为存储库 (Adding a Disc as a Repository)

The File –> Add CD/DVD option in APTonCD adds the disc to APT as a software source. The disc will be used as a repository in APT, so you can install packages from it using Synaptic, apt-get, or other package management tools, even if you’re offline.

APTonCD中的“文件”->“添加CD / DVD”选项会将光盘作为软件源添加到APT。 该光盘将用作APT中的存储库,因此即使您处于离线状态,也可以使用Synaptic,apt-get或其他软件包管理工具从中安装软件包。

image

将软件包还原到缓存 (Restoring Packages to Cache)

The Load button on the restore screen won’t do anything until you install the hal package on your system. Do so with the following command:

在系统上安装hal软件包之前,还原屏幕上的“加载”按钮将不起作用。 使用以下命令执行此操作:

sudo apt-get install hal

须藤apt-get install hal

image

Restart APTonCD after running this command and you’ll be able to restore packages by clicking the Restore button. You can restore packages to any system, as long as the systems use the same architecture – for example, you can’t install 64-bit packages on a 32-bit installation of Ubuntu.

运行此命令后,重新启动APTonCD,您将可以通过单击“还原”按钮来还原软件包。 您可以将软件包还原到任何系统,只要这些系统使用相同的体系结构即可。例如,您不能在32位Ubuntu上安装64位软件包。

image

Use the Load button on the Restore screen to specify a disc drive or ISO image file.

使用“还原”屏幕上的“加载”按钮指定光盘驱动器或ISO映像文件。

image

After you have, you can click the Restore button to restore the downloaded packages to your APT cache. APT will use them to install the packages instead of downloading them.

完成后,可以单击“还原”按钮将下载的软件包还原到APT缓存中。 APT将使用它们来安装软件包,而不是下载它们。

image


APTonCD is particularly useful for systems without Internet connections, but it’s also a quick way to restore your favorite packages after reinstalling Ubuntu from scratch – without having to remember them.

APTonCD对没有Internet连接的系统特别有用,但是它也是从头开始重新安装Ubuntu之后无需记住它们即可恢复您喜欢的软件包的快速方法。

Have you used APTonCD in the past? Share your experiences in the comments.

您过去曾经使用过APTonCD吗? 在评论中分享您的经验。

翻译自: https://www.howtogeek.com/110034/how-to-back-up-restore-your-installed-ubuntu-packages-with-aptoncd/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/280412.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

使用 Visual Studio 2022 调试Dapr 应用程序

使用Dapr 编写的是一个多进程的程序, 两个进程之间依赖于启动顺序来组成父子进程,使用Visual Studio 调试起来可能会比较困难,因为 Visual Studio 默认只会把你当前设置的启动项目的启动调试。好在有Visual Studio 扩展(Microsoft Child Proc…

卸载 cube ui_如何还原Windows 8附带的已卸载现代UI应用程序

卸载 cube uiWindows 8 ships with built-in apps available on the Modern UI screen (formerly the Metro or Start screen), such as Mail, Calendar, Photos, Music, Maps, and Weather. Installing additional Modern UI apps is easy using the Windows Store, and unins…

Java Decompiler(Java反编译工具)

Java Decompiler官网地址:http://jd.benow.ca/ 官网介绍: The “Java Decompiler project” aims to develop tools in order to decompile and analyze Java 5 “byte code” and the later versions. JD-Core is a library that reconstructs Java sou…

MassTransit | 基于MassTransit Courier 实现 Saga 编排式分布式事务

Saga 模式Saga 最初出现在1987年Hector Garcaa-Molrna & Kenneth Salem发表的一篇名为《Sagas》的论文里。其核心思想是将长事务拆分为多个短事务,借助Saga事务协调器的协调,来保证要么所有操作都成功完成,要么运行相应的补偿事务以撤消先…

ccleaner无法更新_CCleaner正在静默更新关闭自动更新的用户

ccleaner无法更新CCleaner is forcing updates on users who specifically opt out of automatic updates. Users will only find out about these unwanted updates when they check the version number. CCleaner强制对专门选择退出自动更新的用户进行更新。 用户只有在检查版…

chrome浏览器崩溃_不只是您:Chrome浏览器在Windows 10的2018年4月更新中崩溃

chrome浏览器崩溃If your computer is hanging or freezing after installing the Windows 10 April 2018 Update you’re not alone, and Microsoft is aware of the problem. 如果在安装Windows 10 April 2018 Update之后计算机挂起或死机,您并不孤单,…

致敬青春岁月

昨天发生的一件神奇的事情。我们公司工会组织了一次小型的户外团建,有机会认识一些其他部门同事,没想到有一个同事小心地认出了我,然后还谈起了关于.NET技术和社区的一些发展的历史和故事。他在微软工作的时间比我久,但时空交错&a…

docker:自定义ubuntu/制作镜像引用/ubuntu换源更新

一、需求 1. 制作一个图像辨识的api,用到相同设置的ubuntu镜像,但是每次制作都要更新ubuntu和下载tesseract浪费半个到一个小时下载,所以制作一个自定义ubuntu几次镜像大大提高开发效率。 2. 制作ubuntu过程时,可以调试tesserac…

facebook人脸照片_为什么您的Facebook照片看起来如此糟糕(以及您可以如何做)...

facebook人脸照片Facebook is a popular platform for sharing photos, even though it’s not a very good one. They prioritize fast loading images over high quality ones. You can’t stop it from happening, but you can minimize the quality loss. Facebook是一个受…

用C#自己动手写个操作系统,爽!

自从C#的AOT编译机制发布以来,有趣的项目越来越多,今天给大家推荐一个开源项目,用C#开发的64位操作系统。项目简介这是一个使用.NET Native AOT技术编译的C# 64位操作系统,系统的基础功能基本都已经支持:网卡、多处理、…

Linux 用户名、主机添加背景色

文章参考:PS1应用之——修改linux终端命令行各字体颜色 Linux 用户名、主机添加背景色,用于生产环境,这样可以减少人为的误操作。 1 [rootzhang ~]# tail /etc/bashrc 2 ……………… 3 export PS1"\[\e[37;40m\][\[\e[37;41m\]\u\[\e[3…

python 调用文件上传图片简单例子

使用方法: python.exe .\test.py "fileD:\img\mark_1080.png" "matchWordListRUN" "urlhttp://192.168.0.37:8081/templateMatch" test.py import requests import sysif __name__ "__main__":print(参数个数为:, len(s…

如何从手机或PC将游戏下载到PlayStation 4

PlayStation 4 games can be huge, and take hours to download. Thankfully, you can start downloading games even when you’re away from home. All you need is Sony’s official smartphone app, or a web browser on any PC. PlayStation 4游戏可能非常庞大&#xff0c…

kaggle入门项目:Titanic存亡预测(三)数据可视化与统计分析

---恢复内容开始--- 原kaggle比赛地址:https://www.kaggle.com/c/titanic 原kernel地址:A Data Science Framework: To Achieve 99% Accuracy Step 4: Perform Exploratory Analysis with Statistics 使用描述性与图表分析数据,重点在于数据可…

docker遇到问题归纳

/bin/sh^M: bad interpreter #在win下编辑的时候,换行结尾是\n\r , 而在linux下 是\n,所以才会有 多出来的\r #可以用以下方式解决先在控制台cd到报错的目录#编辑报错的那个文件 vi xxx.sh#利用如下命令查看文件格式 :set ff 或 :set filef…

firefox 扩展_如何检查您的扩展程序是否将停止与Firefox 57一起使用

firefox 扩展With Firefox 57, scheduled for release in November 14, 2017, Mozilla will end support for legacy extensions, and only support newer WebExtensions. Here’s how to check if your extensions will stop working—and how to keep using them after Novem…

边缘服务网格 osm-edge

本文篇幅稍长,阅读本文将了解以下内容:•什么是 osm-edge 及其产生背景•边缘计算与中心云计算的差异,以及带来的挑战•osm-edge 的设计及采用的技术•5 分钟快速体验边缘服务网格关于 osm-edgeosm-edge 是针对边缘计算环境设计的服务网格&am…

powershell获取exe文件返回值

一、目的 1.powershell能简单写一些小脚本,不需要exe开发这么笨重。 2.在windows实现某个特定功能,做成一个exe能方便查看管理。 二、实现 1.C# code 运行结束加入返回值 Environment.ExitCode 1; //自定义数字 2.powershell 调用并获取 需要增加…

活水亭观书有感其一_如何将iPad置于“信息亭”模式,将其限制为单个应用程序...

活水亭观书有感其一An iPad makes a great “kiosk” device–a tablet restricted to one specific app for your home or small business. You can create a makeshift kiosk using the Guided Access feature, or enable Single App Mode for a true kiosk environment. iPa…

powershell 特殊符号处理

显示字符串有双引号 “ 两个双引号产生一个双引号,这里不包括最外层的双引号。 $a"PowerShell" """My name is $a"",this program said." 使用转义字符 转义序列由反引号定义,也就是键盘F1下面与波浪线同键…