M BUZZ CRAZE NEWS
// news

Is geda-utils package not available for 20.04?

By Jessica Wood

After upgrading to 20.04 I tried to reinstall 'geda-utils', only to find out that the package is not available:

$ sudo apt install geda-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package geda-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'geda-utils' has no installation candidate

While other gEDA packages are available and installed.

I have to add that my 'universe' repository is enabled.

Any clues?

Thanks in advance!

2

3 Answers

The answer to the question "is it no longer available" is a simple yes. Along with your output from apt, a quick search of packages with the name geda reveal no packages in the focal fossa repositories. As for the other packages, I would guess you already had these installed before you upgraded. As for whether it will be in the future or whether the .deb files from 18.04 will work, that depends on the package maintainers.

3

Start at :

source package has 1 unsatisfiable build dependency
1 binary package has unsatisfiable dependencies
A new upstream version is available: 1.10.0
lintian reports 3 errors and 8 warnings
The package has not entered testing even though the delay is over
Depends on packages which need a new maintainer
Multiarch hinter reports 2 issue(s)
version in VCS is newer than in repository, is it time to upload?
RM: This package has been requested to be removed.
AppStream hints: 2 warnings
Build log checks report 4 warnings
Standards version of the package is outdated.

You can see that the previous package maintainer is no longer maintaining, so contacting them is unlikely to accomplish much.

A new volunteer --or preferably several new volunteers-- are needed to step up, learn the skills, and take over the work.

Debian and Ubuntu are the product of volunteer efforts like that.

It's too late for 20.04 and 20.10: Packages uploaded after release will NOT be backported unless there are exceptional circumstances (like a critical vulnerability). A new volunteer maintainer(s) will need to hustle to get the package buildable for 21.04 before Debian import freeze in a few months.

3

There's a fork of gEDA available in the ubuntu repositories called lepton-eda which seems to be actively maintained

apt install lepton-eda should work. With it I could open schematics I've created with gEDA's gschem without problems so far. Didn't try any of the others utilities though.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy