Git User

Results 158 comments of Git User

@Randrianasulu Using wildcards with dpkg won't result in proper installation order of dependencies.

`pkg install ./*.deb` is more correct variant as it would pass debs to `apt` and it would handle correct installation order. However yes, it looks like `python` was built with...

@licy183 Looks good, tested few modules and can't find issues.

How are you starting your proot environment? Is `--link2symlink` option added to proot command line?

Hard to say what is that. I can't reproduce it anymore. Note that all packages are up-to-date and `zsh` seems was ~~updated~~ rebuilt recently.

Can reproduce only in Termux. If connect from laptop to Termux over SSH and try to perform steps to reproduce, everything is fine. However for some reason issue is partial...

Perhaps ELF section `.note.go.buildid` was stripped in your binary.

They all have compatibility issues. For example Nix doesn't work without `proot`, some information there: https://github.com/t184256/nix-on-droid#technical-overview. Guix is similar to Nix in idea of managing file system though is implemented...

Do packages still rely on standard paths like /bin, /var, /etc? If not, then proot is not needed.

You can already do this by picking some theme and then editing `~/.termux/colors.properties` file.