How To Install tryton-modules-all on Kali Linux
Introduction
In this tutorial we learn how to install tryton-modules-all on Kali Linux.
What is tryton-modules-all
tryton-modules-all is:
Tryton is a high-level general purpose application platform. It is the base of a complete business solution as well as a comprehensive health and hospital information system (GNUHealth).
This package is a metapackage depending on all available Tryton modules.
There are three methods to install tryton-modules-all on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install tryton-modules-all Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install tryton-modules-all using apt-get by running the following command:
sudo apt-get -y install tryton-modules-allInstall tryton-modules-all Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install tryton-modules-all using apt by running the following command:
sudo apt -y install tryton-modules-allInstall tryton-modules-all Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install tryton-modules-all using aptitude by running the following command:
sudo aptitude -y install tryton-modules-allHow To Uninstall tryton-modules-all on Kali Linux
To uninstall only the tryton-modules-all package we can use the following command:
sudo apt-get remove tryton-modules-allUninstall tryton-modules-all And Its Dependencies
To uninstall tryton-modules-all and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove tryton-modules-allRemove tryton-modules-all Configurations and Data
To remove tryton-modules-all configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge tryton-modules-allRemove tryton-modules-all configuration, data, and all of its dependencies
We can use the following command to remove tryton-modules-all configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge tryton-modules-allDependencies
tryton-modules-all have the following dependencies:
- tryton-modules-account
- tryton-modules-account-asset
- tryton-modules-account-be
- tryton-modules-account-credit-limit
- tryton-modules-account-deposit
- tryton-modules-account-de-skr03
- tryton-modules-account-dunning
- tryton-modules-account-dunning-email
- tryton-modules-account-dunning-fee
- tryton-modules-account-dunning-letter
- tryton-modules-account-es
- tryton-modules-account-eu
- tryton-modules-account-fr
- tryton-modules-account-fr-chorus
- tryton-modules-account-invoice
- tryton-modules-account-invoice-history
- tryton-modules-account-invoice-line-standalone
- tryton-modules-account-invoice-stock
- tryton-modules-account-payment
- tryton-modules-account-payment-clearing
- tryton-modules-account-payment-sepa
- tryton-modules-account-payment-sepa-cfonb
- tryton-modules-account-product
- tryton-modules-account-statement
- tryton-modules-account-stock-anglo-saxon
- tryton-modules-account-stock-continental
- tryton-modules-account-stock-landed-cost
- tryton-modules-account-stock-landed-cost-weight
- tryton-modules-account-tax-rule-country
- tryton-modules-analytic-account
- tryton-modules-analytic-invoice
- tryton-modules-analytic-purchase
- tryton-modules-analytic-sale
- tryton-modules-authentication-sms
- tryton-modules-bank
- tryton-modules-carrier
- tryton-modules-carrier-percentage
- tryton-modules-carrier-weight
- tryton-modules-commission
- tryton-modules-commission-waiting
- tryton-modules-company
- tryton-modules-company-work-time
- tryton-modules-country
- tryton-modules-currency
- tryton-modules-customs
- tryton-modules-dashboard
- tryton-modules-edocument-uncefact
- tryton-modules-edocument-unece
- tryton-modules-google-maps
- tryton-modules-ldap-authentication
- tryton-modules-notification-email
- tryton-modules-party
- tryton-modules-party-relationship
- tryton-modules-party-siret
- tryton-modules-product
- tryton-modules-product-attribute
- tryton-modules-product-classification
- tryton-modules-product-classification-taxonomic
- tryton-modules-product-cost-fifo
- tryton-modules-product-cost-history
- tryton-modules-product-measurements
- tryton-modules-product-price-list
- tryton-modules-production
- tryton-modules-production-routing
- tryton-modules-production-work
- tryton-modules-project
- tryton-modules-project-invoice
- tryton-modules-project-plan
- tryton-modules-project-revenue
- tryton-modules-purchase
- tryton-modules-purchase-invoice-line-standalone
- tryton-modules-purchase-shipment-cost
- tryton-modules-purchase-request
- tryton-modules-sale
- tryton-modules-sale-complaint
- tryton-modules-sale-credit-limit
- tryton-modules-sale-extra
- tryton-modules-sale-invoice-grouping
- tryton-modules-sale-opportunity
- tryton-modules-sale-price-list
- tryton-modules-sale-promotion
- tryton-modules-sale-shipment-cost
- tryton-modules-sale-shipment-grouping
- tryton-modules-sale-stock-quantity
- tryton-modules-sale-subscription
- tryton-modules-sale-supply
- tryton-modules-sale-supply-drop-shipment
- tryton-modules-stock
- tryton-modules-stock-forecast
- tryton-modules-stock-inventory-location
- tryton-modules-stock-location-sequence
- tryton-modules-stock-lot
- tryton-modules-stock-lot-sled
- tryton-modules-stock-package
- tryton-modules-stock-package-shipping
- tryton-modules-stock-package-shipping-dpd
- tryton-modules-stock-package-shipping-ups
- tryton-modules-stock-product-location
- tryton-modules-stock-shipment-measurements
- tryton-modules-stock-split
- tryton-modules-stock-supply
- tryton-modules-stock-supply-day
- tryton-modules-stock-supply-forecast
- tryton-modules-stock-supply-production
- tryton-modules-timesheet
- tryton-modules-timesheet-cost
References
Summary
In this tutorial we learn how to install tryton-modules-all package on Kali Linux using different package management tools: apt, apt-get and aptitude.