Install psrip
Installing psrip package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install psrip
psrip package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | psrip |
version | 1.3-7 |
description | Extract images from PostScript files |
subsection | text |
maintainer | Thomas Bushnell, BSG |
More information about apt-get install
Advanced Package Tool, or APT, is a free software user interface that works with core libraries to handle the installation and removal of software on Debian, Ubuntu and other Linux distributions. APT simplifies the process of managing software on Unix-like computer systems by automating the retrieval, configuration and installation of software packages, either from precompiled files or by compiling source code.
apt-get is the command-line tool for handling packages, and may be considered the user’s “back-end” to other tools using the APT library.
Uninstall psrip
To remove just psrip package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove psrip
Uninstall psrip and it’s dependent packages
To remove the psrip package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove psrip
Purging psrip
If you also want to delete configuration and/or data files of psrip from Debian Sid then this will work:
sudo apt-get purge psrip
To delete configuration and/or data files of psrip and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove psrip