Install postbooks
Installing postbooks package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install postbooks
postbooks package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | postbooks |
version | 4.9.2-1 |
description | multi-user accounting / CRM / ERP suite (GUI) |
subsection | misc |
website | xtuple.com / postbooks |
maintainer | Debian xTuple Maintainers |
Uninstall postbooks
To remove just postbooks package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove postbooks
Uninstall postbooks and it’s dependent packages
To remove the postbooks package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove postbooks
Purging postbooks
If you also want to delete configuration and/or data files of postbooks from Debian Sid then this will work:
sudo apt-get purge postbooks
To delete configuration and/or data files of postbooks and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove postbooks