Skip to main content

Questions tagged [packaging]

refers to the creation and maintenance of Debian or snap packages. Whether you are looking to update a package for your personal use or wondering how to get your software into the hands of Ubuntu users, this tag is for you.

0 votes
1 answer
65 views

It seems to me like dh_make does not support the optional epoch part of the package version inherited from Debian ([epoch:]upstream-version[-debian-revision], see the output of man deb-version). Is ...
user3687501's user avatar
1 vote
1 answer
92 views

I’m a professor at a university, and I’m trying to package a program to be installed on lab computers. So I’m in a situation where I do control the snap file, but I don’t have admin access to the ...
Joey Eremondi's user avatar
1 vote
0 answers
124 views

Does anybody know if gcc 15 will be provided in the standard packages of ubuntu 24.04 ? I can compile it myself, but I usually prefer the standard packages. Is there a common policy for which ...
fabian's user avatar
  • 115
0 votes
0 answers
323 views

Ubuntu 22.04 (jammy) packages a libcairo.a static library in the libcairo2-dev package at version 1.16.0-5ubuntu2. But as of Ubuntu 24.04 (noble), that file no longer appears in the corresponding ...
interfect's user avatar
  • 662
0 votes
0 answers
113 views

laptop dell latitude e7240. Initramfs unpacking failed: invalid magic at start of compressed archive
Kai0Kid's user avatar
3 votes
0 answers
93 views

I maintain a PPA package for numbat. For that, I do something along this answer, I ship the numbat binary for amd64 (from GitHub releases), and copy it to /usr/bin using the debian/install script. I ...
Archisman Panigrahi's user avatar
1 vote
0 answers
311 views

How do I create an AppImage of a Python module that is packaged by pipenv? I came across Converting Python applications packaged with pip. But I have not figured out how apply it to pipenv. I have the ...
Sun Bear's user avatar
  • 3,419
2 votes
1 answer
1k views

I'm a bit confused about the Debian package version orders. Take a look at the following two Debian package versions, how come the first is <= than the second? 0-emacs-29.1.90~202401142128~...
xpt's user avatar
  • 1,255
-2 votes
1 answer
220 views

Is it possible to add an apt repository before the installer check for dependencies availability? I want to add append a deb software repository because the repository contains what's listed in my ...
Michaelzh's user avatar
3 votes
1 answer
714 views

I have a postinst script in my debian package: #!/bin/bash oqm-config -g system.hostname RESULT="$?" if [ "$RESULT" -eq 1 ]; then oqm-config -s system.hostname $(hostname).local ...
Snappawapa's user avatar
0 votes
1 answer
122 views

So when I do a pbuilder build *.dsc, it builds every package in the dsc package list. Is it safe to edit the .dsc file's package list to contain only the desired packages. Or is there a way to be able ...
Levi Uzodike's user avatar
-2 votes
1 answer
3k views

I want to know where the package manager is installed in Ubuntu. I know that it is pre-installed but I still want to know. I want to check it manually. Is there a directory or is it a kernel module, ...
Kumail Haider's user avatar
3 votes
0 answers
625 views

I am looking for a bittorrent tracker that I can run on an Ubuntu server. Is one packaged for Ubuntu? I have found the Wikipedia list of bittorrent trackers, and as far as I can tell, none are ...
chrestomanci's user avatar
0 votes
0 answers
690 views

I have a binary file that is dependent on a few shared libraries, I am trying to package this binary with the required libraries and install them alongside my app. The libraries were built by myself, ...
Melon's user avatar
  • 1
0 votes
1 answer
79 views

I need to use libvirt 8.10+ and as it is right now - I'm compiling it from sources, but my solution is far from being perfect (I had to disable apparmor for instance), I would love to install it from ...
Michal's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
48