Install ruby-exif
Installing ruby-exif package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ruby-exif
ruby-exif package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ruby-exif |
version | 0.1.2-21+b7 |
description | Ruby library for EXIF tag parsing |
subsection | ruby |
maintainer | Debian Ruby Extras Maintainers |
Uninstall ruby-exif
To remove just ruby-exif package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ruby-exif
Uninstall ruby-exif and it’s dependent packages
To remove the ruby-exif package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ruby-exif
Purging ruby-exif
If you also want to delete configuration and/or data files of ruby-exif from Debian Sid then this will work:
sudo apt-get purge ruby-exif
To delete configuration and/or data files of ruby-exif and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ruby-exif