Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Uninstalling vbox guest addtions
Date: Mon, 10 Jul 2017 17:39:05
Message-Id: 20170710173852.GA12510@waltdnes.org
In Reply to: [gentoo-user] Uninstalling vbox guest addtions by Harry Putnam
1 On Mon, Jul 10, 2017 at 08:13:58AM -0400, Harry Putnam wrote
2
3 > I notice in attempts to re-install vbox guest-additions that the
4 > process shows `!!' at certain lines during the process.
5 >
6 > So, it is apparently failing to uninstall some parts of existing
7 > guest-additions.
8 >
9 > I suspect that may be why the install fails.
10 >
11 > Anyone know how I might go about uninstalling all the bits and pieces
12 > of a prior vbox guest-additions install manually?
13
14 Manually? If it's still installed, I suggest...
15
16 equery f virtualbox-guest-additions > vgafiles.txt
17
18 ...to get a list of all its files, and then uninstall. Then remove any
19 leftovers manually, checking against the list in vgafiles.txt. If it's
20 already "uninstalled" equery won't help. In that case, go through the
21 log file in /var/log/portage and look for lines with "!!" and remove the
22 files it's complaining about. grep will speed up the search. Before
23 actually removing a file, I suggest...
24
25 equery b filename
26
27 ...to check if it also belongs to another package. That might be the
28 reason for the problem in the first place.
29
30 --
31 Walter Dnes <waltdnes@××××××××.org>
32 I don't run "desktop environments"; I run useful applications