Installing needed dependencies?
So I'm on Kubuntu 24.04 (which is basically Ubuntu 24.04)
And when I try to install the current version of TeamViewer Host ( teamviewer-host_15.58.4_arm64.deb ) I get told it cna't be installed due to not having some of the dependencies.
When I try to install via the terminal (with sudo apt install) it at least gives me a list of the necessary things that are missing but it says that none of them are installable.
The list is this:
my computer:~$ sudo apt install /home/[user]/Downloads/teamviewer-host_15.58.4_arm64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'teamviewer-host:arm64' instead of '/home/[user]/Downloads/teamviewer-host_15.58.4_arm64.deb'
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
teamviewer-host:arm64 : Depends: libc6:arm64 (>= 2.17) but it is not installable
Depends: libdbus-1-3:arm64 but it is not installable
Depends: libexpat1:arm64 but it is not installable
Depends: libfontconfig1:arm64 but it is not installable
Depends: libfreetype6:arm64 but it is not installable
Depends: libglib2.0-0:arm64 but it is not installable
Depends: libgl1:arm64 but it is not installable
Depends: libice6:arm64 but it is not installable
Depends: libminizip1:arm64 but it is not installable
Depends: libnspr4:arm64 but it is not installable
Depends: libnss3:arm64 but it is not installable
Depends: libsm6:arm64 but it is not installable
Depends: libx11-6:arm64 but it is not installable
Depends: libx11-xcb1:arm64 but it is not installable
Depends: libxcb1:arm64 but it is not installable
Depends: libxcb-glx0:arm64 but it is not installable
Depends: libxcb-icccm4:arm64 but it is not installable
Depends: libxcb-image0:arm64 but it is not installable
Depends: libxcb-keysyms1:arm64 but it is not installable
Depends: libxcb-randr0:arm64 but it is not installable
Depends: libxcb-render0:arm64 but it is not installable
Depends: libxcb-render-util0:arm64 but it is not installable
Depends: libxcb-shape0:arm64 but it is not installable
Depends: libxcb-shm0:arm64 but it is not installable
Depends: libxcb-sync1:arm64 but it is not installable
Depends: libxcb-xfixes0:arm64 but it is not installable
Depends: libxcb-xinerama0:arm64 but it is not installable
Depends: libxcb-xkb1:arm64 but it is not installable
Depends: libxcomposite1:arm64 but it is not installable
Depends: libxcursor1:arm64 but it is not installable
Depends: libxdamage1:arm64 but it is not installable
Depends: libxext6:arm64 but it is not installable
Depends: libxfixes3:arm64 but it is not installable
Depends: libxi6:arm64 but it is not installable
Depends: libxkbcommon0:arm64 but it is not installable
Depends: libxkbcommon-x11-0:arm64 but it is not installable
Depends: libxrandr2:arm64 but it is not installable
Depends: libxrender1:arm64 but it is not installable
Depends: libxss1:arm64 but it is not installable
Depends: libxtst6:arm64 but it is not installable
Depends: zlib1g:arm64 but it is not installable
Depends: libpolkit-agent-1-0:arm64 but it is not installable
E: Unable to correct problems, you have held broken packages.
Does anyone know where I can get these packages? i don't know how to find specific ones like this and it'd be helpful if anyone knows.
Edit to add: I can get the TeamViewer QuickSupport tar.gz to run just fine. Was even able to connect to the computer I want to install on just fine. I just can't get the actual client to install without these dependencies that I don't know how to get.
Best Answer
-
I was able to find a workaround for the dependencies and TeamViewer is working.
I used "sudo dpkg -i [location of file]" and it was able to install and run that way.
Wanted to add this in here for anyone else who has been having trouble getting it installed and working.
I was able to access my main computer from both my Android tablet and phone, and had the control I wanted for remote access.
If it doesn't start after the sudo dpkg -i then also run "sudo apt install -f" for your system to find and install the missing dependencies. I needed to do that on my RaspberryPi4 in order to get TeamViewer Host setup and working, but now it does work.
0
Answers
-
I was able to find a workaround for the dependencies and TeamViewer is working.
I used "sudo dpkg -i [location of file]" and it was able to install and run that way.
Wanted to add this in here for anyone else who has been having trouble getting it installed and working.
I was able to access my main computer from both my Android tablet and phone, and had the control I wanted for remote access.
If it doesn't start after the sudo dpkg -i then also run "sudo apt install -f" for your system to find and install the missing dependencies. I needed to do that on my RaspberryPi4 in order to get TeamViewer Host setup and working, but now it does work.
0