Andrews machine anydesk remote control Ubuntu18.04 success

The first step:
mobile phone download anydesk
Step two:
anydesk official website ( https://anydesk.com/download?os=linux) download the .deb package for ubuntu.
Use the installation

sudo dpkg -i anydesk_4.0.0-1_amd64.deb

   
   

Encountered an error

 anydesk 依赖于 libgtkglext1;然而:
  未安装软件包 libgtkglext1。
 anydesk 依赖于 libpango1.0-0 (>= 1.14.0);然而:
  未安装软件包 libpango1.0-0。

   
   

Missing Dependency source
Solution: install the missing dependencies source.

sudo apt-get install libgtkglext1

   
   

Continue error. . .

anydesk : 依赖: libpango1.0-0 (>= 1.14.0) 但是它将不会被安装
 libgtkglext1 : 依赖: libpangox-1.0-0 (>= 0.0.2) 但是它将不会被安装
E: 有未能满足的依赖关系。请尝试不指明软件包的名字来运行“`apt --fix-broken install`”(也可以指定一个解决办法)。

Use the workaround prompted resolved.

sudo apt --fix-broken install

  
  

Installation anydesk again

sudo dpkg -i anydesk_4.0.0-1_amd64.deb 

Successful installation

Step four: Connect
the phone and ubuntu open anydesk

Enter the table address of the computer terminal in the mobile terminal, connection can be realized.

sudo anydesk
Released four original articles · won praise 8 · views 9124

The first step:
mobile phone download anydesk
Step two:
anydesk official website ( https://anydesk.com/download?os=linux) download the .deb package for ubuntu.
Use the installation

sudo dpkg -i anydesk_4.0.0-1_amd64.deb

 
 

Encountered an error

 anydesk 依赖于 libgtkglext1;然而:
  未安装软件包 libgtkglext1。
 anydesk 依赖于 libpango1.0-0 (>= 1.14.0);然而:
  未安装软件包 libpango1.0-0。

 
 

Missing Dependency source
Solution: install the missing dependencies source.

sudo apt-get install libgtkglext1

 
 

Continue error. . .

anydesk : 依赖: libpango1.0-0 (>= 1.14.0) 但是它将不会被安装
 libgtkglext1 : 依赖: libpangox-1.0-0 (>= 0.0.2) 但是它将不会被安装
E: 有未能满足的依赖关系。请尝试不指明软件包的名字来运行“`apt --fix-broken install`”(也可以指定一个解决办法)。

Guess you like

Origin blog.csdn.net/u012254599/article/details/102578971