Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 451 Bytes

ports.md

File metadata and controls

22 lines (19 loc) · 451 Bytes

Logo

Memasang paket melalui Ports/Portsnap catatan hasil belajar FreeBSD support versi terbaru atau belum EOL

  1. Setup the Ports Collection:
cd /usr/ports/

portsnap fetch extract
portsnap fetch update
  1. Navigating the Ports Collection https://www.freebsd.org/ports/
cd /usr/ports/ssh
  1. Installing the Port
make install clean