Added on 16th Jun, 2009, Comments: 0
To install a package in Slackware we can use installpkg, and for upgrade we can use upgradepkg. While installing a package it will not check for dependencies.
#!sh_sh
installpkg <packagename>
upgradepkg <packagename>
removepkg <packagename>
http://aravindavk.in/blog/slackbuild_emacs_cvs
