Skip to main content

All Questions

0 votes
1 answer
29 views

How do I get a package (or a package version) that is available on modern Fedora (or other RH-oids) for Amazon Linux 2023?

I'm regularly asked how to get some software on Amazon Linux 2023. Usually, I find the software to be already available on Fedora or modern Alma Linux. What do I do to get a software package that's ...
Marcus Müller's user avatar
2 votes
2 answers
165 views

Is it possible to query versions of APT packages from not-my-current release without editing sources.list?

I've been learning about Linux package management recently (https://superuser.com/questions/393681/how-to-find-out-which-versions-of-a-package-can-i-install-on-apt, https://askubuntu.com/questions/...
StoneThrow's user avatar
  • 1,797
-2 votes
3 answers
731 views

Why do different Linux distros have different package formats (and package managers)?

This question is a follow-up to this one: How to install package versions not available with apt-get? At the linked question, I learned about the Linux package "ecosystemm," including how ...
StoneThrow's user avatar
  • 1,797
1 vote
0 answers
58 views

How does apk's replaces work when the package being replaced gets upgraded?

Say I have a package A, and package B. Package B contains some files which deliberately conflict with package A, and it is desirable for package B's files to be favoured over the ones in package A if ...
Newbyte's user avatar
  • 1,088
1 vote
1 answer
2k views

Signature from "TNE <[email protected]>" is unknown trust - Invalid or Corrupted package

While running pacman -Syu After "(8/8) checking package integrity" I'm facing the following issue with these packages: error: 7-zip: signature from "TNE <[email protected]>"...
Lucas_Guerra's user avatar
1 vote
0 answers
119 views

apt-get is asking for an older .deb file from a local repo even after putting a newer version

I have a local repository setup on the server (server1) hosted by Nginx. It has few .deb packages and a bash script on another local server (server 2) uses the repo to install packages. I had to ...
Cruise5's user avatar
  • 526
1 vote
1 answer
857 views

How does apt keep track of BUILD (source) dependencies?

I want to download all (recursive) build dependencies to be able to build apt (debian) package from source. However, when I apt-get install path/*.debs with debs that I got by apt build-dep --download-...
Martian2020's user avatar
  • 1,219
0 votes
0 answers
71 views

How make apt recognize newer oracle Java version

I used make-jpkg from the package java-package to create a new oracle-java8-jre Debian package. Everything works as expected, only apt wants always to update Java. Is there a way to make apt recognize ...
Max's user avatar
  • 335
1 vote
1 answer
517 views

How can I make an Alpine package conflict with another Alpine package?

Currently Alpine packages Perl, however that version of Perl is built with the wrong options for my needs. So I want to package a new version Perl built with different configuration/build options. Is ...
Evan Carroll's user avatar
  • 31.8k
1 vote
1 answer
188 views

What's the most hassle-free way to publish an application cross-distro? [closed]

I have an Electron program I want to distribute on all three major OSs. Publishing on Windows and macOS is easy enough; One installation file and we're done, plus the users of these OSs are used to ...
SFR's user avatar
  • 19
7 votes
1 answer
3k views

Is there any way to display the package contents using `apt-get` without first downloading the package? [duplicate]

I know I can list the files in a package using the following command, which first download the package (.deb) into /var/cache/apt/archives and then list its contents: apt-get --download-only install &...
Shuzheng's user avatar
  • 4,601
1 vote
0 answers
902 views

Openvpn-as : Depends: python-pyrad but it is not installable

I am using Parrot OS lastest version. I have tried and all the other variations of upgrade, such as the following, apt --fix-broken install I am getting the following error after running apt update &...
Kihlaj's user avatar
  • 11
2 votes
2 answers
271 views

APT complains of broken/unmet dependencies for my package, but they are available in my repository. How to fix?

I manage an apt repository, for package PACKAGE, which has dependency (DEPENDENCY<<1.2). Both PACKAGE and DEPENDENCY are available in my repository. We just released a version of DEPENDENCY (...
jenny's user avatar
  • 227
4 votes
1 answer
85 views

In Debian, is there a list of packages with dead parent project?

I have been looking (in https://db.debian.org/machines.cgi) for a service or list of Debian packages without upstream (parent project). Because I think there are a lot of deb packages which are alive ...
tres.14159's user avatar
1 vote
0 answers
339 views

How does YUM decide which package is the best install candidate for a dependency when there are several options?

I have a package that I need to be compatible with openjdk 11 and oracle java 11. I'm trying to create a metapackage that can depend on openjdk java 11 or oracle java 11: My openjdk metapackage spec ...
jenny's user avatar
  • 227

15 30 50 per page