Posted On March 28, 2019

PKGSRC

kimconnect 0 comments
blog.KimConnect.com >> Linux >> PKGSRC
wget ftp://ftp.netbsd.org/pub/pkgsrc/stable/pkgsrc.tar.gz
mkdir ~/usr
tar -xzvf pkgsrc.tar.gz -C ~/usr
~/usr/pkgsrc/bootstrap/bootstrap –unprivileged
# for permanence, put /usr/pkg & /usr/pkg/bin shell RC script
~/usr/pkg/bin/pkgin search vim
~/usr/pkg/bin/pkgin install vim
~/usr/pkg/bin/vim
# to remove vim
~/usr/pkg/bin/pk_delete vim

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

CentOS 5.1 Server Setup Notes

CentOS 5.1 Server Setup: LAMP, Email, DNS, FTP, ISPConfig (a.k.a. The Perfect Server) This tutorial…

Manual Compile of NGINX on CentOS 7

Summary:Normal NGINX that has been installed from repositories does not forward raw TCP packets. Since…

How to Run OpenMediaVault with Pass-through Disks in VMWare ESXi

Assumptions: 1. The ESXi host in this lab is available with three (3) 1TB hard…