install the deb-package, e.g. using the Terminal command$ sudo apt install <path-to-smartgit-deb-file> 例如:sudo apt install ./sougou.debon newer Linux versions or using$ sudo dpkg -i <path-to-smartgit-deb-file>$ sudo apt-get install -fon ol
ubuntu安装greenplum的过程中有两个比较难找的包,特地写出来给大家分享一下: 错误提示1:configure: error: header file <ldap.h> is required for LDAP 解决:sudo apt-get install libldap2-dev 错误提示2:checking for curl-config... no *** The curl-config script could not be found. Make sure i
ubuntu 安装 tar.gz 文件 本文链接:https://blog.csdn.net/caloriesung/article/details/81536144 tar zxvf FileName.tar.gz cd FileName ./configure make sudo make install