-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.deb files #324
Comments
I second that... and I would add some points:
extracting the versions might be tricky, the version usually follows debian rules, but... btw. AppImages could also be added from such urls |
Hi folks. Sorry for the really long delay in responding to that thread. @hg42 your suggestion would fit as a separate issue. |
I added it here, because the title is quite general and my points are closely related (e.g. files from urls) and the implementation should probably consider all the aspects. E.g. a deb from a file or an url is basically the same when it comes to installation. Btw. lately, there is also makedeb, a kind of AUR for Debian, though these also seem to be available precompiled via apt repositories, at least I didn't find a need to install one from scratch, yet. On Debian derivates you would probably not want to manage any packages from repositories. The apt system can much better manage dependencies, pinning, priorities, etc. And the number of installed system packages (thousands) makes other types unusable. But there is a need for management/updates of deb packages not available in repositories. AppImages are usually complete, flatpaks are a bit like containers (a few layers), but debs have a fine grained dependency tree that can trigger lots of changes or conflicts. |
hi,
I'm on Ubuntu 20.04. Is it correct that software installed via the CLI with "apt-get install" are added to the gauh overview of installed packages (when aptitude is installed), but that .deb that are downloaded and double-clicked to install are not? If so, I would like to make a feature request for enabling somehow to load .deb files from Bauh (like .appimage files) and/or that when you double-click a downloaded .deb file that you get the option to install it via Bauh.
thanks
Rik
The text was updated successfully, but these errors were encountered: