Tryton is a free and open source business software. You can host your own Tryton server and connect to it using the desktop client, browser client, or CLI client. It comes with financial accounting, sales, inventory and stocks, analytics, CRM, purchasing, supply chain, manufacturing, shipping, project management, subscription management and als0 3rd party modules available.
Install Tryton Desktop Client on Ubuntu
Tryton Desktop Client is available as a flatpak package file from the remote flathub. If you don’t have then first install flatpak and flathub on your system and restart it after the installation.
Open the terminal app (ctrl+alt+t) and run below Tryton Desktop Client flatpak install command.
flatpak install flathub org.tryton.Tryton-68
After the installation run below command to open it and connect your server.
flatpak run org.tryton.Tryton-68
You can also uninstall Tryton Desktop Client app using below commands.
sudo flatpak uninstall org.tryton.Tryton-68
[OR] If you are encountering any errors, please try the solution below.
flatpak uninstall org.tryton.Tryton-68
That’s it.