Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The issue with installing libvips #305

Open
lhpqaq opened this issue Oct 12, 2024 · 5 comments
Open

The issue with installing libvips #305

lhpqaq opened this issue Oct 12, 2024 · 5 comments

Comments

@lhpqaq
Copy link

lhpqaq commented Oct 12, 2024

I have installed all the libraries related to libvips, but they are still stuck here.
By the way, is the garbled text displayed in my terminal prompt due to a missing font?

Thanks!

image

 sudo apt install libvips
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package libvips is a virtual package provided by:
  libvips42 8.12.1-1build1
  libvips42t64 8.15.1-1.1build4
You should explicitly select one to install.

E: Package 'libvips' has no installation candidate
 apt list | grep libvips

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

libvips-dev/noble,now 8.15.1-1.1build4 amd64 [installed]
libvips-doc/noble,now 8.15.1-1.1build4 all [installed,automatic]
libvips-tools/noble,now 8.15.1-1.1build4 amd64 [installed]
libvips42/jammy 8.12.1-1build1 amd64
libvips42t64/noble,now 8.15.1-1.1build4 amd64 [installed,automatic]
@areski
Copy link

areski commented Oct 13, 2024

I had the same issue!

@lhpqaq
Copy link
Author

lhpqaq commented Oct 14, 2024

I had the same issue!

@areski We can delete libvips from install/terminal/libraries.sh after cloning the repository

@skyscooby
Copy link

Are you using a fresh installation? It's strange you'd have jammy repo packages installed on 24.04.. was it upgraded?

@areski
Copy link

areski commented Oct 16, 2024

@skyscooby I reinstalled again and it worked fine, I guess I might have done apt upgrade the first time.

@davidawad
Copy link

I had the same issue.

SOMEHOW even when libvips doesn't exist in the repository it was still getting installed, turns out you can force apt to set a preference for specific packages, that way it won't return an error code and break your omakub install.

sudo nano /etc/apt/preferences.d/libvips
Package: libvips*
Pin: release a=oracular
Pin-Priority: 1001

Then try the install again in isolation and it should work.

That eventually solved the issue, but not before wasting an hour of my life.

I hope this saves someone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants