文本浏览器有时候也挺方便;
下载:wget http://invisible-mirror.net/archives/lynx/tarballs/lynx2.8.8rel.2.tar.gz
解压:tar zxvf lynx2.8.8rel.2.tar.gz -C ./
cd lynx2-8-8
./configure && make && make install
如果需要访问https那么是 ./configure --with-ssl
如果报错No curses header-files found
那么就先解决 ncurses:
wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-6.0.tar.gz
tar zxvf ncurses-6.0.tar.gz -C ./
cd ncurses-6.0
./configure && make && make install
然后编译安装lynx