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.