Displaying 2 results from an estimated 2 matches for "pkgin".
Did you mean:
pkg_n
2014 Jul 11
0
New binary package set for EL6 x86_64
...ck the bootstrap kit:
$ curl -s http://pkgsrc.joyent.com/packages/Linux/bootstrap/bootstrap-2014Q2-el6-x86_64.tar.gz | sudo tar -zxpf - -C /
Packages are self-contained under the /usr/pkg prefix:
$ PATH=$PATH:/usr/pkg/sbin:/usr/pkg/bin
$ MANPATH=$MANPATH:/usr/pkg/man
Included is the "pkgin" binary package manager, which has been
designed to operate similar to yum/apt-get:
# Fetch latest database
$ sudo pkgin update
# Search for a package
$ pkgin search tmux
# Install it
$ sudo pkgin install tmux
# See what is available
$ pkgin avail | less
Further details an...
2012 Oct 03
5
is_virtual selector
I too have been pushed into Puppet 3.0. Clients and PuppetMaster are now
at 3.0.0. Not sure if this is a version change or syntax error that I am
experiencing. We''ll use ''ntp'' as the example and the "build" host is a VM.
The old way:
class baseline::ntpd {
package { "ntp":
ensure => $virtual ? {
physical => present,