Posts

Showing posts from December, 2009

[Ubuntu] Ubuntu 9.10 compiler

Ubuntu 9.10 下complier Android 會有一些問題 gcc好像要安裝3的版本,先移除4的版本,再來按下下列指令 ./Configure ./config make install --prefix=/home/jay/tmp vi INSTALL make test ./config --prefix=/home/jay/tmp --openssldir=/home/jay/tmp_openssl make install

[Linux] Application Unistall

如何用指令反安裝application 假如我要反安裝Adobe AIR,我必須先知道AIR在Linux安裝的名子 所以先Search名子 apt-cache search air 結果找到adobeair - Adobe AIR,所以使用adobeair字串來反安裝 apt-get autoremove adobeair 即可反安裝