In package management systems, which are commonly used with Linux-based operating systems, a package is a specific piece of software which the system can install and uninstall.
Questions tagged [software-packaging]
107 questions
1
vote
0 answers
system package vs Application Package?
Following is the scenario.
I am developing an Open Source modules for an open source application. (for example : magento / wordpress / drupal)
Now, all this application provides inbuilt module installation interface.
Should It be a good solution,…

Mike
- 11
- 2
1
vote
1 answer
Creating a PPA for OpenERP
I'm investigating whether it's worth the effort of setting up a recipe in Launchpad to create a PPA for OpenERP that includes the official source code along with our custom modules. Has anyone done this for OpenERP or another software package? Was…

Don Kirkby
- 53,582
- 27
- 205
- 286
0
votes
1 answer
java application distribution with extension api
I am planning to write some java application & planning to distribute in free & commercial versions.Basically my idea is to get some money from out of it from corporate users.
I would like provide extension API which other user can write some jar &…

surya
- 65
- 2
- 7
0
votes
0 answers
Inet6 address insteaf of inet Android repackagingLab
Hello guys so im trying to do an Android RepackagingLab for my Uni but the Android 7.1 VMs is giving me a inet6 address instead of an inet. The goal is to connect from my other vm and install a "malicious" app on the android. Any help to switch the…

mantz
- 21
- 5
0
votes
0 answers
Specify install directories, with PEP 517 installer
How can I specify, to a PEP 517 conformant installer, the directories where libraries and scripts should be installed?
Deprecated Setuptools installer does it right
Using python3 -m setup install --install-lib=/usr/share/foo/…

bignose
- 30,281
- 14
- 77
- 110
0
votes
0 answers
What's going on with Go applications on PyPI?
Rather by accident I found myself in a situation in a previous role where the previous admin apparently installed "Python bindings" of InfluxDB and Docker-Compose and magically both applications where available on the systems while I was sure that…

Benjamin
- 229
- 1
- 6
- 15
0
votes
0 answers
Intellij Maven Javafx Project jar packaging problem for MacOS
I have completed a project using Intellij with Maven dependencies, running on openjdk-18.0.2.1 with external CalendarFx excutable jar. I wanted to make it into a clickable application for my M1 Mac but I have been stuck on deployment for 30 hours. I…

shonn Li
- 1
- 1
0
votes
1 answer
How to distribute my python CLI scripting application?
I have a python script that uses CLI that I would like to package and share with the users of another team I am working with. Essentially, I was wondering what the best way would be to automate:
Downloading and installing the appropriate version of…

K.Veerina
- 45
- 4
0
votes
2 answers
Combine resources into single binary
I have a program:
dist/
├── myapp
│ ├── bin
│ │ └── launcher
│ ├── lib
│ │ └── libmyapp.so
│ └── share
│ ├── data00.zip
│ └── data01.zip
What I want to do is combine all of that into a single executable file, so that, for…

101010
- 14,866
- 30
- 95
- 172
0
votes
1 answer
How should I package a PyInstaller onedir app for Linux?
For various reasons, I need to package a PyInstaller app in a "onedir" format (instead of the "onefile" format). The app works well and I can launch it by going into the "onedir" directory and typing ./myapp from the terminal. My question is how…

LozzerJP
- 856
- 1
- 8
- 23
0
votes
1 answer
How to split `npm install` to two steps to perform offline builds?
I am trying to build an application requiring NPM on Open Build Service. When building the application locally, one of the steps is
cding into a directory containing package.lock and then running npm install.
For obvious reasons this fails on a…

kinokijuf
- 968
- 1
- 11
- 33
0
votes
0 answers
Error stating 'found conflicts between different versions of "System.Core" that could not be resolved', would anyone know how to fix this?
I'm trying to build a C# WinForms App in VS 2019 and after packaging, I'm getting an error stating 'found conflicts between different versions of "System.Core" that could not be resolved'. I built the app originally in VS 2015 but have opened it in…

oscar1424
- 1
- 1
0
votes
0 answers
Unable to generate a MSIX package for a .Net Core 3.1 WPF app with reference to CefSharp.WPF due to dependency on .NET Framework 4.5.2
I have made a simple WPF app that uses cefSharp.wcf. I am trying to create a deployment package, but I cannot get the package to build. When I try and build the package I get the following errors :
The primary reference…

Paul
- 693
- 1
- 10
- 25
0
votes
1 answer
CPack Deb generator exclude files/targets
I'm trying to build a C++ Project with CMake that contains a shared library (Lua) , the problem I'm having is that I only want to ship the Packages with Lua when building a Tar.gz for Linux or an NSIS installer for Windows, when packaging a deb or…

feldim2425
- 364
- 3
- 14
0
votes
1 answer
WXU 3.0.5 not found with the latest version of wxgtk 3.0
So I'm packaging darkradiant as a pacman package. But when I execute darkradiant on the terminal it complains:
darkradiant: /usr/lib/libwx_gtk3u_core-3.0.so.0: version `WXU_3.0.5'
not found (required by darkradiant)
darkradiant:…

Alberto Salvia Novella
- 950
- 9
- 16