|
Setting up Trunkfriends on Debian (Ubuntu, etc).
|
Alternative 1 (Debian/Ubuntu/Flavours
-
Download
trunkfriends_0.4.0-1_amd64.deb.
-
Install (or upgrade) with sudo dpkg -i trunkfriends_0.4.0-1_amd64.deb
-
Uninstall can be done with sudo dpkg --remove trunkfriends
-
Shortcut to the application should be added to your menu. You can also find the application here:
/opt/trunkfriends/bin/Trunkfriends
-
Do not worry about uninstalling Trunkfriends to install a new version, your data is not removed. The data
will be in your user home folder, under a folder called .trunkfriends, and it can be a good idea to keep
a backup of this folder if you want to make sure not to lose data.
-
If you already run Trunkfriends from source, the data is stored in the same location, just install and keep
using. If there are any issues at all, do not hesitate to send a private message to
@trunkfriends@mastodon.social!
|
Alternative 2 (Generic x86 linux)
-
Install Java 17 or newer, or download GraalVM and put the bin folder in the GraalVM in path, and
the GraalVM folder in an env variable called JAVA_HOME
-
Download
Trunkfriends-linux-x64-0.4.0.zip and extract it. The archive contains just one JAR file.
-
Start Trunkfriends with
java -jar Trunkfriends-linux-x64-0.4.0.jar
|
|