0
votes
3answers
42 views

rpmbuild failing error: Installed (but unpackaged) file(s) found:

I looked around but none of the answers to this same error message worked in my simple package... I am building the rpm using rpmbuild on Redhat ES 6 and no matter what I have done in my spec file I ...
0
votes
0answers
45 views

Linux RPM-spec does not copy packages to destination folder

I have a package, with the directories named lib, sample, api, doc under a parent directory %{name}-%{version}. I want to generate an RPM package out of these folders. This rpm package should unfold ...
0
votes
0answers
40 views

Cannot use R_ProcessEvents()?

I have a question about the use of R_ProcessEvents(). I am using R.app on the Mac. In my previous question Rcpp: Mac shows loading wheel and almost freeze, someone recommended to use ...
1
vote
1answer
110 views

Debian Package Creation- How to install configuration files?

I've been really stuck on this minor (I'm sure) issue so any help would be greatly appreciated. I've created a standard ubuntu package with dh_make. The purpose of this package is to create a package ...
0
votes
0answers
33 views

Running application during install package

I am trying to make package that execute an application during installation. So some code is input in postinst like below. /opt/AAA/HelloWorld & When installing a package in terminal, the ...
0
votes
2answers
91 views

example of using external libraries or packages in Common Lisp

In Common Lisp, quicklisp is a popular library management tool. I'm going to use that tool and I'm going to try and use CL-WHO. I use the SBCL 1.0.57 implementation. I'm going to answer my own ...
0
votes
1answer
16 views

What should I do when I add a new config parameter to config file of my package?

I am dealing with making some packages of some projects. Assume I have a config file like that in my project. name=foo mail=foo@foo.com After installation user edits config file with his/her ...
0
votes
1answer
131 views

How to write ebuild for Gentoo correctly

Could anyone help in creating ebuild for GBS? This is my workpiece ebuild (modified ebuild for osc): # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public ...
1
vote
0answers
67 views

icinga-web unmet dependencies

I am trying to install icinga-web and I am getting following error:- I tried installing both the icinga-core and icinga-idoutils but I still get this error. apt-get install icinga-web Reading ...
0
votes
2answers
38 views

Is it possible to build packages for multiple versions of Red hat Linux on a single server?

I have a set of programs for analyzing radiation data and I want to build packages for Red Hat Linux versions 4.x - 6.x. Is it possible to build these packages on a single build server running a ...
0
votes
1answer
56 views

How to package shared library in deb packages

My application uses some private shared libraries, which i need to package with the binary, and as per Debian Policy Rules It is recommended that supporting files and run-time support programs ...
1
vote
1answer
498 views

Installing octave package in ubuntu

anyone can help me with this error? octave:4> pkg install signal-1.2.0.tar.gz error: the following dependencies where unsatisfied: signal needs optim >= 1.0.0 signal needs specfun >= ...
0
votes
1answer
108 views

Create .deb package - can't get dependencies

I am trying to create a simple .deb package by following a wonderful tutorial, and my problem is that when I try to get the dependencies of the package by executing this command: dpkg-depcheck -d ...
2
votes
3answers
3k views

How to make rpm auto install dependencies

I have built two RPM packages proj1-1.0-1.x86_64.rpm libtest1-1.0-1.x86_64.rpm proj1 depends on the file libtest1.so being present and it is reflected correctly in the RPM packages as seen here: ...
1
vote
1answer
475 views

Install usblib package - Ubuntu

I need the package libusb for another package I am installing. I tried the following which seemed to install the package, sudo apt-get install libusb-dev but when I try to install the other ...
1
vote
2answers
264 views

How *.dsc files are related to *.deb and source code files

Without packaging system we have (A) source code, which can be translated/compiled to (B) binary code. In case of debian/ubuntu packages we have (1) source code, (2) source package - dsc file and ...
1
vote
1answer
65 views

Is there any way to find compile options used in package installation from source?

I built this package from source a while back and I need to know the options I used. I still have the directory I ran the ./configure on and it's untouched. Is there any way to get this?
-1
votes
1answer
110 views

No package 'pygobject-3.0' found [closed]

I want to install Accerciser my OS is fedora 16 I downloaded the package, 'cd' into the folder and run './configure' and get checking for PYGOBJECT... no configure: error: Package requirements ...
0
votes
2answers
107 views

How to find packages containing a specific file?

I want to find out which packages (if any) contain a specific file name. For instance, I'm trying to compile 32-bit programs in a 64-bit machine and GCC complains about a missing file ...
0
votes
1answer
64 views

how to update debian base install [closed]

I have the debian base system installed but my internet connection cut out during, so I only have the basic GRUB command line tool. I want to install the rest of it so that I have a graphical ...
1
vote
1answer
243 views

How does debian/postinst know which package is being installed?

I have debianized some source using "dh_make --native". The control file specifies three packages: blahd libblahd1 libblahd1-dev Now blahd has an init.d script, and whilst this gets put in ...
0
votes
3answers
178 views

Checking for installed package for bash

I need a script that will check whether packages are installed for apache2, mysql and php. Example output: apache2 .... ok mysql .... ok php ... not installed
0
votes
0answers
111 views

Can i run the ADT tool to package SWF to APK on a linux machine?

I have a mobile air project which i compile to a swf. When trying to package the swf using the ADT command i get an exception: Unable to run aapt The ADT jar is in the SDK i've downloaded from adobe ...
0
votes
1answer
187 views

Create R binary packages for Linux that can be installed on different machines?

I'm pretty sure this isn't possible, because if it were, then CRAN would have R Linux binary packages. Why isn't it possible? We can create Mac and Windows binary versions of R packages, and these ...
1
vote
1answer
135 views

rebuilding packages and the package manager on debian

This is something that has been bugging me for a while, unable to find any good answers googling, hopefully someone can have a solid answer here. It's about how to rebuild debian packages and how to ...
0
votes
1answer
119 views

Linux Folder/Package Management

I'm looking for a way to store all my applications files within a single folder. However, when someone clicks on the folder I want the application inside the folder to open up as opposed to open the ...
1
vote
1answer
229 views

Installing TCL packages

I am trying to install critlib on my machine (http://equi4.com/critlib/) so that I can create zip files dynamically in TCL. The issue is that I have no idea how to install TCL packages. Is there a ...
1
vote
1answer
98 views

Does Adobe iOS packager work on linux?

We use ant command line script to build ios flex application via adt (flex 4.6 air 3.3). Sample: <java jar="${FLEX_HOME}/lib/adt.jar" fork="true"> <arg value="-package"/> ...
0
votes
0answers
102 views

Using package manager to install/update wordpress

I have a server running arch linux and I installed wordpress using pacman. Wordpress is downloaded to /usr/share/webapps/wordpress. But the problem is, that I want to be able to use this package, ...
1
vote
3answers
861 views

making a java package in the command line

Though it's probably reccomended one uses and IDE for coding advanced java projects, I personally prefer running almost entirely command-line (using gedit as a text-editor). So please don't just tell ...
2
votes
0answers
271 views

how to take input while installing debian package on debian systems

I have created a small debian package which has to take the input from the user and print it out. In order to take input from user "read" command on postinst scripts will not work on debian systems I ...
2
votes
1answer
347 views

Creating package for Mac in Windows / Linux

I have trying hard to make a r package myself. I followed the instruction in previous question in stackoverflow on how to develop package for layman. Here are the steps I tool following the previous ...
0
votes
1answer
324 views

Permission problems creating a .deb file

I'm trying to create a .deb file from a binary and support files. It works, however I get the following warning before I create it: The installation of a package which violates the quality standards ...
0
votes
5answers
206 views

java test - package a java app for running on another linux box

I have a Java test app. The code sample for the import section follows. I created a quick/short bash script to build the app/run the app. Everything works. The Java test runs. I'm trying to figure ...
3
votes
3answers
482 views

How do I create an 'install' package for a Qt application?

Generally to install a package on a linux-based operating system you use ./configure make make install How does this work? And how do I create a package that can be installed this way? My ...
4
votes
1answer
236 views

How to distribute kernel modules using a RPM?

What is the recommended approach for distributing a kernel module using a RPM? Ideally, for portability, I would like the RPM to be able to build the modules against the running kernel's headers ...
1
vote
0answers
50 views

how to manage virtual tree structure in a Zip/7z/gzip file?

for example, there are two files : /tmp/hello, /tmp/world i want to create a package that contains these files, but do not add them according to the original path. inside : a.zip (or 7z, gzip, etc.) ...
2
votes
4answers
5k views

how to make debian package install dependencies

I want to make a simple debian package to install a simple tool that depends on Qt4 libs. In control file I have defined that it depends on Qt4 libs however, by the time I'm testing the package it ...
0
votes
3answers
180 views

How to make a library in c++ in linux

I am writing a small application in c++ and I have some questions regarding that. I am basically a Java developer now moving into c++. If I use some library like boost, curl etc. can I make it run ...
3
votes
2answers
903 views

Is there a way to automatically determine dependencies when setting up a dpkg control file?

Most of the fields in a dpkg (Debian) control file are straightforward. The tricky one is determining the list of dependencies (Depends:). I was hoping that dpkg-gencontrol could do this for me by ...
2
votes
1answer
6k views

Perl - get time in milliseconds without an installing an extra package?

How can I get the time in milliseconds in Perl without installing any extra package? I am running Linux.
5
votes
1answer
7k views

How to install packages from command line on Suse [closed]

What is the Suse version of apt-get or yum? How do I install software packages from the command line? A fairly intense session of googling suggests that it may be yast or yast2, but no sensible ...
0
votes
1answer
227 views

PKG_CONFIG_PATH error when installing nautilus RPM on Fedora 15

I'm trying to install nautilus RPM in Fedora 15. configure: error: Library requirements (libnautilus >= 2.0.0 gtk+-2.0 >= 2.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment ...
0
votes
1answer
142 views

Could not find xml-config package in Fedora

While executing ./configure of gnorpm, this error message is appear. configure: error: Could not find xml-config. I find this document in google. ...
2
votes
2answers
148 views

PHP - Discover if Debian package exists

I want to be able to discover if a Debian package has been installed on our production server, the functionality should be just like extension_loaded(). Can anyone suggest a method? I can only assume ...
0
votes
2answers
84 views

How can a Linux source package be opened as a project in an IDE?

I am makeing a small mod to SMPlayer; the Linux version... The make, sudo make install from the command line works, but I would like to have the project in an IDE. I want to use CodeBlocks IDE, ...
-1
votes
1answer
802 views

Creating Installation Package in Ubuntu

I'm programming a Qt app in Ubuntu. Well, I'm newbie in Linux but good at Qt. I wanna know how to Create Qt Static Libraries(It's installed from Synaptic), Create an installation package and How to ...
1
vote
1answer
431 views

How to upgrade a package in linux that was built from source?

I downloaded Boost v1.42 source and then installed it in my laptop. I want to upgrade them to v1.45 (the current release). I would like to know how I can do this via command line. This question ...
2
votes
2answers
286 views

Tutorial/Guide to create a classic, small Linux application in a package (Debian)

I've made a small script in my machine, and an alias in .bashrc that calls it. It's a bash script with 3 lines, but it can grow. Now, some people in my team found it useful, and want to use it. ...
0
votes
1answer
494 views

purge ALL dependencies

I've a problem that seems quite simple, but I can't get it done. I have a package with many dependencies and I want to remove ALL of them, regardless wheather other packages also depend on them ( they ...

1 2