我读过如何安装.tar.gz (或.tar.bz2)文件?这个问题,但据说提取后,我应该有像install
、install.txt
或README
这样的文件。
Make sure you read a file called INSTALL, INSTALL.txt, README, or something similar if one was extracted. You can check if such a file exists from the terminal by using the ls command. The file can be opened and read with the command:
xdg-open INSTALL
Where INSTALL is the name of your file. This file will contain the right steps to follow to continue the installation process.
但没有这样的档案。在包含单词install
的文件中,有7个文件的扩展名为.sh
。文件acinstallhelper
是程序的类型。没有名为README
的文件
发布于 2018-09-04 13:03:06
这些是泛型.tgz
包的泛型指令。
我找到了一个关于如何在Debian/Ubuntu系统上具体安装Cisco AnyConnet的非常简单的指南这里。
发布于 2021-01-28 17:27:12
思科AnyConnect如何- Linux
.gz
安装存档从https://anyconnect.springernature.com下载到桌面anyconnect-linux64-4.9.01095-predeploy-k9.tar.gz
anyconnect-linux64- 4.8.03052-predeploy-k9.tar.gz
中的桌面cd ~/Desktop/ anyconnect-linux64-4.9.0.1095/vpn
类型sudo ./vpn_install.sh
和cd ~/Desktop/ anyconnect-linux64-4.9.0.1095/posture
Type sudo ./posture_install.sh
时,请输入root
密码。同意许可协议。安装现在应该开始并引导您完成设置。libgtk2.0-0
。vpn.springernature.com
(见图)。1)并单击Connect。然后从下拉菜单(pic.2)中选择“SpringerNature”,并使用您的AD凭据登录。在成功登录所有连接条目后,将自动下载。下一次,当您想要登录时,根据您所在的位置选择SpringerNature或其他VPN连接条目。https://askubuntu.com/questions/1072007
复制相似问题