# download OpenPKG bootstrap source shell package $ wget \ # build OpenPKG instance sh openpkg-*.src.sh \ --prefix=/openpkg --tag=openpkg \ --user=openpkg --group=openpkg sh openpkg-*-openpkg.sh # register instance to access additional packages openpkg register \ --user= # build and install Apache and Lynx /openpkg/bin/openpkg build \ -D apache::with_mod_ssl apache lynx | sh # start Apache and test with Lynx /openpkg/bin/openpkg rc apache start /openpkg/bin/lynx http://localhost/ # stop Apache and erase OpenPKG instance /openpkg/bin/openpkg rc apache stop /openpkg/bin/openpkg rpm \ -e `/openpkg/bin/openpkg rpm -qa` # remove downloaded and generated package files rm -rf /openpkg rm -f openpkg-*.src.shFor a more detailed step-by-step guideline on how to drive OpenPKG