💻 Software
Proper way to build from sources
Fresh5 days ago
Mar 15, 202623856 viewsConfidence Score0%
0%
Problem
I am logged in as a regular user. Should I use: or or when installing packages. And could someone explain the differences. I want all users to be able to use it.
Error Output
./configure && make && make install
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Proper way to build from sources
Low Risk
Your 3rd version is correct, . Make and configure can be done as a normal user since you aren't trying to write files in a system directory, will often try to copy the binaries to /usr/bin or /bin which requires root access to write.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix