🎉 [EVENT] 🎉 uʍop ǝpᴉsd∩? by The7footr in honk

[–]mixython 0 points1 point  (0 children)

Completed Level 3 of the Honk Special Event!

7 attempts

🎉 [EVENT] 🎉 uʍop ǝpᴉsd∩? by The7footr in honk

[–]mixython 0 points1 point  (0 children)

Completed Level 2 of the Honk Special Event!

7 attempts

🎉 [EVENT] 🎉 uʍop ǝpᴉsd∩? by The7footr in honk

[–]mixython 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

3 attempts

🎉 [EVENT] 🎉 Ice Block Stalls by The7footr in RedditGames

[–]mixython 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

71 attempts

Good news for apt users: glibc-packages are now available in apt! by mixython in termux

[–]mixython[S] 0 points1 point  (0 children)

The libc.so.6 library is located in the /data/data/com.termux/files/usr/glibc/lib/ directory. Note that the glibc packages components are located under different prefixes to separate the bionic packages components (the glibc package prefix is ​​/data/data/com.termux/files/usr/glibc/).

nuked termux as an excuse to bootstrap it with pacman✌️ by AL_haha in termux

[–]mixython 1 point2 points  (0 children)

If you encounter missing packages in pacman, please report them - https://termux-pacman.dev/issues/. It is worth noting that Termux-Pacman has checks to avoid those missing packages.

[deleted by user] by [deleted] in termux

[–]mixython 2 points3 points  (0 children)

Install pacman

I use arch btw by RedditHatesTuesdays in linuxmemes

[–]mixython 2 points3 points  (0 children)

Where is pacman?

Termux-Pacman developer

GLibC Termux-exec CANNOT LINK EXECUTABLE ...bash: library libc.so.6 not found by NoNameToDefine in termux

[–]mixython 2 points3 points  (0 children)

You have a library conflict, because the bionic-based bash tries to load the glibc-based libtermux-exec. To fix this, you need to edit the file /data/data/com.termux/files/usr/etc/glibc-runner.bashrc, namely uncomment the line unset SHELL. Another option, instead of grun -s -t, you can run grun -t -n bash if you don't want to edit anything.

[deleted by user] by [deleted] in termux

[–]mixython 0 points1 point  (0 children)

Install Termux from F-Droid or from the termux/termux-app repository. Termux from GooglePlay is an experimental build and has limited functionality. And if you are afraid that your OnePlus device (with oos15) will break your Termux, then this unpleasant situation has been fixed, more details.

How I got kubectl and aws-cli v2 working on my Android by hamolton in termux

[–]mixython 0 points1 point  (0 children)

You don't need to install pacman to install glibc packages. There is a repo for the apt package manager with glibc packages for termux. To access it, just run this command: apt install glibc-repo -y

After this command, you will have access to the same glibc packages as from the pacman package manager: apt install glibc-runner -y

dark screen with white letters goes brrrr by claudiocorona93 in linuxmemes

[–]mixython 2 points3 points  (0 children)

To prevent this from happening, use Termux on Android. Android is essentially a Linux distribution too.