Install multitail
Installing multitail package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install multitail
multitail package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | multitail |
version | 6.4.2-1 |
description | view multiple logfiles windowed on console |
subsection | utils |
maintainer | Rene Engelhard |
Uninstall multitail
To remove just multitail package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove multitail
Uninstall multitail and it’s dependent packages
To remove the multitail package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove multitail
Purging multitail
If you also want to delete configuration and/or data files of multitail from Debian Sid then this will work:
sudo apt-get purge multitail
To delete configuration and/or data files of multitail and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove multitail