Pipetto-crypto / Chroot-Docs

Some documentation for my chroot setup
GNU General Public License v3.0
11 stars 1 forks source link

I have problem with termux-x11 #4

Open namyunseong97 opened 1 year ago

namyunseong97 commented 1 year ago

Screenshot_2022-10-10-14-48-21-1128443065

  1. xwayland cannot be install with sudo. Screenshot_2022-10-10-14-47-25-0387172158
  2. termux-x11 isnt included in termux repo.
Pipetto-crypto commented 1 year ago

Have you followed the guide in termux-x11 folder?

pkg install x11-repo pkg install termux-x11 xwayland

Then inside the chroot, not in termux you need to do: sudo apt install xwayland

https://udroid-rc.gitbook.io/udroid-wiki/udroid-landing/quick-installation-and-usage/setting-up-gui/termux-x11

Follow this step by step up to the "Setting termux is done" line

namyunseong97 commented 1 year ago

Yes. I installed with the guide. As you can see in image #2, It shows that "unable to locate package termux-x11" when I tried to install with "pkg install termux-x11 xwayland"

Pipetto-crypto commented 1 year ago

Yes. I installed with the guide. As you can see in image #2, It shows that "unable to locate package termux-x11" when I tried to install with "pkg install termux-x11 xwayland"

Did you install the termux-x11 deb from the guide I posted. Can you run termux-x11 command and see if it finds it?

namyunseong97 commented 1 year ago

Yes. I already installed termux-x11.deb with dpkg. but It can't be installed with "pkg install termux-x11"

Pipetto-crypto commented 1 year ago

Yes. I already installed termux-x11.deb with dpkg. but It can't be installed with "pkg install termux-x11"

It seems they removed termux-x11 from the repo and now only way to get it is to install it with that deb. Try to run termux-x11 command and see if it's there

namyunseong97 commented 1 year ago

ah. okay. thank you for your help. and have a nice day.