Install uil
Installing uil package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install uil
uil package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | uil |
version | 2.3.4-10+b1 |
description | Motif – UIL (User Interface Language) compiler |
subsection | devel |
website | motif.ics.com |
maintainer | Graham Inggs |
Uninstall uil
To remove just uil package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove uil
Uninstall uil and it’s dependent packages
To remove the uil package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove uil
Purging uil
If you also want to delete configuration and/or data files of uil from Debian Sid then this will work:
sudo apt-get purge uil
To delete configuration and/or data files of uil and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove uil