Configure Error: No acceptable C compiler found in $PATH (gcc/cc/clang missing)
sudo apt-get update
sudo apt-get install build-essential
wget https://www.sudo.ws/dist/sudo-1.9.9.tar.gz
tar -zxvf sudo-1.9.9.tar.gz
cd sudo-1.9.9
./configure
make
sudo make installPreviousUpdate php.ini to increase upload_max_filesize and post_max_size limitsNextAPT Error: Unable to acquire /var/lib/dpkg/lock-frontend lock (another process using it)
Last updated