Install uim-look
Installing uim-look package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install uim-look
uim-look package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | uim-look |
version | 1:1.8.6-15 |
description | Universal Input Method – Dictionary-based completion input support |
subsection | utils |
website | github.com / uim / uim / wiki |
maintainer | HIGUCHI Daisuke (VDR dai) |
Uninstall uim-look
To remove just uim-look package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove uim-look
Uninstall uim-look and it’s dependent packages
To remove the uim-look package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove uim-look
Purging uim-look
If you also want to delete configuration and/or data files of uim-look from Debian Sid then this will work:
sudo apt-get purge uim-look
To delete configuration and/or data files of uim-look and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove uim-look