Skip to main content

Questions tagged [packaging]

creating packages for software installation, such as .deb (Debian & derivatives), .rpm (RHEL/CentOS), .bff (AIX), Solaris pkg / pkgadd, etc. Do NOT use this tag for /software-installation or /package-management

57 votes
4 answers
8k views

Is there a tool/website to compare package status in different Linux distributions?

I am currently looking for a website or a tool that would allow me to compare the package state of a particular software in different Linux distributions. For instance, which version of gimp is ...
Thomas Moulard's user avatar
-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
2 votes
2 answers
4k views

Creating a Debian package that does not remove directories after it's purged

I'm trying to create a Debian package that doesn't delete an empty directory after it's purged. Specifically, I'm creating my own package containing some CA certificates I trust. I'm following ...
livingstaccato's user avatar
182 votes
2 answers
217k views

What is the Fedora equivalent of the Debian build-essential package?

What is the Fedora equivalent of the Debian build-essential package?
Steve Burdine's user avatar
12 votes
3 answers
6k views

How to prevent debuild from performing a clean?

I am trying to edit an Apache module on Debian (strictly, I'm doing this on Raspbian Jessie-Lite), and am broadly following the Debian build instructions: $ mkdir -p ~/src/debian; cd ~/src/debian $ ...
Peter Ryan's user avatar
9 votes
1 answer
8k views

How to get the compiler flags that are used to build the binaries in a (.deb) package?

I know that apt-get source <package_name> gives you the source package. It contains a debian folder with a file called rules. If I understand it correctly, this file describes how the source ...
langlauf.io's user avatar
6 votes
2 answers
26k views

libX11.so.6 Not found

I tried to make && make install package, but I get an error: libX11.so.6 not found Where can I get this library?
0xAX's user avatar
  • 627
197 votes
12 answers
150k views

What are the pros/cons of deb vs. rpm?

For whatever reasons, I've always used RPM based distributions (Fedora, Centos and currently openSUSE). I have often heard it stated that deb is better than rpm, but when asked why, have never been ...
Evan's user avatar
  • 2,121
171 votes
2 answers
278k views

Zip everything in current directory

I'd like to compress and package everything, including files and folders in current directory, into a single ZIP file on Ubuntu. What would be the most convenient command for this (and name of the ...
Terry Li's user avatar
  • 1,955
85 votes
1 answer
96k views

Which Fedora package does a specific file belong to?

In the Debian family of OSes, dpkg --search /bin/ls gives: coreutils: /bin/ls That is, the file /bin/ls belongs to the Debian package named coreutils. (see this post if you are interested in a ...
tshepang's user avatar
  • 66.3k
27 votes
5 answers
28k views

Is there is a PPA-service equivalent in the Fedora world?

For Ubuntu there is this convenient PPA service available where you can get your own package repository. You can put there source packages which are under an open source license, e.g. development ...
maxschlepzig's user avatar
  • 57.9k
21 votes
1 answer
16k views

How to package my software in nix or write my own package derivation for nixpkgs

How can I write a simple derivation to package a program for nix and how can I create a PR to include it in nixpkgs? (I am writing this as I can't find simple explanations)
tobiasBora's user avatar
  • 4,301
15 votes
2 answers
23k views

How to generate the `Release` file on a local package repository?

CONTEXT With a local package repository, I'm able to provide my APT instances with a set of software packages and configurations from a server which I control, allowing any client to install this ...
Adrian Maire's user avatar
  • 1,956
14 votes
3 answers
13k views

How to install / parse build dependencies from debian/control?

Let's suppose you downloaded a source code folder, that contains an existing /debian/ folder as well as /debian/control file. Let's suppose the package in question is not in Debian official ...
adrelanos's user avatar
  • 1,886
12 votes
1 answer
9k views

Create PKGBUILD from .deb

I have a .deb debian package which essentially contains the binaries of the software as a /usr/share/bin folder in a compressed data file, and another metadata compressed file containing the checksums ...
Manu343726's user avatar

15 30 50 per page