Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11-repo installing #6129

Closed
Dolfost opened this issue Dec 8, 2020 · 8 comments
Closed

x11-repo installing #6129

Dolfost opened this issue Dec 8, 2020 · 8 comments
Labels

Comments

@Dolfost
Copy link

Dolfost commented Dec 8, 2020

Problem description

Steps to reproduce

Expected behavior

Additional information

im try to install x11-repo
im have 9 android and roted divece
when im installing some pkg's i se error E: Unable to locate package xxx 
code x11 error:

$ pkg install x11-repo
Checking availability of current mirror: ok
Ign:1 https://dl.bintray.com/termux/termux-packages-24 stable InRelease
Ign:2 https://dl.bintray.com/grimler/game-packages-24 games InRelease
Ign:3 https://its-pointless.github.io/files termux InRelease
Ign:4 https://dl.bintray.com/grimler/termux-root-packages-24 root InRelease
Get:5 https://cctools.info termux InRelease [8994 B]
Ign:6 https://dl.bintray.com/grimler/science-packages-24 science InRelease
Ign:7 https://its-pointless.github.io/files termux Release
Get:8 https://dl.bintray.com/termux/termux-packages-24 stable Release [8255 B]
Ign:9 https://its-pointless.github.io/files termux/extras i386 Packages
Get:10 https://dl.bintray.com/grimler/game-packages-24 games Release [5344 B]
Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Get:13 https://dl.bintray.com/grimler/termux-root-packages-24 root Release [6185 B]
Ign:9 https://its-pointless.github.io/files termux/extras i386 Packages
Err:5 https://cctools.info termux InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8ED139655E265DBD
Get:14 https://dl.bintray.com/grimler/science-packages-24 science Release [6191 B]
Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Ign:9 https://its-pointless.github.io/files termux/extras i386 Packages
Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Ign:9 https://its-pointless.github.io/files termux/extras i386 Packages
Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Ign:9 https://its-pointless.github.io/files termux/extras i386 Packages
Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Err:9 https://its-pointless.github.io/files termux/extras i386 Packages
  404  Not Found [IP: 185.199.108.153 443]
Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Reading package lists... Done
W: GPG error: https://cctools.info termux InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8ED139655E265DBD
E: The repository 'https://cctools.info termux InRelease' is not signed.
N: Metadata integrity can't be verified, repository is disabled now.
N: Possible cause: repository is under maintenance or down (wrong sources.list URL?).
$

i think problem is in N: Possible cause: reposi... 
how i cam fix this?
@ghost
Copy link

ghost commented Dec 9, 2020

i think problem is in N: Possible cause: reposi...
how i cam fix this?

How cctools.info appeared in your repositories? Remove it. Termux is not compatible with CCTools.

@ghost ghost closed this as completed Dec 9, 2020
@theaungmyatmoe

This comment has been minimized.

@ghost
Copy link

ghost commented Dec 9, 2020

@amm834 Look better and you will find problems besides 404...

@ghost
Copy link

ghost commented Dec 9, 2020

Ign:11 https://its-pointless.github.io/files termux/extras all Packages
Ign:12 https://its-pointless.github.io/files termux/extras aarch64 Packages
Ign:9 https://its-pointless.github.io/files termux/extras i386 Packages

Perhaps @Dolfost needs rm -rf $PREFIX to start from scratch... Great arch mix!

@ghost ghost added the invalid label Dec 9, 2020
@theaungmyatmoe
Copy link

i think problem is in N: Possible cause: reposi...
how i cam fix this?

How cctools.info appeared in your repositories? Remove it. Termux is not compatible with CCTools.

I see now 👀

@ghost
Copy link

ghost commented Dec 9, 2020

In summary, there 2 problems happening:

  1. Missing GPG key for verifying cctools.info repository, which belongs to CCTools app.
Err:5 https://cctools.info termux InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8ED139655E265DBD

That line should be deleted from sources.list because even if GPG key will be added to keyring, it won't be possible to successfully install any packages from this repo.

  1. Invalid alternate architecture has been enabled for valid repo https://its-pointless.github.io/files:
Err:9 https://its-pointless.github.io/files termux/extras i386 Packages

i386 is valid for Debian, but not for Termux. Moreover, Termux is neither Debian, Ubuntu or their derivative and guides for these distributions will not work for it. Also, any x86 package won't run on AArch64 device anyway - emulators needed.


Don't mess with configs if you don't know what to put in them.

@Dolfost
Copy link
Author

Dolfost commented Dec 9, 2020

hey guys! im visited cctools.info and downloaded cctols apk and plugin. and this helped me!!!! tigervnc installind dont says E: unable to locate pacakage now! and x11 repo was installed sucesfully

@RalfWerner
Copy link

tigervnc install says E: unable to locate pacakage

@Dolfost Try apt-get tigervnc-standalone-server in debian/ubuntu-proot - see here

@ghost ghost locked and limited conversation to collaborators Oct 9, 2021
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants