Resolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)

1. Encountered Issues:

  1. When installing SunloginClient (Sunlogin Remote Control Software) via .deb package on Ubuntu 22.04 or Debian 12.10 and higher, there is currently a dependency issue with the libgconf-2-4 package.

Resolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)2.When installing libgconf-2-4, the system prompts: the libgconf-2-4 package belongs to a relatively old libraryResolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)2. Solution: Choose to manually install libgconf-2-4 and its dependency gconf2-common

  1. Download gconf2-common (dependency of libgconf-2-4)
    wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-6ubuntu1_all.deb
  • Install gconf2-common
    sudo dpkg -i gconf2-common_3.2.6-6ubuntu1_all.deb
  • Resolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)<span><span>3. Download libgconf-2-4</span></span>

    wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-6ubuntu1_amd64.deb

    4. Install libgconf-2-4

    sudo dpkg -i libgconf-2-4_3.2.6-6ubuntu1_amd64.deb

    Resolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)5. Before installing the main package of SunloginClient, you cantry to fix dependencies and configure installed packages

    sudo apt --fix-broken install

    3: Complete the installation of SunloginClient1. Install SunloginClient via .deb package

    sudo dpkg -i SunloginClient_15.2.0.63064_amd64.deb

    Resolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)2. The default installation path should be /usr/local/sunlogin, and you can set the environment variable to start:Resolving Dependency Issues for Installing SunloginClient on Linux (Ubuntu/Debian)

    Leave a Comment