On Mon, Jul 10, 2017 at 08:13:58AM -0400, Harry Putnam wrote > I notice in attempts to re-install vbox guest-additions that the > process shows `!!' at certain lines during the process. > > So, it is apparently failing to uninstall some parts of existing > guest-additions. > > I suspect that may be why the install fails. > > Anyone know how I might go about uninstalling all the bits and pieces > of a prior vbox guest-additions install manually?
Manually? If it's still installed, I suggest... equery f virtualbox-guest-additions > vgafiles.txt ...to get a list of all its files, and then uninstall. Then remove any leftovers manually, checking against the list in vgafiles.txt. If it's already "uninstalled" equery won't help. In that case, go through the log file in /var/log/portage and look for lines with "!!" and remove the files it's complaining about. grep will speed up the search. Before actually removing a file, I suggest... equery b filename ...to check if it also belongs to another package. That might be the reason for the problem in the first place. -- Walter Dnes <[email protected]> I don't run "desktop environments"; I run useful applications

