Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Ubuntu 24.04 need gconf2 solution #7

@yfiua

Description

@yfiua

solution:

wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf2_3.2.6-8_amd64.deb
wget http://ftp.it.debian.org/debian/pool/main/g/gconf/libgconf-2-4_3.2.6-8_amd64.deb
wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf2-common_3.2.6-8_all.deb
wget http://ftp.it.debian.org/debian/pool/main/g/gconf/gconf-service_3.2.6-8_amd64.deb
wget http://ftp.it.debian.org/debian/pool/main/o/openldap/libldap-2.5-0_2.5.13%2bdfsg-5_amd64.deb

# Then install the packages in the following order

sudo dpkg -i gconf2-common_3.2.6-8_all.deb   # Install gconf2-common first
sudo dpkg -i libgconf-2-4_3.2.6-8_amd64.deb  # Then libgconf
sudo dpkg -i libldap-2.5-0_2.5.13+dfsg-5_amd64.deb # Then libldap
sudo dpkg -i gconf-service_3.2.6-8_amd64.deb # Then the gconf service
sudo dpkg -i gconf2_3.2.6-8_amd64.deb        # Finally gconf.

order is important.

Ref:
(betaflight/betaflight-configurator#4145 (comment))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions