LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-02-2016, 01:55 AM   #1
FrozenPea123
LQ Newbie
 
Registered: Sep 2016
Posts: 14

Rep: Reputation: Disabled
Installed Teamviewer using a 64-bits system, but I get a dependency error (Kali)


I've read pretty much every previously posted question about this, and they all look like they eventually just got abandoned with no useful answers.

I tried:
Code:
sudo apt-get install -f
then
Code:
sudo apt-get update
then
Code:
sudo apt-get upgrade
then
Code:
sudo apt-get -f install /root/Downloads/teamviewer_11.0.57095_i386.deb
and just get this:
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'teamviewer:i386' instead of '/root/Downloads/teamviewer_11.0.57095_i386.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:i386 : Depends: libc6:i386 (>= 2.4) but it is not going to be installed
                   Depends: libgcc1:i386 but it is not going to be installed
                   Depends: libasound2:i386
                   Depends: libdbus-1-3:i386 but it is not going to be installed
                   Depends: libexpat1:i386 but it is not going to be installed
                   Depends: libfontconfig1:i386 but it is not going to be installed
                   Depends: libfreetype6:i386 but it is not going to be installed
                   Depends: libjpeg62:i386
                   Depends: libpng12-0:i386 but it is not going to be installed
                   Depends: libsm6:i386 but it is not going to be installed
                   Depends: libxdamage1:i386 but it is not going to be installed
                   Depends: libxext6:i386 but it is not going to be installed
                   Depends: libxfixes3:i386 but it is not going to be installed
                   Depends: libxinerama1:i386 but it is not going to be installed
                   Depends: libxrandr2:i386 but it is not going to be installed
                   Depends: libxrender1:i386 but it is not going to be installed
                   Depends: libxtst6:i386 but it is not going to be installed
                   Depends: zlib1g:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I've been trying for days to get this done from a brand new install of Kali, I don't understand.

It also does the same thing when I try to install Pulseaudio, and I don't have any sound.

Also tried this:
Code:
sudo sh -c "apt-get update;apt-get dist-upgrade;apt-get autoremove;apt-get autoclean"
...and tried installing again, didn't work.

I'm pretty new with Linux, so please try to take it easy on me with the terminology.
 
Old 10-02-2016, 03:06 AM   #2
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
What does teamviewer or pulseaudio have to do with pentesting?

Install Mint or such and try again.
 
Old 10-02-2016, 03:12 AM   #3
FrozenPea123
LQ Newbie
 
Registered: Sep 2016
Posts: 14

Original Poster
Rep: Reputation: Disabled
You can't use it for both?

I wanted to have it so I can do some experiments at home, and also use for other basic shit too
 
Old 10-02-2016, 03:24 AM   #4
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
It makes a lot more sense to have a daily driver that you can modify to take to the track on weekends, rather than to try commuting and shopping in your F1 car...

Kali is specifically designed to do a particular job.
 
Old 10-02-2016, 03:31 AM   #5
FrozenPea123
LQ Newbie
 
Registered: Sep 2016
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by descendant_command View Post
It makes a lot more sense to have a daily driver that you can modify to take to the track on weekends, rather than to try commuting and shopping in your F1 car...

Kali is specifically designed to do a particular job.
Hahaha fantastic analogy.

Thanks for the tip!
 
Old 10-02-2016, 03:38 AM   #6
FrozenPea123
LQ Newbie
 
Registered: Sep 2016
Posts: 14

Original Poster
Rep: Reputation: Disabled
Hey! Since I got you here, what do you suggest? I'm downloading Mint Cinnamon right now. What do you think?
 
Old 10-02-2016, 04:08 AM   #7
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
I like Debian and haven't distro-hopped in a long time but Mint seems a popular entry vehicle for newbies that has most of the newbie "must-haves" covered out of the box (and I won't recommend ubuntu to anybody).
You'll get as any opinions as there are users, so really, try it and see.
 
Old 10-02-2016, 11:12 AM   #8
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 568

Rep: Reputation: 40
//scratching my head trying to recall how i got it running on F22
you do have to get deps resolved.
The issue i could not resolve was having an installation of wine been present. Once i remove wine the TV worked out just fine.
just sharing my experience.

P.S. btw it saves a lot of time and energy to install a windows and have it ran there.

Last edited by DBabo; 10-02-2016 at 11:14 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] public key for teamviewer.rpm is not installed paruhang Linux - Newbie 3 09-01-2017 02:11 AM
Dependency error while installing TEAMVIEWER on CentOS 5.5 htongaria Linux - Software 4 09-04-2012 04:11 PM
cryptography... what's difference between 8bits / 16 bits / 32 bits/ 64 bits/128bits? ybpark81 Linux - Security 4 02-19-2012 08:38 AM
Can I install Linux 32 bits on system 64 bits? miros84 Linux - Software 7 01-06-2010 07:49 AM
help with apt-get: dependency error (Depends: but is not going to be installed) Avatar Debian 7 08-21-2009 10:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:56 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration