Page 1 of 1

rasp-get: raspi software manager

Posted: Thu May 01, 2014 2:25 pm
by socialdefect
Rasp-get is a simple wrapper script for those that are not too familiar with the different Linux package management systems like apt-get, pacman and yum. rasp-get provides you with a single command and syntax to rule them all.

Usage:
rasp-get [Action] [FileName(s) or Path on which to execute the action]

Action: (Alias:) Description:
install Install a package or a list of packages
remove (uninstall) Remove a package or a list of packages
localinstall (installpkg) Install a local package or port
wwwinstall Download package from url and perform a localinstall
sync Refresh the configured repositories
upgrade Update all upgradable packages
search Search the repositories for a package
clean Clean the download cache
depclean Remove and clean orphaned packages
help (--help) (-h) Show this help text

Downloads:

For now the only way to obtain rasp-get is by grabbing the sources using GIT or download a zip archive.

Code: Select all

git clone https://github.com/socialdefect/rasp-get.git
Install:

Code: Select all

cd rasp-get
sudo cp raspget.sh /usr/local/bin/rasp-get
sudo mkdir /etc/rasp-get
sudo cp *.functions rasp-get.conf /etc/rasp-get/
The script will attempt to auto configure. If this fails edit /etc/rasp-get/rasp-get.conf manually or create a new .function file for unsupported distro's.