我刚刚在打印线后挂了(冻结)的远程更新:
DKMS: install completed.
我不得不关闭终端以杀死进程,并继续进行
sudo lsof /var/lib/dpkg/lock
kill -15 THE-PID
sudo dpkg --configure -a
但下面的dist-update和命令(带输出)仍然挂起,冻结在语句上:
DKMS: install completed.
$ sudo apt-get install bcmwl-kernel-source
Reading package lists... Done
Building dependency tree
Reading state information... Done
bcmwl-kernel-source is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu0.1) ...
Removing old bcmwl-6.30.223.248+bdcom DKMS files...
-------- Uninstall Beginning --------
Module: bcmwl
Version: 6.30.223.248+bdcom
Kernel: 3.13.0-24-generic (x86_64)
-------------------------------------
Status: Before uninstall, this module version was ACTIVE on this kernel.
wl.ko:
- Uninstallation
- Deleting from: /lib/modules/3.13.0-24-generic/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod....
DKMS: uninstall completed.
------------------------------
Deleting module version: 6.30.223.248+bdcom completely from the DKMS tree.
------------------------------
Done.
Loading new bcmwl-6.30.223.248+bdcom DKMS files...
Building only for 3.13.0-24-generic
Building for architecture x86_64
Building initial module for 3.13.0-24-generic
Done.
wl:
Running module version sanity check.
- Original module
- No original module exists within this kernel
- Installation
- Installing to /lib/modules/3.13.0-24-generic/updates/dkms/
depmod....
DKMS: install completed.
我不认为重启是正确的答案。可能根本不开机! Gad Zooks!任何提示&花样?
在更新/升级之前可能应该有下面的命令,但只有后视力是20/20
sudo apt-get autoclean
sudo apt-get autoremove
谢谢, 布拉德
答案 0 :(得分:0)
看起来我的Broadcomm Wireless驱动程序与最新的Ubuntu 14.04更新效果不佳。
我刚删除了debian软件包bcmwl-kernel-source和dkms。
这些软件包可能运行良好,但apt-get升级挂起,我不想处理严重冻结的更新。
现在我可以运行'sudo apt-get dist-upgrade'并顺利航行。