Tagged Questions
3
votes
5answers
977 views
How to convert 64 bit .deb file into 32 bit .deb file
deb file of an application. I want to convert the same file into 32 bit .deb file.
So how to convert 64 bit .deb file into 32 bit .deb
3
votes
1answer
274 views
Including license agreement in .deb file
How can i include a license agreement interaction in a .deb file? The question http://stackoverflow.com/questions/668838/linux-support-for-click-thru-licenses only asks if its possible, but not how. ...
3
votes
5answers
378 views
How to package a game for Linux?
I have a game that currently runs under Windows and Mac OS X and I'd like to make it available under Linux. The porting should be fairly easy since it's a Java based game and uses portable libraries ...
2
votes
2answers
99 views
How can I uninstall the last installed application (recently installed) with dpkg?
I need to use a command and or script that uninstalls the last recently installed application deb . I can't use apt-get in this case but rather dpkg --purge or similar, something like dpkg --remove ...
2
votes
1answer
78 views
How to create desktop icons for a deb package created with CPack?
I am using CMake/CPack for my project.
On Windows, I use CPack with NSIS, and it's all good. But for Linux, I use the DEB generator for CPack, and I have run into a few issues. Namely, I cannot find a ...
2
votes
3answers
149 views
How to bundle an application for Linux
I am writing a (closed-source) application and will provide binaries for all three major platforms (MacOS X, Linux and Windows). It uses Qt under the LGPL license so I am required to dynamically link ...
1
vote
2answers
396 views
Adobe Air native installer Linux - Dependency is not satisfiable
I created native installers for my air application successfully under MacOS and Windows.
With Ubuntu 10 I am able to create a .deb package, but when I launch it opens the Ubuntu software center ...
0
votes
1answer
27 views
No deploy option QT creator
I am trying to make a deb package using QT creator in ubuntu, but I am unable to find the deploy option in Build->Deploy Project ...
I dont know whether there is a difference of QT creator version or ...
0
votes
2answers
75 views
Is it wise to use Debian (.deb) packages to distribute our software to production servers?
We have various programs and scripts that we create that we need to deploy on production Ubuntu servers after testing. We are considering packaging our software as Debian (.deb) files and using ...
0
votes
0answers
67 views
Making installale font package for linux using RPM and Deb
I want to make installable fonts for distribution on Linux (In house use). I would be happy if I get step by step guide for making installable RPM for distributing these fonts. Is there any graphical ...
0
votes
4answers
219 views
Why does my hand created deb package fails at install with “unable to create” on files?
I made a perl script that creates a deb binary package from scratch.
I created the data, control, etc.
But when I run dpkg -i on my deb package it complains that it is unable to files from data.
...
0
votes
4answers
128 views
Programmatically extracting .deb packages
i've got a question and i hope someone will help me :)
I have .deb package which contents i need to extract. I need to do it programmatically. The problem is that i cannot find any valuable resources ...