How to Install and Uninstall trytond.noarch Package on Fedora 36

Last updated: September 20,2024

1. Install "trytond.noarch" package

Here is a brief guide to show you how to install trytond.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install trytond.noarch

2. Uninstall "trytond.noarch" package

This guide covers the steps necessary to uninstall trytond.noarch on Fedora 36:

$ sudo dnf remove trytond.noarch $ sudo dnf autoremove

3. Information about the trytond.noarch package on Fedora 36

Last metadata expiration check: 3:58:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : trytond
Version : 4.0.4
Release : 19.fc35
Architecture : noarch
Size : 929 k
Source : trytond-4.0.4-19.fc35.src.rpm
Repository : fedora
Summary : Server for the Tryton application framework
URL : http://www.tryton.org
License : GPLv3+
Description : Tryton is a three-tiers high-level general purpose application framework
: written in Python and use PostgreSQL as database engine. It is the core base
: of an Open Source ERP. It provides modularity, scalability and security.
:
: The core of Tryton (also called Tryton kernel) provides all the necessary
: functionalities for a complete application framework: data persistence (i.e
: an ORM with extensive modularity), users management (authentication, fine
: grained control for data access, handling of concurrent access of resources),
: workflow and report engines, web services and internationalisation. Thus
: constituting a complete application platform which can be used for any
: relevant purpose.