Install pxlib1
Installing pxlib1 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pxlib1
pxlib1 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pxlib1 |
version | 0.6.6-1 |
description | library to read/write Paradox database files |
subsection | libs |
website | pxlib.sourceforge.net |
maintainer | Uwe Steinmann |
Uninstall pxlib1
To remove just pxlib1 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pxlib1
Uninstall pxlib1 and it’s dependent packages
To remove the pxlib1 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pxlib1
Purging pxlib1
If you also want to delete configuration and/or data files of pxlib1 from Debian Sid then this will work:
sudo apt-get purge pxlib1
To delete configuration and/or data files of pxlib1 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pxlib1