$: sudo lshw -class memory
Wednesday, February 13, 2013
Cleanup or purge configuration files from packages
When removing packages, like sudo apt-get remove virtualbox-guest-utils, it may leave configuration files in the system. This can be verified by running dpkg -l | grep 'virtualbox' for example. If the first string shows rc (removed, configuration files present) then purging is necessary, like so:
Subscribe to:
Post Comments (Atom)
Emacs with SLIME for interactive development with SBCL on Windows 11
Emacs with SLIME for interactive development with SBCL Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) ...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Install Winget on Windows 2022 or Windows 10 LTSC Install Pre-reqs Install Microsoft.UI.Xaml/2.8.6 Navigate to https://www.nuget.org/pa...
No comments:
Post a Comment