BIP KB Tag: Package
How To Completely Remove A Package On Ubuntu / Debian By apt-get
This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system.
Remove the package on Ubuntu/Debian
Generally remove is the option used with apt-get command. But it do not remove the config files associated with the removed package.
Replace package-name with the package name which you want to remove.
apt-get rem...
By samantha, April 11, 2015
How To Test A RPM Package Before Installation
Introduction to Linux rpm package manager
In this tutorial we will show you, how to test a rpm package before installation.
As a Linux System Engineer, this command is very useful and should be used in regular practice.
Mostly of the time I use this command, to help me see if there are any issues before installation.
Note: rpm command is available for Red Hat based operating system.
How to test rpm
To test the rp...
By frank, April 11, 2015