this post was submitted on 02 Oct 2023
414 points (94.0% liked)

linuxmemes

20762 readers
1465 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
414
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 31 points 11 months ago* (last edited 11 months ago) (3 children)

Distrobox is your friend. Me, I like an immutable OS (kinoite) but I still want the AUR...

distrobox-create --name arch --image archlinux:latest
distrobox enter arch
install yay as normal
yay -S vscodium
distrobox-export --app vscodium
yay exa
distrobox-export --bin /usr/sbin/exa
exit [back to kinoite]
exa [works]
vscodium [works, has icon in application launcher]

Try it, you might like it !

[โ€“] [email protected] 8 points 11 months ago

Also great when you get some software as a deb for old Ubuntu and don't want the trouble of manually making it work on a new system. Just make an old Ubuntu distrobox.

load more comments (2 replies)