Is there a local package manager for temporary user installs?

0
1
Asked By CuriousCoder42 On

I'm looking to create a new temporary user and set up a rice (desktop customization), but I want to avoid installing packages globally so my system doesn't get cluttered. Are there any local package managers that can install to ~/.local/bin? I know tools like pipx, cargo, and npm are available, but they don't have extensive repositories. I'm specifically interested in something that can access the main Arch repositories or similar. Any suggestions?

2 Answers

Answered By TechWizard39 On

Typically, package managers are designed to install globally. However, you could check out Distrobox; it allows you to install applications from any distro. For console apps, Homebrew might work too!

CuriousCoder42 -

I didn't realize Homebrew worked on Linux! But I'm looking for something that has a broader range like the Arch repos. It might be easier to create my own setup with bash and git.

CodeGuru88 -

Adding Nix to the options could be a good idea, as it supports a lot of different packages.

Answered By LinuxLover77 On

Make sure to mention your specific distro and any relevant hardware details when asking for help; it really helps others assist you better!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.