QUOTE
Originally posted by dev0
/usr/local/bin would be even a bit saver, since /usr/bin is primary for packages (RPMs) / stuff installed by the distribution...
dev0
There is nothing that makes it 'safer' to have stuff in /usr/local/bin instead of /usr/bin that is related to packages.
A good reason to have them in /usr/local/bin instead of /usr/bin is to prevent root from running them, because that might be a security risk (if Frank Klemm decides to go for total world domination or so and needs control of your computer to accomplish that goal).
The packaging systems won't be affected by the location of where you copy the files to.
Edit: Hmm, ok, if there already is a program installed that is also named mpcenc, you're right - you could overwrite it. Not too damn likely though, moreover, in that case installing it either way won't work as expected.
--
GCP