Should i use sudo when doing ./configure;make;make install?

amfzn

New Member
Joined
Mar 30, 2021
Messages
8
Reaction score
1
Credits
106
Hello, not being logged-in as a root, but as a regular user who is in sudoers.
Should i prefix the ./autogen.sh, ./configure, make, make install
commands by "sudo"?
or this can be security problem. I rather trust the developer of the SW.
 


Oldhabbits

Active Member
Joined
May 24, 2021
Messages
103
Reaction score
68
Credits
717
Hi there, use ./autogen.sh, ./configure and make as your normal user, but prefix "make install" with sudo to install the program files to /usr/local (which is root-owned).
Greetz, Eddy
 

Members online


Top