Some packages, like Adobe Reader and NetBeans, allow installation to /opt
folder for global use. However, what should I do to install regular applications to the /opt
folder?
Do I have an option to install applications in any folder I want like Windows?
--prefix
option with./configure
.As a rules of thumb though: Files needed for booting go in /bin and /sbin.
– Hennes Apr 07 '13 at 10:59Files from the distribution go in /usr/bin and /usr/sbin. User maintained files go in /usr/local or /opt.
/opt
for applications that don't normally install there? – Apr 07 '13 at 11:04