Installing teamviewer 9 on 64-bit Ubuntu 13.10

57 篇文章 0 订阅

While trying to install Teamviewer 9 on 64-bit Ubuntu 13.10, you’ll get a dependencies error such as this:

Unpacking teamviewer (from teamviewer_linux_x64.deb) ...
dpkg: dependency problems prevent configuration of teamviewer:
  teamviewer depends on lib32asound2; however:
   Package lib32asound2 is not installed.
  teamviewer depends on lib32z1; however:
   Package lib32z1 is not installed.
  teamviewer depends on ia32-libs; however:
   Package ia32-libs is not installed.
 
dpkg: error processing teamviewer (--install):
  dependency problems - leaving unconfigured
Errors were encountered while processing:
  teamviewer

The problem is that the teamviewer_linux_x64.deb has dependencies problems. It isn’t recommended for distributions using multiarch (Ubuntu 12.04 and later). For said distributions the teamviewer_linux.deb package should be used.

This is noted in the help page of Teamviewer:

Notes to Multiarch:
 
On newer 64-bit DEB-systems with Multiarch-support (Debian 7)
teamviewer_linux_x64.deb cannot be installed because the package
ia32-libs is not available anymore on these systems.
In this case you can use teamviewer_linux.deb instead.

So, here’s how to install it:

1. Download it

wget http: //www .teamviewer.com /download/teamviewer_linux .deb

2. Install gdebi (GDebi can install local .deb packages with automatic dependency resolution (it automatically downloads and installs the required packages).):

sudo apt-get install gdebi

3. In the same directory you download the .deb file just run:

sudo gdebi teamviewer_linux.deb
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
This error message means that Node Sass does not currently support your operating system and runtime environment. Node Sass is a library that provides binding for Node.js to LibSass, which is written in C++. It is used to compile Sass (Syntactically Awesome Style Sheets) into CSS. To resolve this issue, you have a few options: 1. Upgrade Node.js: Make sure you are using the latest version of Node.js, as Node Sass may have added support for your environment in a newer release. You can download the latest version from the official Node.js website. 2. Use a different Sass compiler: If upgrading Node.js is not an option for you, consider using a different Sass compiler. One popular alternative is Dart Sass, which is written in Dart and has broader platform support. You can install Dart Sass globally using npm by running the following command: ``` npm install -g sass ``` After installing Dart Sass, you can compile your Sass files by running the `sass` command followed by the source file and the destination file: ``` sass input.scss output.css ``` 3. Use a virtual machine or container: If neither upgrading Node.js nor using a different Sass compiler is feasible, you can set up a virtual machine or container with a supported operating system and runtime environment for your Sass compilation needs. This approach allows you to isolate your development environment while still using the tools you need. Remember to check the official documentation and community forums for the specific libraries and tools you are using, as there may be additional solutions or workarounds available.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值