python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
dpkg versioning problem with libstdc++ 10 and 11
I have a Debian package built in Ubuntu 21.10 which fails to install because of a dependcy on libstdc++6 (>= 11). Raspberry Pi OS uses GCC 10.3; so it only has libstdc++6 (10.3.x).
I switched the U...

Robin Davies
Votes: 0
Answers: 1
Add native binary to jetpack compose package
My Jetpack Compose Desktop app depends on a proprietary executable that I would like to include in the Debian package.
The closest I'm getting is adding the file as a resource, but that will not set t...

Robert
Votes: 0
Answers: 0
handling x86-64 microarchitecture levels in Debian package names
I'm planning to build different versions of intense numerical program for x86-64 architectures. Conveniently, in 2020, 4 levels of x86-64 microarchitecture were defined that can be passed to the comp...

Justin JRTI
Votes: 0
Answers: 0
How can I specify the non-default package python3.8 as a dependency instead of python3 when building a debian package for Ubuntu?
I have a custom Python package/script for which I am trying to build a Debian
package. It builds and installs fine on a Debian 11 system. Now I also want to
package it for a machine with Ubuntu 18.04 ...
hokum
Votes: 0
Answers: 0