

- #LOCK ERROR SUDO APT GET INSTALL INSTALL#
- #LOCK ERROR SUDO APT GET INSTALL UPDATE#
- #LOCK ERROR SUDO APT GET INSTALL UPGRADE#
Use 'sudo apt autoremove' to remove them. The following packages were automatically installed and are no longer required:
#LOCK ERROR SUDO APT GET INSTALL INSTALL#
sudo apt-get install virtualbox-5.2 sudo: /etc/sudoers.d/README is world writable Then I visited virtualbox page and followed the instructions for "Debian-based Linux distributions", more specifically:Īdded deb contrib to my /etc/apt/sources.list Starting from sudo apt-get dist-upgrade I get the following error: sudo: /etc/sudoers.d/README is world writable
#LOCK ERROR SUDO APT GET INSTALL UPDATE#
# added 2F4U's tips for Package Manager & Update Manager problems # added zika's tip for problems with hash sum mismatch

# Locked dpkg - only if sure you are not running another update.
#LOCK ERROR SUDO APT GET INSTALL UPGRADE#
# If you are absolutely sure you do not have another upgrade process running. #dist-upgrade is also able to remove existing packages if required #would upgrade you to the latest kernel in the repositories

Sudo apt-get upgrade #newest versions of all packages, update must be run first Sudo apt-get update #resync package index Sudo apt-get autoclean # only removes files that cannot be downloaded anymore (obsolete) Then I have seen this one which is offers a pretty extensive solution: # Oldfred's command list for cleaning and repairing

This link and This one offers following solution: sudo apt-get purge virtualbox Ths one provides another approach: sudo apt install virtualbox-ext-packĮxport http_proxy=' export https_proxy=' Did NOT work. Same outcome appears as I try to install virtualbox. Sudo dpkg -remove -force-remove-reinstreq virtualbox-ext-packĭid NOT work. sudo: /etc/sudoers.d/README is world writable This topic provides the following solution sudo dpkg -configure -aĭid NOT work. Then I googled the solution and found similar problems: Subprocess installed post-installation script returned error exit status 1Įrrors were encountered while processing:Į: Sub-process /usr/bin/dpkg returned an error code (1) Hash mismatch Oracle_VM_VirtualBox_Extension_Pack-5.1.38.vbox-extpack: expected e93d87b0f5de50369baca0a48082236b947df5b922ffd0233c0fa92c1206defd, or wrong accept-license key, removing the file.ĭpkg: error processing package virtualbox-ext-pack (-configure): VBoxManage: error: Context: "RTEXITCODE handleExtPack(HandlerArg*)" at line 1201 of file VBoxManageMisc.cpp VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ExtPackManagerWrap, interface IExtPackManager VBoxManage: error: The installer failed with exit code 1: VBo圎xtPackHelperApp: error: World writable: '/usr' VBoxManage: error: Failed to install "/usr/share/virtualbox-ext-pack/Oracle_VM_VirtualBox_Extension_Pack-5.1.38.vbox-extpack" The file will be downloaded into /usr/share/virtualbox-ext-pack Virtualbox is already the newest version (5.1.38-dfsg-0ubuntu1.16.04.1).Ġ upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Īfter this operation, 0 B of additional disk space will be used. Here is the outcome sudo: /etc/sudoers.d/README is world writable I tried to install it using the following command: sudo apt install virtualbox The problem: Unable to install virtual box.
