apt-get remove util linux

How do you remove util linux in Linux / UNIX using apt-get command?

How to Uninstall util linux in Linux with apt-get?

apt-get remove util linux -y

Remove Util Linux  Remove Command

Here is the tutorial to learn how to uninstall util linux with apt-get command.

Step 1: Open a terminal with 'su' access and enter the command as shown below.
apt-get remove util linux -y

Step 2: The command reads the package lists and proceeds with the uninstallation.

Result of the Command Execution shown below:

root@hiox:~ apt-get remove util linux -y
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
aumix common: Depends: oss compat but it is not going to be installed
root@hiox:~


Related Topics

Apt Get Commands