Skip to main content

All Questions

0 votes
0 answers
892 views

In which directory should a node.js program be installed?

I'm contributing to an open source node.js project. The installation script for the project works by cloning the git repo to /home/ProjectName as root and running the node.js script from there. There ...
rsn's user avatar
  • 119
1 vote
1 answer
44 views

Producing 'installers' on Linux [closed]

can you help me with best practices or things that i should keep in mind while we produce an 'installer' for my software (Java based)? what are the steps or phases in which this should be done? I ...
vinny's user avatar
  • 11
0 votes
0 answers
250 views

How to package a Bash program for installation in Linux

I have a program written completely in Bash, which includes the main script, a set of modules called by the main script, a config file, a lib file, etc. Since nothing needs to be compiled, what's the ...
rom58's user avatar
  • 39
3 votes
2 answers
169 views

Is there .sh installer (software archive is append to .sh flat text file) generating tools for unix?

There is a lot of software which is released as shell installers, for example: Netbeans Mathematica Bazel (it also provide deb and tar.gz, but .sh is popular) Nvidia Graphics Driver and so on. This ...
pah8J's user avatar
  • 237
3 votes
1 answer
168 views

How do I get my app to appear in the Applications list?

I have created a .deb package that copies files to the /opt/MyAppName directory. However, it does not appear in the Applications list, and I am unsure how to make that happen. How do I make my app ...
Thunderforge's user avatar
-3 votes
1 answer
43 views

What is Open Build Studio and how does it work? [closed]

I'm just curious to know what is Open Build Studio. The website says it's got 43,959 projects, with 363,784 packages, in 67,556 repositories. Judging by those numbers, does it mean that OpenSUSE has ...
evil_potato's user avatar
0 votes
1 answer
85 views

How to package (where to install) a stand-alone software bundle

Consider some application that is intended to be built in its destination directory and whose subdirectory structure does not respect Linux conventions. Assume in particular that there is no install ...
Alexey's user avatar
  • 2,090
1 vote
2 answers
2k views

How to create *.run./*.bin file in Debian based distros

AMD distributes the Catalyst drivers as a *.run file that when ran extracts itself, builds and then installs the driver. Thing is the driver needs a patch for it to build successfully. I want to apply ...
Nostrae's user avatar
  • 11
1 vote
1 answer
149 views

Package file without .rpm or .tar.gz... What to do?

I'm busy installing ELK package on a few RHEL6 servers, but we have two mail servers which are still RHEL5 i386 servers. So I go to https://www.elastic.co/downloads/logstash and downloaded the Linux ...
Alex's user avatar
  • 21
0 votes
2 answers
1k views

Where to install mininet [duplicate]

I read some posts and parts of FHS to understand which directory I should install packages in. As far as I could understand /opt is for independent packages and /usr/local is for packages that are not ...
Sav's user avatar
  • 1
1 vote
1 answer
1k views

How to package software in Funtoo/Gentoo?

I am new in Funtoo/Gentoo. Where do I start learning how to create my own "packages"? For example, I have done the following to get the source code of Bespin, a Style for Qt4, derived from the Style ...
Nikos Alexandris's user avatar
5 votes
5 answers
769 views

How do idiomatic Unix programs detect what prefix they are installed under?

If I install a binary with non-standard prefix, e.g. /opt/bin/foo, which needs some static files from /opt/share/foo, how does it find them? Using back references relative to the executable (../share/...
Alex B's user avatar
  • 4,528
9 votes
3 answers
809 views

What installer types should commercial software use to support Linux?

The source code in not open or free, so compilation at installation is not an option. So far I have seen developers that: provide a tar.gz file and it is up to user to uncompress in suitable location....
Mike Gray's user avatar
  • 1,561