| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
idea is to avoid installing software matching too often (e.g. installing the 'unzip' package which is in >9k packages)
it might be a good idea to just use the first package if only one is found
|
|
|
|
|
| |
using the full path now in retiolum
using fallback for different ose
|
| |
|
|
|
|
|
| |
punani uses apt-file now correctly, command is apt-file search -l -x /FILE$
this will find ONLY the file with the full given name
|
|
|
|
| |
add install command
|
|
|
|
|
| |
stderr redirection results in the shadowing of "Proceed with installation? [Y/n]"
leading to total trolling of the user which then most likely will wait forever
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
releases covers a way to guess the release of the distro
|
|
|
|
|
| |
handle_system is now the function which does the right thing for all distro
specific stuff
|
|
|
|
|
|
| |
punani is now able to search for packages via files and packages in debian-based
and arch-based systems.
Fix bug in punani godmode
|
|
|