You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
Hi, I just stumbled upon this because you starred one of my repos. This sounds amazing. Even though I personally don't need to install debs without root permissions, I guess this could be essentially used as a lightweight container for almost any deb package, right? And I guess it could even be used to contain changes to the user's homedir by not passing it through, right?
That could be very useful for testing new packages, or testing upgrades of existing ones. Am I right that this would, for example, allow you to install a package from another archive and upgrade its dependencies too? For example, you're on Jessie, want to install something from Testing, but it needs a bunch of dependencies from Testing, and you aren't sure how well that will go, so you use this to essentially dry-run the operation before running it for real.
It just sounds amazing, and it seems so simple too--well, other than the patching that you obviously spent many hours figuring out. :)
Hi, I just stumbled upon this because you starred one of my repos. This sounds amazing. Even though I personally don't need to install debs without root permissions, I guess this could be essentially used as a lightweight container for almost any deb package, right? And I guess it could even be used to contain changes to the user's homedir by not passing it through, right?
That could be very useful for testing new packages, or testing upgrades of existing ones. Am I right that this would, for example, allow you to install a package from another archive and upgrade its dependencies too? For example, you're on Jessie, want to install something from Testing, but it needs a bunch of dependencies from Testing, and you aren't sure how well that will go, so you use this to essentially dry-run the operation before running it for real.
It just sounds amazing, and it seems so simple too--well, other than the patching that you obviously spent many hours figuring out. :)