EXALAB / AnLinux-App

AnLinux allow you to run Linux on Android without root access.
Apache License 2.0
1.63k stars 240 forks source link

start-vncserver and stop-vncserver do not exist. #376

Closed RokeJulianLockhart closed 1 year ago

RokeJulianLockhart commented 2 years ago

typescript

Welcome to Termux!

Community forum: https://termux.com/community
Gitter chat:     https://gitter.im/termux/termux
IRC channel:     #termux on libera.chat

Working with packages:

 * Search packages:   pkg search <query>
 * Install a package: pkg install <package>
 * Upgrade packages:  pkg upgrade

Subscribing to additional repositories:

 * Root:     pkg install root-repo
 * X11:      pkg install x11-repo

Report issues at https://termux.com/issues

~ $ script -a
Script started, output log file is 'typescript'.
~ $ pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Fedora/fedora.sh && bash fedora.sh
yum install wget -y && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/SSH/Yum/ssh-yum.sh && bash ssh-yum.sh
wget https://github.com/EXALAB/Anlinux-Resources/raw/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh && bash de-yum-kde.sh
Testing the available mirrors:
[*] https://packages-cf.termux.org/apt/termux-main: ok
[*] https://deb.kcubeterm.me/termux-main: ok
[*] https://termux.mentality.rip/termux-main: ok
[*] https://grimler.se/termux-packages-24: ok
[*] https://termux.librehat.com/apt/termux-main: ok
Picking mirror: https://grimler.se/termux-packages-24
Get:1 https://grimler.se/termux-packages-24 stable InRelease [16.8 kB]
Get:2 https://grimler.se/termux-packages-24 stable/main all Packages [33.4 kB]
Get:3 https://grimler.se/termux-packages-24 stable/main aarch64 Packages [434 kB]
Fetched 484 kB in 2s (298 kB/s)
Reading package lists... Done
Building dependency tree... Done
48 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
tar is already the newest version (1.34).
The following additional packages will be installed:
  libtalloc libuuid openssl
The following NEW packages will be installed:
  libtalloc libuuid openssl-tool proot wget
The following packages will be upgraded:
  openssl
1 upgraded, 5 newly installed, 0 to remove and 47 not upgraded.
Need to get 2224 kB of archives.
After this operation, 4583 kB of additional disk space will be used.
Get:1 https://grimler.se/termux-packages-24 stable/main aarch64 openssl aarch64 3.0.3 [1586 kB]
Get:2 https://grimler.se/termux-packages-24 stable/main aarch64 libtalloc aarch64 2.3.3 [31.7 kB]
Get:3 https://grimler.se/termux-packages-24 stable/main aarch64 libuuid aarch64 1.0.3-5 [6820 B]
Get:4 https://grimler.se/termux-packages-24 stable/main aarch64 openssl-tool aarch64 3.0.3 [244 kB]
Get:5 https://grimler.se/termux-packages-24 stable/main aarch64 proot aarch64 5.1.107-54 [81.3 kB]
Get:6 https://grimler.se/termux-packages-24 stable/main aarch64 wget aarch64 1.21.3-2 [274 kB]
Fetched 2224 kB in 1s (1988 kB/s)
(Reading database ... 4112 files and directories currently installed.)
Preparing to unpack .../openssl_3.0.3_aarch64.deb ...
Unpacking openssl (3.0.3) over (1.1.1l) ...
Setting up openssl (3.0.3) ...

Configuration file '/data/data/com.termux/files/usr/etc/tls/openssl.cnf'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
*** openssl.cnf (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /data/data/com.termux/files/usr/etc/tls/openssl.cnf ...
Selecting previously unselected package libtalloc.
(Reading database ... 4146 files and directories currently installed.)
Preparing to unpack .../libtalloc_2.3.3_aarch64.deb ...
Unpacking libtalloc (2.3.3) ...
Selecting previously unselected package libuuid.
Preparing to unpack .../libuuid_1.0.3-5_aarch64.deb ...
Unpacking libuuid (1.0.3-5) ...
Selecting previously unselected package openssl-tool.
Preparing to unpack .../openssl-tool_3.0.3_aarch64.deb ...
Unpacking openssl-tool (3.0.3) ...
Selecting previously unselected package proot.
Preparing to unpack .../proot_5.1.107-54_aarch64.deb ...
Unpacking proot (5.1.107-54) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.21.3-2_aarch64.deb ...
Unpacking wget (1.21.3-2) ...
Setting up libuuid (1.0.3-5) ...
Setting up wget (1.21.3-2) ...
Setting up openssl-tool (3.0.3) ...
Setting up libtalloc (2.3.3) ...
Setting up proot (5.1.107-54) ...
--2022-08-03 15:15:16--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Fedora/fedora.sh
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2932 (2.9K) [text/plain]
Saving to: ‘fedora.sh’

fedora.sh      100%   2.86K  --.-KB/s    in 0s

2022-08-03 15:15:17 (6.40 MB/s) - ‘fedora.sh’ saved [2932/2932]

Download Rootfs, this may take a while base on your internet speed.
--2022-08-03 15:15:17--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Fedora/arm64/fedora-rootfs-arm64.tar.xz
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 34504616 (33M) [application/octet-stream]
Saving to: ‘fedora-rootfs.tar.xz’

fedora-rootfs. 100%  32.91M  2.67MB/s    in 11s

2022-08-03 15:15:29 (3.02 MB/s) - ‘fedora-rootfs.tar.xz’ saved [34504616/34504616]

Decompressing Rootfs, please be patient.
Setting up name server
writing launch script
Setting up pulseaudio so you can have music in distro.
Checking availability of current mirror: bad
Testing the available mirrors:
[*] https://packages-cf.termux.org/apt/termux-main: bad
[*] https://deb.kcubeterm.me/termux-main: bad
[*] https://termux.mentality.rip/termux-main: bad
[*] https://grimler.se/termux-packages-24: bad
[*] https://termux.librehat.com/apt/termux-main: bad
Using fallback mirror: https://packages-cf.termux.org/apt/termux-main
Get:1 https://packages-cf.termux.dev/apt/termux-main stable InRelease [14.0 kB]
Get:2 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 Packages [433 kB]
Fetched 448 kB in 2s (199 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
47 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libflac libltdl libogg libopus libsndfile libsoxr
  libvorbis libwebrtc-audio-processing speexdsp
The following NEW packages will be installed:
  libflac libltdl libogg libopus libsndfile libsoxr
  libvorbis libwebrtc-audio-processing pulseaudio
  speexdsp
0 upgraded, 10 newly installed, 0 to remove and 47 not upgraded.
Need to get 2354 kB of archives.
After this operation, 10.9 MB of additional disk space will be used.
Get:1 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libogg aarch64 1.3.5 [188 kB]
Get:2 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libflac aarch64 1.3.4 [224 kB]
Get:3 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libltdl aarch64 2.4.6-8 [12.3 kB]
Get:4 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libopus aarch64 1.3.1-5 [173 kB]
Get:5 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libvorbis aarch64 1.3.7-1 [263 kB]
Get:6 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libsndfile aarch64 1.1.0 [210 kB]
Get:7 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libsoxr aarch64 0.1.3-3 [234 kB]
Get:8 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libwebrtc-audio-processing aarch64 0.3.1-1 [273 kB]
Get:9 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 speexdsp aarch64 1.2.0-2 [35.2 kB]
Get:10 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 pulseaudio aarch64 14.2-10 [743 kB]
Fetched 2354 kB in 4s (548 kB/s)
Selecting previously unselected package libogg.
(Reading database ... 4178 files and directories currently installed.)
Preparing to unpack .../0-libogg_1.3.5_aarch64.deb ...
Unpacking libogg (1.3.5) ...
Selecting previously unselected package libflac.
Preparing to unpack .../1-libflac_1.3.4_aarch64.deb ...
Unpacking libflac (1.3.4) ...
Selecting previously unselected package libltdl.
Preparing to unpack .../2-libltdl_2.4.6-8_aarch64.deb ...
Unpacking libltdl (2.4.6-8) ...
Selecting previously unselected package libopus.
Preparing to unpack .../3-libopus_1.3.1-5_aarch64.deb ...
Unpacking libopus (1.3.1-5) ...
Selecting previously unselected package libvorbis.
Preparing to unpack .../4-libvorbis_1.3.7-1_aarch64.deb ...
Unpacking libvorbis (1.3.7-1) ...
Selecting previously unselected package libsndfile.
Preparing to unpack .../5-libsndfile_1.1.0_aarch64.deb ...
Unpacking libsndfile (1.1.0) ...
Selecting previously unselected package libsoxr.
Preparing to unpack .../6-libsoxr_0.1.3-3_aarch64.deb ...
Unpacking libsoxr (0.1.3-3) ...
Selecting previously unselected package libwebrtc-audio-processing.
Preparing to unpack .../7-libwebrtc-audio-processing_0.3.1-1_aarch64.deb ...
Unpacking libwebrtc-audio-processing (0.3.1-1) ...
Selecting previously unselected package speexdsp.
Preparing to unpack .../8-speexdsp_1.2.0-2_aarch64.deb ...
Unpacking speexdsp (1.2.0-2) ...
Selecting previously unselected package pulseaudio.
Preparing to unpack .../9-pulseaudio_14.2-10_aarch64.deb ...
Unpacking pulseaudio (14.2-10) ...
Setting up libopus (1.3.1-5) ...
Setting up libsoxr (0.1.3-3) ...
Setting up libogg (1.3.5) ...
Setting up speexdsp (1.2.0-2) ...
Setting up libvorbis (1.3.7-1) ...
Setting up libltdl (2.4.6-8) ...
Setting up libwebrtc-audio-processing (0.3.1-1) ...
Setting up libflac (1.3.4) ...
Setting up libsndfile (1.1.0) ...
Setting up pulseaudio (14.2-10) ...
Modified pulseaudio timeout to infinite
Disabled pulseaudio autospawn
Setting Pulseaudio server to 127.0.0.1
fixing shebang of start-fedora.sh
making start-fedora.sh executable
removing image for some space
You can now launch Fedora with the ./start-fedora.sh script
No command yum found, did you mean:
 Command sum in package coreutils
--2022-08-03 15:15:46--  https://github.com/EXALAB/Anlinux-Resources/raw/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh
Resolving github.com... 140.82.121.3
Connecting to github.com|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/EXALAB/Anlinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh [following]
--2022-08-03 15:15:46--  https://raw.githubusercontent.com/EXALAB/Anlinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1314 (1.3K) [text/plain]
Saving to: ‘de-yum-kde.sh’

de-yum-kde.sh  100%   1.28K  --.-KB/s    in 0s

2022-08-03 15:15:46 (8.43 MB/s) - ‘de-yum-kde.sh’ saved [1314/1314]

de-yum-kde.sh: line 4: yum: command not found
de-yum-kde.sh: line 5: yum: command not found
--2022-08-03 15:15:46--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/xstartup
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62 [text/plain]
Saving to: ‘/data/data/com.termux/files/home/.vnc/xstartup’

xstartup       100%      62  --.-KB/s    in 0s

2022-08-03 15:15:47 (984 KB/s) - ‘/data/data/com.termux/files/home/.vnc/xstartup’ saved [62/62]

--2022-08-03 15:15:47--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/vncserver-start
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 98 [text/plain]
/usr/local/bin: No such file or directory
/usr/local/bin/vncserver-start: No such file or directory

Cannot write to ‘/usr/local/bin/vncserver-start’ (Success).
--2022-08-03 15:15:47--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/vncserver-stop
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 100 [text/plain]
/usr/local/bin: No such file or directory
/usr/local/bin/vncserver-stop: No such file or directory

Cannot write to ‘/usr/local/bin/vncserver-stop’ (Success).
chmod: cannot access '/usr/local/bin/vncserver-start': No such file or directory
chmod: cannot access '/usr/local/bin/vncserver-stop': No such file or directory

You can now start vncserver by running vncserver-start

It will ask you to enter a password when first time starting it.

The VNC Server will be started at 127.0.0.1:5901

You can connect to this address with a VNC Viewer you prefer

Connect to this address will open a window with Kde Desktop Environment

Running vncserver-start

To Kill VNC Server just run vncserver-stop

de-yum-kde.sh: line 38: /etc/profile: Read-only file system
de-yum-kde.sh: line 39: /etc/profile: No such file or directory
de-yum-kde.sh: line 41: vncserver-start: command not found
~ $ vncserver-start
vncserver-start: command not found
~ $ exit
exit
Script done.
~ $ cat typescript
Script started on 2022-08-03 14:31:17+01:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="59" LINES="32"]
~ $ pkg install wget openssl-tool proot tar -y && hash -r && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Fedora/fedora.sh && bash fedora.sh
yum install wget -y && wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/SSH/Yum/ssh-yum.sh && bash ssh-yum.sh
wget https://github.com/EXALAB/Anlinux-Resources/raw/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh && bash de-yum-kde.sh
Testing the available mirrors:
[*] https://packages-cf.termux.org/apt/termux-main: ok
[*] https://deb.kcubeterm.me/termux-main: ok
[*] https://termux.mentality.rip/termux-main: ok
[*] https://grimler.se/termux-packages-24: ok
[*] https://termux.librehat.com/apt/termux-main: ok
Picking mirror: https://grimler.se/termux-packages-24
Get:1 https://grimler.se/termux-packages-24 stable InRelease [16.8 kB]
Get:2 https://grimler.se/termux-packages-24 stable/main all Packages [33.4 kB]
Get:3 https://grimler.se/termux-packages-24 stable/main aarch64 Packages [434 kB]
Fetched 484 kB in 2s (298 kB/s)
Reading package lists... Done
Building dependency tree... Done
48 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
tar is already the newest version (1.34).
The following additional packages will be installed:
  libtalloc libuuid openssl
The following NEW packages will be installed:
  libtalloc libuuid openssl-tool proot wget
The following packages will be upgraded:
  openssl
1 upgraded, 5 newly installed, 0 to remove and 47 not upgraded.
Need to get 2224 kB of archives.
After this operation, 4583 kB of additional disk space will be used.
Get:1 https://grimler.se/termux-packages-24 stable/main aarch64 openssl aarch64 3.0.3 [1586 kB]
Get:2 https://grimler.se/termux-packages-24 stable/main aarch64 libtalloc aarch64 2.3.3 [31.7 kB]
Get:3 https://grimler.se/termux-packages-24 stable/main aarch64 libuuid aarch64 1.0.3-5 [6820 B]
Get:4 https://grimler.se/termux-packages-24 stable/main aarch64 openssl-tool aarch64 3.0.3 [244 kB]
Get:5 https://grimler.se/termux-packages-24 stable/main aarch64 proot aarch64 5.1.107-54 [81.3 kB]
Get:6 https://grimler.se/termux-packages-24 stable/main aarch64 wget aarch64 1.21.3-2 [274 kB]
Fetched 2224 kB in 1s (1988 kB/s)
(Reading database ... 4112 files and directories currently installed.)
Preparing to unpack .../openssl_3.0.3_aarch64.deb ...
Unpacking openssl (3.0.3) over (1.1.1l) ...............]
Setting up openssl (3.0.3) ............................]

Configuration file '/data/data/com.termux/files/usr/etc/tls/openssl.cnf'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
Y** openssl.cnf (Y/I/N/O/D/Z) [default=N] ?
Installing new version of config file /data/data/com.termux/files/usr/etc/tls/openssl.cnf ...
Selecting previously unselected package libtalloc.
(Reading database ... 4146 files and directories currently installed.)
Preparing to unpack .../libtalloc_2.3.3_aarch64.deb ...
Unpacking libtalloc (2.3.3) ...
Selecting previously unselected package libuuid.
Preparing to unpack .../libuuid_1.0.3-5_aarch64.deb ...
Unpacking libuuid (1.0.3-5) ...
Selecting previously unselected package openssl-tool.
Preparing to unpack .../openssl-tool_3.0.3_aarch64.deb ...
Unpacking openssl-tool (3.0.3) ...
Selecting previously unselected package proot.
Preparing to unpack .../proot_5.1.107-54_aarch64.deb ...
Unpacking proot (5.1.107-54) ...
Selecting previously unselected package wget.
Preparing to unpack .../wget_1.21.3-2_aarch64.deb ...
Unpacking wget (1.21.3-2) ...
Setting up libuuid (1.0.3-5) ...
Setting up wget (1.21.3-2) ...
Setting up openssl-tool (3.0.3) ...
Setting up libtalloc (2.3.3) ...
Setting up proot (5.1.107-54) ...
--2022-08-03 15:15:16--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Fedora/fedora.sh
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2932 (2.9K) [text/plain]
Saving to: ‘fedora.sh’

fedora.sh      100%   2.86K  --.-KB/s    in 0s

2022-08-03 15:15:17 (6.40 MB/s) - ‘fedora.sh’ saved [2932/2932]

Download Rootfs, this may take a while base on your internet speed.
--2022-08-03 15:15:17--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Rootfs/Fedora/arm64/fedora-rootfs-arm64.tar.xz
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 34504616 (33M) [application/octet-stream]
Saving to: ‘fedora-rootfs.tar.xz’

fedora-rootfs. 100%  32.91M  2.67MB/s    in 11s

2022-08-03 15:15:29 (3.02 MB/s) - ‘fedora-rootfs.tar.xz’ saved [34504616/34504616]

Decompressing Rootfs, please be patient.
Setting up name server
writing launch script
Setting up pulseaudio so you can have music in distro.
Checking availability of current mirror: bad
Testing the available mirrors:
[*] https://packages-cf.termux.org/apt/termux-main: bad
[*] https://deb.kcubeterm.me/termux-main: bad
[*] https://termux.mentality.rip/termux-main: bad
[*] https://grimler.se/termux-packages-24: bad
[*] https://termux.librehat.com/apt/termux-main: bad
Using fallback mirror: https://packages-cf.termux.org/apt/termux-main
Get:1 https://packages-cf.termux.dev/apt/termux-main stable InRelease [14.0 kB]
Get:2 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 Packages [433 kB]
Fetched 448 kB in 2s (199 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
47 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  libflac libltdl libogg libopus libsndfile libsoxr
  libvorbis libwebrtc-audio-processing speexdsp
The following NEW packages will be installed:
  libflac libltdl libogg libopus libsndfile libsoxr
  libvorbis libwebrtc-audio-processing pulseaudio
  speexdsp
0 upgraded, 10 newly installed, 0 to remove and 47 not upgraded.
Need to get 2354 kB of archives.
After this operation, 10.9 MB of additional disk space will be used.
Get:1 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libogg aarch64 1.3.5 [188 kB]
Get:2 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libflac aarch64 1.3.4 [224 kB]
Get:3 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libltdl aarch64 2.4.6-8 [12.3 kB]
Get:4 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libopus aarch64 1.3.1-5 [173 kB]
Get:5 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libvorbis aarch64 1.3.7-1 [263 kB]
Get:6 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libsndfile aarch64 1.1.0 [210 kB]
Get:7 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libsoxr aarch64 0.1.3-3 [234 kB]
Get:8 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 libwebrtc-audio-processing aarch64 0.3.1-1 [273 kB]
Get:9 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 speexdsp aarch64 1.2.0-2 [35.2 kB]
Get:10 https://packages-cf.termux.dev/apt/termux-main stable/main aarch64 pulseaudio aarch64 14.2-10 [743 kB]
Fetched 2354 kB in 4s (548 kB/s)
Selecting previously unselected package libogg.
(Reading database ... 4178 files and directories currently installed.)
Preparing to unpack .../0-libogg_1.3.5_aarch64.deb ...
Unpacking libogg (1.3.5) ..............................]
Selecting previously unselected package libflac........]
Preparing to unpack .../1-libflac_1.3.4_aarch64.deb ...
Unpacking libflac (1.3.4) .............................]
Selecting previously unselected package libltdl........]
Preparing to unpack .../2-libltdl_2.4.6-8_aarch64.deb ...
Unpacking libltdl (2.4.6-8) ...........................]
Selecting previously unselected package libopus........]
Preparing to unpack .../3-libopus_1.3.1-5_aarch64.deb ...
Unpacking libopus (1.3.1-5) ...........................]
Selecting previously unselected package libvorbis......]
Preparing to unpack .../4-libvorbis_1.3.7-1_aarch64.deb ...
Unpacking libvorbis (1.3.7-1) .........................]
Selecting previously unselected package libsndfile.....]
Preparing to unpack .../5-libsndfile_1.1.0_aarch64.deb ...
Unpacking libsndfile (1.1.0) ..........................]
Selecting previously unselected package libsoxr........]
Preparing to unpack .../6-libsoxr_0.1.3-3_aarch64.deb ...
Unpacking libsoxr (0.1.3-3) ...........................]
Selecting previously unselected package libwebrtc-audio-processing.
Preparing to unpack .../7-libwebrtc-audio-processing_0.3.1-1_aarch64.deb ...
Unpacking libwebrtc-audio-processing (0.3.1-1) ........]
Selecting previously unselected package speexdsp.......]
Preparing to unpack .../8-speexdsp_1.2.0-2_aarch64.deb ...
Unpacking speexdsp (1.2.0-2) ...#......................]
Selecting previously unselected package pulseaudio.....]
Preparing to unpack .../9-pulseaudio_14.2-10_aarch64.deb ...
Unpacking pulseaudio (14.2-10) ...#....................]
Setting up libopus (1.3.1-5) ...####...................]
Setting up libsoxr (0.1.3-3) ...#####..................]
Setting up libogg (1.3.5) ...##########................]
Setting up speexdsp (1.2.0-2) ...########..............]
Setting up libvorbis (1.3.7-1) ...#########............]
Setting up libltdl (2.4.6-8) ...#############..........]
Setting up libwebrtc-audio-processing (0.3.1-1) .......]
Setting up libflac (1.3.4) ...##################.......]
Setting up libsndfile (1.1.0) ...#################.....]
Setting up pulseaudio (14.2-10) ...#################...]
Modified pulseaudio timeout to infinite
Disabled pulseaudio autospawn
Setting Pulseaudio server to 127.0.0.1
fixing shebang of start-fedora.sh
making start-fedora.sh executable
removing image for some space
You can now launch Fedora with the ./start-fedora.sh script
No command yum found, did you mean:
 Command sum in package coreutils
--2022-08-03 15:15:46--  https://github.com/EXALAB/Anlinux-Resources/raw/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh
Resolving github.com... 140.82.121.3
Connecting to github.com|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/EXALAB/Anlinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh [following]
--2022-08-03 15:15:46--  https://raw.githubusercontent.com/EXALAB/Anlinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/de-yum-kde.sh
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1314 (1.3K) [text/plain]
Saving to: ‘de-yum-kde.sh’

de-yum-kde.sh  100%   1.28K  --.-KB/s    in 0s

2022-08-03 15:15:46 (8.43 MB/s) - ‘de-yum-kde.sh’ saved [1314/1314]

de-yum-kde.sh: line 4: yum: command not found
de-yum-kde.sh: line 5: yum: command not found
--2022-08-03 15:15:46--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/xstartup
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 62 [text/plain]
Saving to: ‘/data/data/com.termux/files/home/.vnc/xstartup’

xstartup       100%      62  --.-KB/s    in 0s

2022-08-03 15:15:47 (984 KB/s) - ‘/data/data/com.termux/files/home/.vnc/xstartup’ saved [62/62]

--2022-08-03 15:15:47--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/vncserver-start
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 98 [text/plain]
/usr/local/bin: No such file or directory
/usr/local/bin/vncserver-start: No such file or directory

Cannot write to ‘/usr/local/bin/vncserver-start’ (Success).
--2022-08-03 15:15:47--  https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/DesktopEnvironment/Heavy/KDE/Yum/vncserver-stop
Resolving raw.githubusercontent.com... 2606:50c0:8002::154, 2606:50c0:8001::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com|2606:50c0:8002::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 100 [text/plain]
/usr/local/bin: No such file or directory
/usr/local/bin/vncserver-stop: No such file or directory

Cannot write to ‘/usr/local/bin/vncserver-stop’ (Success).
chmod: cannot access '/usr/local/bin/vncserver-start': No such file or directory
chmod: cannot access '/usr/local/bin/vncserver-stop': No such file or directory

You can now start vncserver by running vncserver-start

It will ask you to enter a password when first time starting it.

The VNC Server will be started at 127.0.0.1:5901

You can connect to this address with a VNC Viewer you prefer

Connect to this address will open a window with Kde Desktop Environment

Running vncserver-start

To Kill VNC Server just run vncserver-stop

de-yum-kde.sh: line 38: /etc/profile: Read-only file system
de-yum-kde.sh: line 39: /etc/profile: No such file or directory
de-yum-kde.sh: line 41: vncserver-start: command not found
~ $ vncserver-start
vncserver-start: command not found
~ $ exit
exit

Script done on 2022-08-03 15:21:56+01:00 [COMMAND_EXIT_CODE="127"]
~ $
LinXwinroot commented 1 year ago

If repo changes packages. Every API changes as well.

exalab999 commented 1 year ago

Step 4 : Start Termux, paste and enter the command to install the desktop environment. *Remember: you will need to run ./start-.sh to run the Linux System before using this command.**

It was clearly stated in the app at step 4, tons of same issue like this is caused by people forget to read step4 :confused: