This module contains the functions to install, update and remove packages.
Raised by linstall() when trying to install a package built for another operating system and/or processor.
Deprecated since version 0.2: Use install() instead.
This function is deprecated and currently links to install(), but it’ll be eventually removed.
New in version 0.3: Replacing linstall().
Install a package from a local file archive file. package must be the file name (foo.pkg.tar.bz2, if the package is foo):
Exceptions:
Uninstall an installed package. Will remove all the files copyied during the install and its entry in the package database. Will raise DependencyError when you are removing a package required for another one (if this package isn’t in ignore).