pkgx icon indicating copy to clipboard operation
pkgx copied to clipboard

the last thing you’ll install

Results 137 pkgx issues
Sort by recently updated
recently updated
newest added

Since `pkgx install` is simply [checking if the user has permissions](https://github.com/pkgxdev/pkgx/blob/ba219daa68404f4dc6206ffce43f37d5ca25386f/src/modes/install.ts#L10) to write to `/usr/local` it has a very confusing behavior. When there are more than one users in the...

```console pkgx install [email protected] ``` Should install `python3` and `python3.11`, but in fact it installs only `python`. Refs https://github.com/pkgxdev/pkgx/pull/1000

I believe it should download the pantry on the fly. ``` ❯ docker run --rm -it --entrypoint= ghcr.io/felipecrs/devcontainer:2 pkgx uninstall volta × pantry error pantry not found: /home/devcontainer/.local/share/pkgx/pantry/projects │ ╰─➤...

I've twice in the past two weeks had the case where it seems like the pkgx environment loses track of a dependency. I've captured the output below, for this issue...

I noticed this problem when trying to uninstall Python: ![image](https://github.com/pkgxdev/pkgx/assets/29582865/7ab93b34-c2d3-42ca-bbbd-ddc81dff927d) Obviously, the source problem is something else that should be fixed. But nevertheless, the stubs should be protected. There may...

size:XS

after updating to `1.2.0` im getting this error for whaterver im trying to run: ```bash ➜ ~ pkgx deno --version × unexpected error attempt to write a readonly database │...

This doesn't matter much for some tools, but for others that are invoked a lot such as eg. C compilers in a large build, or `protoc`+plugins with a large number...