20250318在ubuntu20.04中安装向日葵

devtools/2025/3/19 7:15:53/

rootroot@rootroot-X99-Turbo:~$ sudo dpkg -i SunloginClient_15.2.0.63064_amd64.deb
rootroot@rootroot-X99-Turbo:~$ sudo apt-get install -f
rootroot@rootroot-X99-Turbo:~$ sudo dpkg -i SunloginClient_15.2.0.63064_amd64.deb


20250318在ubuntu20.04中安装向日葵
2025/3/18 20:45


缘起:公司服务器在编译SDK/BSP的时候,下班了,但是还在继续编译。
那我就先撤退了。回家再通过远程工具连接上公司的服务器关一下电脑/服务器就OK了!


百度:向日葵

https://sunlogin.oray.com/
贝锐向日葵


https://sunlogin.oray.com/download?categ=personal&sys=windows&ici=sunlogin_navigation
https://sunlogin.oray.com/download?categ=personal&sys=windows&ici=sunlogin_navigation

Linux

向日葵 for Linux

安装后即可发起和接受远程控制,提供安全顺畅的远程体验。支持Ubuntu、Deepin、CentOS、信创UOS、麒麟、中科方德等系统
了解向日葵助力国产适配计划 >
立即下载
V 15.2.0.63064(2024.07)

https://sunlogin.oray.com/download/linux?type=personal
https://dw.oray.com/sunlogin/linux/SunloginClient_15.2.0.63064_amd64.deb
向日葵 for Linux


常见FAQ
https://service.oray.com/question/8286.html
1. Linux 11因安装依赖问题无法安装成功解决方案 >


向日葵Linux因安装依赖问题无法安装成功的解决办法

更新日期:2025-02-19 19:35:09

在安装向日葵个人版 for Linux时将所需的依赖安装上,才能保证11客户端安装成功。
下面列举在不同的系统中因依赖问题导致失败的原因及解决方法。

1. Ubuntu系统
情况①
使用命令行 sudo dpkg -i sunloginclient.deb安装向日葵包时出现此情况如下图 :

原因及解决方法
缺少依赖包,使用命令sudo apt-get install -f -y即可解决并完成deb的安装。


完整的LOG:
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ ll *.deb
-rwx------ 1 rootroot rootroot 80621812 3月  12 18:22 向日葵SunloginClient_15.2.0.63064_amd64.deb*
rootroot@rootroot-X99-Turbo:~$ sudo dpkg -i 向日葵SunloginClient_15.2.0.63064_amd64.deb
[sudo] password for rootroot: 
Selecting previously unselected package sunloginclient.
(Reading database ... 210913 files and directories currently installed.)
Preparing to unpack 向日葵SunloginClient_15.2.0.63064_amd64.deb ...
Unpacking sunloginclient (15.2.0.63064) ...
dpkg: dependency problems prevent configuration of sunloginclient:
 sunloginclient depends on libgconf-2-4; however:
  Package libgconf-2-4 is not installed.

dpkg: error processing package sunloginclient (--install):
 dependency problems - leaving unconfigured
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) ...
Errors were encountered while processing:
 sunloginclient
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ sudo apt --fix-broken
E: Command line option --fix-broken is not understood in combination with the other options
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ 
rootroot@rootroot-X99-Turbo:~$ sudo dpkg -i 向日葵SunloginClient_15.2.0.63064_amd64.deb
(Reading database ... 211020 files and directories currently installed.)
Preparing to unpack 向日葵SunloginClient_15.2.0.63064_amd64.deb ...
Unpacking sunloginclient (15.2.0.63064) over (15.2.0.63064) ...
dpkg: dependency problems prevent configuration of sunloginclient:
 sunloginclient depends on libgconf-2-4; however:
  Package libgconf-2-4 is not installed.

dpkg: error processing package sunloginclient (--install):
 dependency problems - leaving unconfigured
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) ...
Errors were encountered while processing:
 sunloginclient
rootroot@rootroot-X99-Turbo:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi libgstreamer-plugins-bad1.0-0 libnvidia-cfg1-535 libnvidia-common-535 libnvidia-decode-535 libnvidia-encode-535 libnvidia-extra-535 libnvidia-fbc1-535 libnvidia-gl-535
  libva-wayland2 libx11-xcb1:i386 libxnvctrl0 nvidia-compute-utils-535 nvidia-kernel-source-535 nvidia-settings nvidia-utils-535 screen-resolution-extra xserver-xorg-video-nvidia-535
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  gconf-service gconf-service-backend gconf2-common libgconf-2-4
The following NEW packages will be installed:
  gconf-service gconf-service-backend gconf2-common libgconf-2-4
0 upgraded, 4 newly installed, 0 to remove and 311 not upgraded.
1 not fully installed or removed.
Need to get 859 kB of archives.
After this operation, 8,092 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://mirrors.tuna.tsinghua.edu.cn/ubuntu focal/universe amd64 gconf2-common all 3.2.6-6ubuntu1 [698 kB]
Get:2 http://mirrors.tuna.tsinghua.edu.cn/ubuntu focal/universe amd64 libgconf-2-4 amd64 3.2.6-6ubuntu1 [84.8 kB]
Get:3 http://mirrors.tuna.tsinghua.edu.cn/ubuntu focal/universe amd64 gconf-service-backend amd64 3.2.6-6ubuntu1 [58.6 kB]
Get:4 http://mirrors.tuna.tsinghua.edu.cn/ubuntu focal/universe amd64 gconf-service amd64 3.2.6-6ubuntu1 [17.4 kB]
Fetched 859 kB in 23s (36.8 kB/s)   
Selecting previously unselected package gconf2-common.
(Reading database ... 211020 files and directories currently installed.)
Preparing to unpack .../gconf2-common_3.2.6-6ubuntu1_all.deb ...
Unpacking gconf2-common (3.2.6-6ubuntu1) ...
Selecting previously unselected package libgconf-2-4:amd64.
Preparing to unpack .../libgconf-2-4_3.2.6-6ubuntu1_amd64.deb ...
Unpacking libgconf-2-4:amd64 (3.2.6-6ubuntu1) ...
Selecting previously unselected package gconf-service-backend.
Preparing to unpack .../gconf-service-backend_3.2.6-6ubuntu1_amd64.deb ...
Unpacking gconf-service-backend (3.2.6-6ubuntu1) ...
Selecting previously unselected package gconf-service.
Preparing to unpack .../gconf-service_3.2.6-6ubuntu1_amd64.deb ...
Unpacking gconf-service (3.2.6-6ubuntu1) ...
Setting up gconf2-common (3.2.6-6ubuntu1) ...

Creating config file /etc/gconf/2/path with new version
Setting up gconf-service (3.2.6-6ubuntu1) ...
Processing triggers for sgml-base (1.29.1) ...
Setting up libgconf-2-4:amd64 (3.2.6-6ubuntu1) ...
Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
Setting up sunloginclient (15.2.0.63064) ...
Created symlink /etc/systemd/system/multi-user.target.wants/runsunloginclient.service → /etc/systemd/system/runsunloginclient.service.
Setting up gconf-service-backend (3.2.6-6ubuntu1) ...
rootroot@rootroot-X99-Turbo:~$ sudo dpkg -i 向日葵SunloginClient_15.2.0.63064_amd64.deb
(Reading database ... 211169 files and directories currently installed.)
Preparing to unpack 向日葵SunloginClient_15.2.0.63064_amd64.deb ...
Sunlogin stopped
Removed /etc/systemd/system/multi-user.target.wants/runsunloginclient.service.
Unpacking sunloginclient (15.2.0.63064) over (15.2.0.63064) ...
Setting up sunloginclient (15.2.0.63064) ...
Created symlink /etc/systemd/system/multi-user.target.wants/runsunloginclient.service → /etc/systemd/system/runsunloginclient.service.
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) ...
rootroot@rootroot-X99-Turbo:~$ cat /etc/issue
Ubuntu 20.04.6 LTS \n \l

rootroot@rootroot-X99-Turbo:~$ 


http://www.ppmy.cn/devtools/168273.html

相关文章

自定义uniapp组件,以picker组件为例

编写目的 本文说明基于vue3定义uniapp组件的关键点: 1、一般定义在components文件夹创建组件,组件与页面已经没有明确的语法格式区别,所以可以与页面的语法保持一致 ; 2、组件定义后使用该组件的页面不需要引用组件即可使用&am…

华为手机新品将采用新屏幕形态,3月20日揭晓谜底

在科技飞速发展的当下,智能手机市场的竞争可谓白热化。各大厂商不断推陈出新,试图在这片红海之中抢占更多份额。而华为,作为其中的佼佼者,一直以创新为驱动,致力于为消费者带来前所未有的体验。年初,华为常务董事、终端BG董事长、智能汽车解决方案BU董事长余承东在社交媒…

深度学习-简介

一、几个概念 (1)what is ai including? 看一张图: 这里注意机器学习和深度学习的关系 (2)机器学习和模式识别有什么区别? 和机器学习同领域的有一个词叫做模式识别,二者有什么区别呢? 机…

【arXiv 2025】卷积加法自注意力CASAtt,轻量且高效,即插即用!

一、论文信息 论文题目:CAS-ViT: Convolutional Additive Self-attention Vision Transformers for Efficient Mobile Applications 中文题目:CAS-ViT:用于高效移动应用的卷积加法自注意力视觉Transformer 论文链接:https://a…

DeepSeek + Excel:数据处理专家 具体步骤

将DeepSeek与Excel结合使用,可显著提升数据处理效率,实现智能化的数据分析、清洗、计算及可视化。以下是具体操作步骤及核心技巧的综合指南: 一、接入DeepSeek的两种主要方法 1. 插件接入法(推荐) 步骤1:…

HOVER:人形机器人的多功能神经网络全身控制器

编辑:陈萍萍的公主一点人工一点智能 HOVER:人形机器人的多功能神经网络全身控制器HOVER通过策略蒸馏和统一命令空间设计,为人形机器人提供了通用、高效的全身控制框架。https://mp.weixin.qq.com/s/R1cw47I4BOi2UfF_m-KzWg 01 介绍 1.1 摘…

RUOYI框架在实际项目中的应用三:Ruoyi微服务版本-RuoYi-Cloud

如需观看Ruoyi框架的整体介绍,请移步:RUOYI框架在实际项目中的应用一:ruoyi简介 一、Ruoyi微服务版本-Ruoyi微服务版本 1、官方资料 1:代码地址:https://gitee.com/y_project/RuoYi-Cloud.git 2:文档介绍…

Linux 网络基础设置

1.查看及测试网络 1)查看网络配置 2)查看指定网络接口信息 2.使用hostname命令 3.使用route命令 4.使用netstat命令 选项: -a:显示所有连接和监听端口,包括 TCP 和 UDP 协议的连接以及监听状态的套接字 -t&#xff…