Monday, September 14, 2015

Install bash_completion on Solaris 10 and 11:
pkgadd -d http://get.opencsw.org/now
/opt/csw/bin/pkgutil -U
/opt/csw/bin/pkgutil -y -i bash_completion 
/usr/sbin/pkgchk -L CSWbashcmplt # list files

Package details

Catalognamebash_completion
SVR4 package nameCSWbashcmplt
DescriptionProgrammable completion for bash
Version2.1,REV=2014.04.21
Source URLhttp://bash-completion.alioth.debian.org/files/
Package Sourceshttps://chninkel/Makefile (SourceForgeOpenGrok)
QA pageGo to bash_completion QA page
Last Uploaded ByYann Rouillard
Contact maintainer
BugtrackerView bugs about bash_completion
View files in package

No comments:

Post a Comment

Linux Tables: Block All Incoming Traffic But Allow SSH

  This is very common scenario. You want to permit access to a remote machine only by SSH. You would like to block all incoming traffic to y...