Some thing about Ubuntu
Alt + F2 equals Win+R in windows
Enter terminal can open the Terminal directly.
cd FloderName for enter specified floder
cd .. back to the upper level directory
sudo add this before you command will run the command with root
su root switch to root
sudo apt-get install git-core install git in ubuntun
./configure Error confronted!
===
Error: zlib check failed
Make sure to have the zlib libs and headers installed.
===
sudo apt-get install zlib1g-dev
then ./configure again , a large amount of info were display but Access Denied also mention
we should used sudo ./configure
then sudo make
the peocess cost me alot of time and I don’t know why
Finally sudo make install if only make install will echo Permission Denied.
Enable Root User In Ubuntu
Ubuntu Tips: How To Enable Root User ( Super User ) in Ubuntu