Install problem on Linux

hey so i have an installation problem/suggestion. on the teamspeak download site, theres just a .run file for linux, which is confusing, since you cant install it normally with that kind of file. there should be options for a .deb package file you can install with, or an .appimage file you can install teamspeak with. weird. i mean, theres a linux ts 5 beta tar.gz file, but sadly, i dont know how to compile it! sincerely, hedless :smile_cat:

Hello Linux user.
Installation of software can be done in your Termial with ./

./path/TeamSpeak3-Client-linux_amd64-3.6.0.run

If this doesn’t work, you must make the file executable.

chmod u+x /path/TeamSpeak3-Client-linux_amd64-3.6.0.run

Hope this clears the confusion.

4 Likes

kinda figured it out, thanks :smile_cat: