Benjamin-Loison / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
0 stars 0 forks source link

[Feature]: Cannot follow FHS? #28

Open Benjamin-Loison opened 2 months ago

Benjamin-Loison commented 2 months ago

Feature description

Termux does not follow Filesystem Hierarchy Standard

If you still need a classical Linux file system layout for some reason, you may try to use termux-chroot from package 'proot':

$ pkg install proot
$ termux-chroot
$ ls /usr
bin  doc  etc  include    lib  libexec  share  tmp  var

The termux-chroot utility may be very helpful if you use custom software that requires standard paths like /tmp, /etc, /usr to be available.

Source: https://wiki.termux.com/index.php?title=Differences_from_Linux&oldid=6506

Additional information

Not read.

Benjamin-Loison commented 2 months ago

Do softwares not interacting with files require to be compiled for Termux? Maybe as the software itself rely on expected location dependencies.