Blog
Login
Purge annoying packages from Ubuntu
Sep 10, 14 by Juan Lebrijo about Ubuntu, blog
Sometimes you need to remove a package from your System, this is the way. First discover the packages which are bothering you:
dpkg -l | grep ruby
Once you catched them, purge them from the system (removing binaries and configuration files):
sudo dpkg -P libruby1.8