Learning record: Ubuntu system installs remote control software teamviewer

1. Teamviewer installation package download

1. Download official address: https://www.teamviewer.cn/cn/download/linux/

2. Baidu network disk download address:

Link: https://pan.baidu.com/s/1zBf048V9DZ0AzHCV0r5HJg 
Extraction code: bftj

 2. Installation

1. Open the terminal in the directory where the teamviewer installation package is located and enter:

sudo dpkg -i teamviewer_15.33.7_amd64.deb

[sudo] z password: Enter the computer power-on password, the following error appears...
Selecting the unselected software package teamviewer.
(Reading database... The system currently has a total of 263659 files and directories installed.)
Ready to decompress teamviewer_15.33.7_amd64.deb...
Decompressing teamviewer (15.33.7)...
dpkg: dependency problem makes teamviewer's Configuration cannot continue:
 teamviewer depends on libminizip1; however:
  Package libminizip1 is not installed.
 teamviewer depends on libxcb-xinerama0; however:
  Package libxcb-xinerama0 is not installed.

dpkg: error processing package teamviewer (--install):
 dependency problems - still not configured
Processing triggers for gnome-menus (3.36.0-1ubuntu1)...
Processing for desktop-file- Triggers for utils (0.24-1ubuntu3)...
processing triggers for mime-support (3.64ubuntu1)...
processing triggers for dbus (1.12.16-2ubuntu2.3)...
processing Processing triggers for hicolor-icon-theme (0.17-2)...
An error occurred while processing:
 teamviewer

2. Then enter:

sudo apt-get install -f

Reading package list... Done
Analyzing package's dependency tree       
Reading status information... Done       
Repairing dependencies... Done
The following software will also be installed:
  libminizip1 libssl1.0.0 libxcb-xinerama0
the following [New] Packages will be installed:
  libminizip1 libssl1.0.0 libxcb-xinerama0
0 packages upgraded, 3 packages newly installed, 0 packages to uninstall, 28 packages not upgraded.
2 packages were not fully installed or uninstalled.
A 1,108 kB archive needs to be downloaded.
It consumes 3,585 kB of additional space after decompression.
Do you wish to proceed? [Y/n] y
Get: 1 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.20 [1,083 kB]
Get: 2 http://cn. archive.ubuntu.com/ubuntu focal/universe amd64 libminizip1 amd64 1.1-8build1 [20.2 kB]
Get: 3 http://cn.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xinerama0 amd64 1.14-2 [5,260 B ]
Downloaded 1,108 kB, took 3 seconds (436 kB/s)                                           
Presetting packages...
Selecting unselected package libssl1.0.0:amd64.
(Reading the database... The system currently has a total of 264116 files and directories installed.)
Ready to decompress.../libssl1.0.0_1.0.2g-1ubuntu4.20_amd64.deb...
Decompressing libssl1.0.0:amd64 ( 1.0.2g-1ubuntu4.20) ...
selecting unselected package libminizip1:amd64.
Ready to unpack.../libminizip1_1.1-8build1_amd64.deb ...
Unpacking libminizip1:amd64 (1.1-8build1) ...
Selecting unselected package libxcb-xinerama0:amd64.
Ready to unpack.../libxcb-xinerama0_1.14-2_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.14-2) ...
Setting libminizip1:amd64 (1.1-8build1) ...
Setting libssl1. 0.0:amd64 (1.0.2g-1ubuntu4.20) ...
setting up libxcb-xinerama 0:amd64 (1.14-2) ...
Setting linux-headers-4.15.0-041500-generic (4.15.0-041500.201802011154) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 4.15. 0-041500-generic /boot/vmlinuz-4.15.0-041500-generic
 * dkms: running auto installation service for kernel 4.15.0-041500-generic [ OK ]
Setting up teamviewer (15.33.7) ...
processing with Triggers in libc-bin (2.31-0ubuntu9.9)...
/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn_ops_infer.so.8 is not a symbolic link

/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn_cnn_train.so.8 is not a symbolic link

/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn_adv_infer.so.8 is not a symbolic link

/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn_ops_train.so.8 is not a symbolic link

/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn.so.8 is not a symbolic link

/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn_adv_train.so.8 is not a symbolic link

/sbin/ldconfig.real: /usr/local/cuda-11.3/targets/x86_64-linux/lib/libcudnn_cnn_infer.so.8 is not a symbolic link

3. Continue to step 1:

sudo dpkg -i teamviewer_15.33.7_amd64.deb

(Reading the database... The system currently has a total of 264145 files and directories installed.)
Ready to decompress teamviewer_15.33.7_amd64.deb...
Removed /etc/systemd/system/multi-user.target.wants/teamviewerd.service
.unpacking teamviewer (15.33.7) and overwriting (15.33.7) ...
setting up teamviewer (15.33.7) ...
processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3)...
Processing triggers for mime-support (3.64ubuntu1)...
Processing triggers for dbus (1.12.16-2ubuntu2.3 )'s trigger...
Processing trigger for hicolor-icon-theme (0.17-2)...

3. The installation is successful

The teamviewer icon will be displayed in the application, indicating that the installation is successful

Guess you like

Origin blog.csdn.net/weixin_47247597/article/details/129410839