Ports On OpenBSD
Author: Abdul Aziz
2
Jun
Download Packages Ports
#ftp ftp://ftp.openbsd.org/pub/OpenBSD/3.9/ports.tar.gz
#mv ports.tar.gz /usr
#cd /usr
#tar -xzf ports.tar.gz
beberapa cmd yg gue ketahui :
- make search key=keyword : untuk mencari paket
- make fetch : download paket tarball yang ingin install
- make extract : download paket tarball (kalau belum ada)
- make build / make : download tarball, ngextract, dan ngekompilenya dengan konfigurasi default
- make install : download tarball, ngextract, ngekompile & nge-install pada sistem
- make install clean : sama seperti ‘make install’ tapi ditambahin ‘clean’ untuk menghapus direktori work untuk menghemat space hdd.
ah segitu dulu ah..
dah malem mo pulang.. dahhhh
One Response for "Ports On OpenBSD"
Leave a reply