Horje
Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user Code Example
Cannot install, php_dir for channel "pecl.php.net" is not writeable by the current user
#One liner
sudo chown $(whoami) $(pecl config-get php_dir)

#Find out where the php_dir is
pecl config-get php_dir

#You can either change ownership
sudo chown <username> <php_dir>

#or Set the php_dir to a different folder
pecl config-set php_dir /path/to/new/dir





Shell

Related
mount network drive from windows wsl ubuntu Code Example mount network drive from windows wsl ubuntu Code Example
pip install scikit-image         print('Error in generated code:', file=sys.stderr) Code Example pip install scikit-image print('Error in generated code:', file=sys.stderr) Code Example
ubuntu reset to default dash Code Example ubuntu reset to default dash Code Example
copy all in a folder here command terminal Code Example copy all in a folder here command terminal Code Example
decrypt user password linux Code Example decrypt user password linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9