Install curl & wget On FreeBSD

1.Run this command to Install curl.

$ sudo pkg install curl

Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
curl: 7.56.1
libnghttp2: 1.26.0
ca_root_nss: 3.32.1

Number of packages to be installed: 3

The process will require 5 MiB more space.
1 MiB to be downloaded.

Proceed with this action? [y/N]: y
[1/3] Fetching curl-7.56.1.txz: 100% 1 MiB 1.2MB/s 00:01
[2/3] Fetching libnghttp2-1.26.0.txz: 100% 104 KiB 106.3kB/s 00:01
Checking integrity... done (0 conflicting)
[1/3] Installing libnghttp2-1.26.0...
[1/3] Extracting libnghttp2-1.26.0: 100%
[2/3] Installing ca_root_nss-3.32.1...
Extracting ca_root_nss-3.32.1: 100%
[1/3] Installing curl-7.56.1...
[1/3] Extracting curl-7.56.1: 100%
Message from ca_root_nss-3.32.1:
********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

* /etc/ssl/cert.pem
* /usr/local/etc/ssl/cert.pem
* /usr/local/openssl/cert.pem

***************************************************************************


2.Run this command to Install wget.

$ sudo pkg install wget

Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 3 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
wget: 1.19.2
libidn2: 2.0.4
libunistring: 0.9.7

Number of packages to be installed: 3

The process will require 8 MiB more space.
625 KiB to be downloaded.

Proceed with this action? [y/N]: y
[1/3] Fetching wget-1.19.2.txz: 100% 625 KiB 640.2kB/s 00:01
Checking integrity... done (0 conflicting)
[1/3] Installing libunistring-0.9.7...
Extracting libunistring-0.9.7: 100%
[1/3] Installing libidn2-2.0.4...
Extracting libidn2-2.0.4: 100%
[1/3] Installing wget-1.19.2...
Extracting wget-1.19.2: 100%

Comments

Popular posts from this blog

Python3 + Django + uWSGI + Nginx On FreeBSD

arduino最小構成 (atmega328/8MHz/3.3V/内部クロック)FT232RLにてブートローダーの書き込み

FreeBSD: Configuring Apache to permit CGI