How To Install Tixati In Debian
Debian by default doesn’t come with any torrent client installed like Transmission in Linux Mint/Ubuntu.
So Tixati can be a good choice for this and it is available for all Linux platforms including Debian.
Here is how :
First, download the .deb package (32/64 bit) from Tixati’s download page for Linux. (.deb packages can be installed on any Linux distro that is Debian based.)
Once downloaded, use the dpkg command :
[cc lang=”bash”]
sudo dpkg -i nameoftixatipackage
[/cc]

While running this setup in Debian, you may experience errors related to gconf tool:

To resolve them , install the gconf2 package:
[cc lang=”bash”]
sudo apt install gconf2
[/cc]

Then, fix the dependencies :
[cc lang=”bash”]
sudo apt install -f
[/cc]
Tixati will now be available to use in Debian.

Happy downloading.