den4iksiniak / termux

terminal
GNU General Public License v3.0
1 stars 0 forks source link

Terminal transcript #2

Open den4iksiniak opened 2 years ago

den4iksiniak commented 2 years ago

Welcome to Termux!

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

Working with packages:

Subscribing to additional repositories:

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

$ mv script.sh install.sh mv: cannot stat 'script.sh': No such file or directory $ cp wordlist.txt /data/data/com.termux/files/home cp: cannot stat 'wordlist.txt': No such file or directory $ roout apt No command roout found, did you mean: Command route in package net-tools Command proot in package proot $ proot in package proot The program proot is not installed. Install it by executing: pkg install proot $ $ pkg install proot Checking availability of current mirror: ok Reading package lists... Done Building dependency tree... Done The following additional packages will be installed: libtalloc The following NEW packages will be installed: libtalloc proot 0 upgraded, 2 newly installed, 0 to remove and 49 not upgraded. Need to get 113 kB of archives. After this operation, 459 kB of additional disk space will be used. Do you want to continue? [Y/n] Y Get:1 https://termux.mentality.rip/termux-packages-24 stable/main aarch64 libtalloc aarch64 2.3.3 [31.7 kB] Get:2 https://termux.mentality.rip/termux-packages-24 stable/main aarch64 proot aarch64 5.1.107-54 [81.3 kB] Fetched 113 kB in 13s (8534 B/s) Selecting previously unselected package libtalloc. (Reading database ... 3457 files and directories currently installed.) Preparing to unpack .../libtalloc_2.3.3_aarch64.deb ... Unpacking libtalloc (2.3.3) ... Selecting previously unselected package proot. Preparing to unpack .../proot_5.1.107-54_aarch64.deb ... Unpacking proot (5.1.107-54) ... Setting up libtalloc (2.3.3) ... Setting up proot (5.1.107-54) ... $ pkg update Checking availability of current mirror: ok Ign:1 https://dl.bintray.com/grimler/game-packages-24 games InRelease Ign:2 https://dl.bintray.com/grimler/science-packages-24 science InRelease Hit:3 https://termux.mentality.rip/termux-packages-24 stable InRelease Err:4 https://dl.bintray.com/grimler/game-packages-24 games Release OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to dl.bintray.com:443 Err:5 https://dl.bintray.com/grimler/science-packages-24 science Release OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to dl.bintray.com:443 Reading package lists... Done E: The repository 'https://dl.bintray.com/grimler/game-packages-24 games Release' does not have a Release file. N: Metadata integrity can't be verified, repository is disabled now. N: Possible cause: repository is under maintenance or down (wrong sources.list URL?). E: The repository 'https://dl.bintray.com/grimler/science-packages-24 science Release' does not have a Release file. N: Metadata integrity can't be verified, repository is disabled now. N: Possible cause: repository is under maintenance or down (wrong sources.list URL?). $ pkg upgrade Checking availability of current mirror: ok Ign:1 https://dl.bintray.com/grimler/game-packages-24 games InRelease Ign:2 https://dl.bintray.com/grimler/science-packages-24 science InRelease Err:3 https://dl.bintray.com/grimler/game-packages-24 games Release OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to dl.bintray.com:443 Hit:4 https://termux.mentality.rip/termux-packages-24 stable InRelease **

den4iksiniak commented 2 years ago