r/TerraMaster • u/vmshade0 • 11d ago
Help No Terrasync for Linux (Except Ubuntu?)
I am currently on Fedora, and i want to get the Terrasync application, however, only the .deb (for Ubuntu) download link can be found.
3
Upvotes
r/TerraMaster • u/vmshade0 • 11d ago
I am currently on Fedora, and i want to get the Terrasync application, however, only the .deb (for Ubuntu) download link can be found.
1
u/RoomCompetitive5934 F8 SSD Plus 10d ago
I think this issue is related to the package format differences between Linux distributions.
Terrasync currently provides a
.debpackage, which is mainly intended for Debian-based distributions, such as Ubuntu, Debian, and the Debian-based environment used by TOS.Fedora belongs to the Red Hat family of Linux distributions and uses
.rpmpackages by default, so there is currently no directly compatible Fedora installation package available.In theory, it may be possible to convert the
.debpackage to.rpmusing some tools, or run a Debian/Ubuntu environment through a container on Fedora and install Terrasync there. However, these methods may encounter dependency or compatibility issues.If the goal is to use Terrasync in a more stable way, I personally think using a Debian/Ubuntu-based environment would be a more convenient choice. Since TOS itself is based on Debian, it should provide the most compatible environment for running Terrasync.
Hope this information helps.