当我安装我的程序时我们遇到了一些问题。
engmmrj@engmmrj-MS-7592:~$ sudo apt-get --reinstall install virtualboxReading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.2.0-77 libbsd0 apache2.2-common linux-headers-generic
linux-headers-3.5.0-18-generic linux-headers-3.5.0-18
linux-headers-3.2.0-77-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
Need to get 15.6 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ir.archive.ubuntu.com/ubuntu/ precise-updates/universe virtualbox amd64 4.1.12-dfsg-2ubuntu0.9 [15.6 MB]
Fetched 15.6 MB in 4min 27s (58.6 kB/s)
(Reading database ... 293108 files and directories currently installed.)
Preparing to replace virtualbox 4.1.12-dfsg-2ubuntu0.9 (using .../virtualbox_4.1.12-dfsg-2ubuntu0.9_amd64.deb) ...
Unpacking replacement virtualbox ...
Processing triggers for ureadahead ...
Processing triggers for man-db ...
Setting up update-notifier-common (0.119ubuntu8.7) ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20150414.1.orig.tar.gz
在停止安装软件下在线
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_20150414.1.orig.tar.gz
如何删除 respoty 中的 flashplugin?
答案1
此步骤似乎处于空闲状态,因为更新程序正在下载一个 25 MB 的文件,其中包含适用于 ubuntu 的 Adobe Flash 插件。以您当前的传输速度 (58.6kB/s),这大约需要 8 分钟。您应该等待并允许此过程完成。
或者,如果您不想要 Flash 播放器,您可以运行sudo apt-get remove flashplugin-installer
。
此外,你可以通过设置来告诉更新管理器永远不更新该包暂缓:
sudo apt-mark hold flashplugin-installer
请注意,如果发生暂停,您将不会收到安全更新。