|
Project Information
Featured
Downloads
Links
|
Rudix is a collection of Unix software packages for OS X Lion (plus Snow Leopard). Here’s why you should use it:
InstallDownload the Rudix package manager available in Featured section (look at the left-side ;). Double-click in the package to start the installation and follow the instructions. Bootstrapping Rudix with help of command line is possible, open a Terminal and type: curl -O http://rudix.googlecode.com/hg/Ports/rudix/rudix.py sudo python rudix.py install rudix or compressed in one-line: curl http://rudix.googlecode.com/hg/Ports/rudix/rudix.py | sudo python - install rudix You will be probably asked for administrator password. Now you can use Rudix package manager to install other packages. Usagerudix - List all packages installed. Example: rudix org.rudix.pkg.rudix org.rudix.pkg.erlang org.rudix.pkg.wget org.rudix.pkg.ncftp sudo rudix install PACKAGE - Download and install PACKAGE. Example: sudo rudix install pip Downloading rudix.googlecode.com/files/pip-1.1-0.pkg ######################################################################## 100,0% installer: Package name is pip 1.1 installer: Installing at base path / installer: The install was successful. All done sudo rudix remove PACKAGE - Remove PACKAGE. Example: sudo rudix remove pip Forgot package 'org.rudix.pkg.pip' on '/'. For more information, see Usage. |