libgconf-2-4 install

 Mon, 06-Oct-2025 07:51:20

https://packages.ubuntu.com/search?keywords=libgconf-2-4 

 

打开/etc/apt/sources.list 文件, 添加镜像源 “deb http://cz.archive.ubuntu.com/ubuntu jammy main universe” 

sudo apt-get update

sudo apt install libgconf-2-4

 

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libgconf-2-4 : Depends: gconf2-common (= 3.2.6-7ubuntu2) but it is not going to be installed
                Recommends: gconf-service but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

 

sudo apt --fix-broken install