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

Dynamics NFS Provisioning in Kubernetes Cluster

Step 1: Creating NFS Server A. Create NFS Share on File ServerThere are many ways…

How To Configure Greylog Client on CentOS 8 Linux

Step 1: Access http://[your-graylog-server]:[portNumber]/system/inputs to obtain this info such as show in this example: Syslog_UDP…

Git / Github / Gitlab

1. Install Git/Github/Gitlab This utility enables cloning of source codes to the local machine, among…