tmiland / TeamSpeak3-Client

TeamSpeak3 Client package for Debian/Ubuntu
12 stars 2 forks source link

Install Issues #3

Open FirePontiac opened 4 years ago

FirePontiac commented 4 years ago

After this command

$ ./package.sh

dpkg-deb: building package 'teamspeak3-client' in 'teamspeak3-client_amd64.deb'. looking good but after this step, next command is falure

$ sudo dpkg -i teamspeak3-client_amd64.deb

Setting up teamspeak3-client (3.5.3) ... /var/lib/dpkg/info/teamspeak3-client.postinst: line 5: update-menus: command not found dpkg: error processing package teamspeak3-client (--install): installed teamspeak3-client package post-installation script subprocess returned error exit status 127 Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... Processing triggers for mime-support (3.64ubuntu1) ... Errors were encountered while processing: teamspeak3-client

tmiland commented 4 years ago

From Readme:

Install on Debian/Ubuntu

Make sure you have the "menu" package:

$ sudo apt-get install menu

https://github.com/tmiland/TeamSpeak3-Client#install-on-debianubuntu

FirePontiac commented 4 years ago

It doesn't work. Only like this: 1) Download x64 client from site 2) chmod u+x TeamSpeak3-Client-linux_amd64-3.5.3.run 3) ./TeamSpeak3-Client-linux_amd64-3.5.3.run 4) ./ts3client_runscript.sh I can solve it (On Ubuntu 20.04)