Install libudunits2-dev
Installing libudunits2-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libudunits2-dev
libudunits2-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libudunits2-dev |
version | 2.2.20-1 |
description | Development files for the libunits physical units package |
subsection | libdevel |
website | unidata.ucar.edu / software / udunits / |
maintainer | Alastair McKinstry |
Uninstall libudunits2-dev
To remove just libudunits2-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libudunits2-dev
Uninstall libudunits2-dev and it’s dependent packages
To remove the libudunits2-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libudunits2-dev
Purging libudunits2-dev
If you also want to delete configuration and/or data files of libudunits2-dev from Debian Sid then this will work:
sudo apt-get purge libudunits2-dev
To delete configuration and/or data files of libudunits2-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libudunits2-dev