This repository was archived by the owner on Sep 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Ubuntu 24.04 need gconf2 solution #7
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels