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