I cannot install anything in ubuntu that has dependency problem
- by phpGeek
I wanted to install teamviewer on linux 64-bit system.
What I did was to download teamviewer.deb file and install it as below:
sudo dpkg -i install teamviewer.deb
Then I wanted to correct dependency problem so I issued the following command:
sudo apt-get install libc6:i386 libgcc1:i386 libasound2:i386 libfreetype6:i386 zlib1g:i386…