Friday, May 10, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 837  / 2 Years ago, wed, january 26, 2022, 6:11:26

When I am trying to install the package geda-gschem from universe repo, I get the output:



sudo apt-get -f install geda-gschem
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
geda-gschem : Depends: libgeda (>= 43) but it is not installable
Recommends: extra-xdg-menus but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


The repo contains the package libgeda43, but it is not recognized as the required package libgeda. Does anybody know what can I do with that? Thanks.


More From » software-installation

 Answers
0

The package geda-gschem in Ubuntu 13.10 depends on libgeda42, not libgeda43. Try running these commands from the terminal:



sudo apt-get -f install libgeda42  
sudo apt-get install geda-gschem


The -f flag in the first command will force Ubuntu to also install the libgeda-common1:1.8.1-3 package which is available in the Ubuntu Software Center in Ubuntu 13.10.


[#27576] Thursday, January 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
nsuainner

Total Points: 141
Total Questions: 102
Total Answers: 109

Location: Maldives
Member since Sat, Jan 29, 2022
2 Years ago
nsuainner questions
Sat, Oct 22, 22, 22:47, 2 Years ago
Sun, Oct 2, 22, 12:53, 2 Years ago
Tue, May 31, 22, 05:35, 2 Years ago
;