created : 2010-02-06 updated : 2010-02-06 This section describe the installation procedures of some nice to have package.
Wget-1.10.2
The Wget package contains a utility useful for non-interactive downloading of files from the Web. Package Information ‧ Download (HTTP): http://ftp.gnu.org/gnu/wget/wget-1.10.2.tar.gz ‧ Download MD5 sum: 795fefbb7099f93e2d346b026785c4b8 ‧ Download size: 1.2 MB ‧ Estimated disk space required: 8.7 MB ‧ Estimated build time: 0.1 SBU Wget Dependencies Optional OpenSSL-0.9.8g and Dante Unpack source :
cd /blfs tar xvf wget-1.10.2.tar.gz cd wget-1.10.2 Build and install : time { ./configure --prefix=/usr --sysconfdir=/etc && make && make install ; } real 1m50.941s user 0m14.085s sys 1m25.529s Config Files : /etc/wgetrc and ~/.wgetrc Screen-4.0.3
Screen is a terminal multiplexor that runs several separate processes, typically interactive shells, on a single physical
character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions and also provides configurable input and output translation, serial port support, configurable logging, multi-user support, and many character encodings, including UTF-8. Screen sessions can be detached and resumed later on a different terminal. ‧ Download (HTTP): http://ftp.uni-erlangen.de/pub/utilities/screen/screen-4.0.3.tar.gz ‧ Download MD5 sum: 8506fd205028a96c741e4037de6e3c42 ‧ Download size: 821 KB ‧ Estimated disk space required: 5.8 MB ‧ Estimated build time: 0.2 SBU Screen Dependencies Optional Linux-PAM-0.99.10.0 Unpack source :
cd /blfs tar xvf screen-4.0.3.tar.gz cd screen-4.0.3 Build and install :
time { ./configure --prefix=/usr --with-socket-dir=/var/run/screen \ --with-sys-screenrc=/etc/screenrc && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* && make && make install && install -m 644 etc/etcscreenrc /etc/screenrc ; } real 1m18.622s user 0m10.569s sys 1m3.048s Config Files
/etc/screenrc and ~/.screenrc End |
BLFS >