Pacman 2.097

Introduction

Pacman is a package manager. With Pacman, you can transparently fetch, install and update software packages. The packages can be any mix of tarballs rpm or other types. The advantage of using pacman is that all the annoying details of doing this, such as:

are taken care of for you.

Ideally, if something in this procedure doesn't work, you get to complain to the person who setup the "software cache" rather than fixing it yourself. That way, if a problem comes up, it can get solved once rather than forcing everyone to fix it individually.

Getting Started

To use Pacman, you need a unix system and Pacman will also insist upon Python 1.5.2 or later. Given this, just unzip and untar the pacman-XXX.tar.gz file, cd into the directory containing README and source the file setup.csh or setup.sh depending on your shell. You're now ready to try the tutorials.

  1. Tutorial: Getting Some Software
  2. Tutorial: Making your own "caches"
  3. Pacman File Syntax
  4. Recognizing Natively Installed Software
  5. Being a Cache Manager
  6. FAQ
  7. Release Notes

Pacman was written by Saul Youssef. It's being further developed and supported by Saul Youssef and Alain Roy. You may freely use Pacman but may not redistribute it without Saul's permission. Feel free to contact us if you have problems or comments.


Pacman Home