
Originally Posted by
tsu2
FYI -
Sometime after my last post (June 2020?)
I was able to get Termux to install openSUSE on my phone, but all it did was boot up.
Was pretty much broken.
Bottom line is I didn't immediately identify an installation problem but the image I installed (I've forgotten which but was likely the one identified earlier in this Forum thread) wasn't functional and I didn't try to look further if the problem is the image itself or how the image is supposed to run.
Sorry that I had to remove the experiment immediately, it uses up an enormous amount of space on a phone... And if something that big isn't working, it affects what's available for everything else that's installed and running.
TSU
Hi @TSU,
I have created scripts for aarch64 that allow you to install and run Leap 15.2 and Tumbleweed. Patches for Yast2 and Zypper are included. I don't think you can use systemd commands due to limitations of Android/proot.
Leap 15.2
Code:
pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/radumamy/Termux-openSUSE/master/Scripts/Installer/openSUSE/Leap/opensuse-leap.sh && bash opensuse-leap.sh
Tumbleweed
Code:
pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/radumamy/Termux-openSUSE/master/Scripts/Installer/openSUSE/Tumbleweed/opensuse-tumbleweed.sh && bash opensuse-tumbleweed.sh
Once installed you can login and install VNC server to use XFCE4 Desktop Environment.
Code:
wget https://raw.githubusercontent.com/radumamy/Termux-openSUSE/master/Scripts/Installer/openSUSE/vnc-server.sh && bash vnc-server.sh
I'll do my best to sort out most things.
Thank you.