springzfx
deepin
2020-05-08 22:43 文件传上来呀
Reply Like 0 View the author

https://bbs.deepin.org/post/193848
链接: https://pan.baidu.com/s/1SCvFCjOwULYvJL5Ig7vG1Q 提取码: 9xta

https://bbs.deepin.org/post/193848
链接: https://pan.baidu.com/s/1SCvFCjOwULYvJL5Ig7vG1Q 提取码: 9xta

https://share.weiyun.com/p5uu0H30
uos专业版都上架了, 不知道别的版本怎么那么难上
Popular Ranking
ChangePopular Events
More
第一步:https://www.cnblogs.com/liuchengcc/p/12408755.html中下载软件
https://support.huawei.com/enterprise/zh/software/250411979-ESW2000158653
没有华为账号不能下载,我是找关系帮我下载的。
下载依赖包:
wget http://ftp.ca.debian.org/debian/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb
wget http://ftp.ca.debian.org/debian/pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5_amd64.deb
安装时
sudo dpkg -i libgstreamer0.10-0_0.10.36-1.5_amd64.deb
sudo dpkg -i libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb都会提示有依赖文件没有安装
第二步:执行以下命令安装依赖文件
# sudo apt-get update
# sudo apt-get install multiarch-support
第三步:
执行sudo ./AccessClient_x64lnx.run返回错误如下:The tc does not have the basic ability
根据https://support.huawei.com/enterprise/zh/knowledge/EKB1001498472将文件/etc/issue的前7个字符改为“Red Hat”
如果上面看不清楚,那就按下面操作:
1、https://support.huawei.com/enterprise/zh/software/250411979-ESW2000158653
链接: https://pan.baidu.com/s/1SCvFCjOwULYvJL5Ig7vG1Q 提取码: 9xta
2、sudo apt-get update
3、sudo apt-get install multiarch-support
4、wget http://ftp.ca.debian.org/debian/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb
5、wget http://ftp.ca.debian.org/debian/pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5_amd64.deb
6、sudo dpkg -i libgstreamer0.10-0_0.10.36-1.5_amd64.deb
7、sudo dpkg -i libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb
8、su获取管理员权限,使用VI将文件/etc/issue的前7个字符改为Red Hat,然后:wq保存退出
9、sudo ./AccessClient_x64lnx.run
成功!!