Tagged Questions
2
votes
2answers
103 views
Do best-practices indicate that usage of /var should be restricted to sudoers
I wrote a package, and would like to use /var to persist some data. The data I'm storing would perhaps even be thought of as an addition for /var/db.
The pattern I observe is that files in /var/db, ...
2
votes
1answer
130 views
How should I install software from source so that I can make my configuration manageable and reproducible?
I work with a lot of scientific software on Linux distributions (normally Debian variants and Red Hat variants). In order to maximize performance and get access to the latest features, it's often ...
1
vote
3answers
282 views
What is an appropriate naming structure for storing application packages?
I need to determine an appropriate directory naming structure for a package management system. The original directory structure was not POSIX-compliant in any way and certainly not UNIX-style (you'll ...
6
votes
2answers
355 views
Which is the best practice when replacing a system binary?
I'm working on Mac OS X which is shipped with several binaries mostly located in /usr/bin/ and /usr/sbin/. Since it doesn't have a native package manager like some Linux distros, I got used to ...
43
votes
16answers
3k views
Where should I put software I compile myself?
I need to compile some software on my Fedora machine. Where's the best place to put it so not to interfere with the packaged software?