Features
- Open Source software, License GPL2
- Allows to View/Modify the packages in a MiKTeX Repository
- Though I did not test it on other platforms, it should be cross
platform. It is written in Python using the GTK+
toolkit
- It parses the MiKTeX for performance reasons
but the update, installation and removal of packages is performed
through calls to original MPM.
- Several options have been added to the command-line compared to
the original MPM
for convenience
Screenshots
Quick Start
Prerequisites
The MiKTeX Package Manager must be installed (with all its
dependencies)
- Python
- pygtk
- libglade
- gksu2
OPTIONAL: It will allow to run the program as user and
install and remove packages in a write-protected directory asking
the ROOT password at install time NOTE: gksu2 is currently
only available on CVS for gnome-python-extras
Installation
- Download the sources of the latest release
- Untar the sources and run the setup (--record option is
optional, but convenient if you want to uninstall later)
$> tar -xvzf gmpm-latest.tar.gz
$> cd gmpm-x.x.x
$> ./setup.py install --record installedfiles.txt
- The executable is called
gtkmpm.py
. Just type that
in a terminal to run the program. If you are on GNOME just look for the
entry in the Menu under Office.
- Later, if you want to remove the package, just run:
$> /usr/share/gmpm/gmpm-uninstall.py
Feedback
Just write me an email. My address is at the bottom of every
page.