moon icon indicating copy to clipboard operation
moon copied to clipboard

[feature] Install system packages

Open prabirshrestha opened this issue 2 years ago • 1 comments
trafficstars

I'm trying my existing project in a new machine and wasn't able to build the rust project as it was missing libclang which is a system package. This is required to build rocksdb in rust.

Would be great if there was a mechanim to install system packages. I'm primarily interested in ArchLinux's pacman and paru.

This usually needs sudo permission.

prabirshrestha avatar Sep 12 '23 07:09 prabirshrestha

This kind of feature has definitely been on my roadmap since v0 days. I have some ideas on how to do it, but it's a bit complicated since each OS has many different ways to "install system packages".

In proto, I'm working on a "build from source" approach, which would have similar functionality. I plan to share the code between the 2.

milesj avatar Sep 13 '23 22:09 milesj