Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [deb]

deb is the extension of the Debian binary package format. Software packaged for Debian or Debian derivatives such as Ubuntu is distributed in this format.

deb
0 votes
1 answer
16 views

How to use CMake / CPack to add a conffile to a deb package? With CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA?

I am developing a C/C++ package, built using CMake, and I want to package it for Debian. So I thought I'd use CPack to build a Debian package. I managed to do so, but my project should also contain ...
Alessandro Bertulli's user avatar
0 votes
0 answers
52 views

How to properly manage Aptly repositories for multiple distributions?

I am trying to manage a single Aptly repository for multiple distributions (Bionic and Focal) and architectures (amd64 and arm64). However, when I publish my snapshots, packages meant for one ...
hmojtaba's user avatar
  • 147
0 votes
0 answers
43 views

No .deb packages generated using bloom for ROS package with custom dependencies

I am currently trying to build .debs for my custom ROS package using bloom. These are the steps I use for it: roscd $PKG bloom-generate rosdebian --ros-distro noetic fakeroot debian/rules binary One ...
harsh's user avatar
  • 977
0 votes
0 answers
21 views

Linux directories for App (create package)

I'm creating a Linux version of a Windows program and among other tasks, I need to create a package to allow users to install the software easily. In Windows, the program has some files in the ...
Carles's user avatar
  • 443
0 votes
0 answers
73 views

Issue installing Tensorflow 2.16.1 in Wsl2

I have been trying to install Tensorflow 2.16.1 with GPU support on a WSL in Windows 11. My Linux installation is Ubuntu 22.04. I have been following the instructions here. The process requires me to ...
A. Mustafi's user avatar
0 votes
1 answer
101 views

Build Dpkg from bitbucket pipeline gives "dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775)"

I'm trying to build .deb package from the bitbucket pipeline but end up with this error msg. dpkg-deb: error: control directory has bad permissions 777 (must be >=0755 and <=0775) tried to ...
Priyamal's user avatar
  • 2,939
2 votes
1 answer
26 views

packaging Open3D as debian

I'm using Ubuntu 20.04, CUDA 11.4, and I want to create a debian of Open3D 0.18.0, to do so I cloned the repo and tried: mkdir build && cd build cmake -DBUILD_CUDA_MODULE=ON -...
bhomaidan90's user avatar
0 votes
0 answers
114 views

How do I download a specific version of build-essentials and dependencies that is not in my native machine

I have Jammy and the version of build-essential I want was the one released for Buster Here is what I attempted to do: I went to https://gist.github.com/ishad0w/6ce1eb569c734880200c47923577426a and ...
Sblu's user avatar
  • 43
0 votes
1 answer
228 views

How to build a .deb in archlinux if bindeb-pkg is not available?

I'm running EndeavourOS Arch, and I'm trying to build the Linux Kernel to deploy within a debian / Ubuntu system. The files are usually in .deb format, however I noticed that the bindeb-pkg package ...
Agustin's user avatar
  • 166
0 votes
1 answer
150 views

how to install libgeographiclib-dev

rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO --skip-keys libgeographiclib-dev executing command [sudo -H apt-get install -y libgeographiclib-dev] [sudo] password for ck: ...
user24884908's user avatar
0 votes
0 answers
36 views

How to add a symbolic link in to a patch using quilt?

I use the quilt utility to manage changes to the project's source code and to maintain the version of the deb package into which it is built. I encountered a problem - some source code files were ...
xemrok's user avatar
  • 1
0 votes
1 answer
62 views

Create more than one debian package

I am trying to create debian packages, from CPP sources that are built using CMake. I am using debuild, I am NOT using cpack. Till now I have reached the following stage: debian/rules looks like the ...
Ferenc Deak's user avatar
  • 35.1k
0 votes
0 answers
49 views

DEB how do I save the configuration files of packages that are deleted during the installation of my package?

I am creating my own deb package that should replace the old packages. In his Control file, I write: Provides: package1, package2 Conflicts: package1 package2 Replacements: package1, package2 Next, ...
оронтин Шестой's user avatar
0 votes
1 answer
131 views

How to uninstall a package using python-apt and also remove dependencies?

I want to remove a package using python-apt and also remove all dependendencies. Basically the equivalent to apt purge PACKAGE apt autoremove However I can’t figure out the dependency part. I guess ...
vollstock's user avatar
  • 126
1 vote
0 answers
98 views

Read information from inside DEB package in preinst

I am creating DEB package for Ubuntu which copies binary and configuration files. When I am installing/reinstalling with a new DEB file in case of patch, upgrade or downgrade, I need information in ...
ashu's user avatar
  • 1,327

15 30 50 per page
1
2 3 4 5
42