Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/pimp-my-debian
a Debian annoyment reliever that automagically installs any Perl module you might need
https://github.com/cosimo/pimp-my-debian
Last synced: 10 days ago
JSON representation
a Debian annoyment reliever that automagically installs any Perl module you might need
- Host: GitHub
- URL: https://github.com/cosimo/pimp-my-debian
- Owner: cosimo
- Created: 2010-04-29T14:16:09.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-05-01T13:55:06.000Z (over 14 years ago)
- Last Synced: 2023-04-21T10:38:36.682Z (over 1 year ago)
- Homepage:
- Size: 147 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Pimp my Debian
==============Awesome Debian annoyment reliever.
Retries a command until all the perl dependencies are met.Usage:
./pimp-my-debian --command 'perl myscript'
If the output of such a command is something like:
Can't locate Foo/Bar.pm in @INC...
or:
Base class package "Foo::Bar" is empty...
Then this script is what you need.
It will try to autodetect dependencies and annoy the debian
packaging system to death until:1) your command succeeds
or:
2) there's no available dependency to be installed
Lots of cool ideas could be added to this little beast.
[email protected], 29/04/2010