FreeBSD に wget をインストールしてみた

| コメント(0)
コマンド一発ですw
package の場合
# pkg_add -r wget
ports の場合
# cd /usr/ports/ftp/wget
# make
# make install

コメントする