Home > System Tutorial > LINUX > body text

How to install Linux programs without root permissions

王林
Release: 2024-01-13 15:27:05
forward
1269 people have browsed it

For some shared machines, we may not have root permissions, so it will be a little troublesome to install the program. In fact, as long as the relevant files are placed in their own directories, the root permission restrictions can be waived.

I installed libevent without root permissions. I just need to specify the installation path to my /home directory through prefix:

./configure --prefix=/home/*&&&/libevent --enable-shared

make

make install

make verify #libevent test, other installations may not have it.

The above is the detailed content of How to install Linux programs without root permissions. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!