Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to ask, how to fix this termux repository

Tags:

termux

I tried updating my package list but got the following error.

$ 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
  403  Forbidden
Err:5 https://dl.bintray.com/grimler/science-packages-24 science Release
  403  Forbidden
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?).

Somebody know how to fix this problem?

like image 963
AmubaCraft Avatar asked May 22 '21 08:05

AmubaCraft


1 Answers

I also had this problem and I found a way to slove this Follow these steps :

pkg remove game-repo
pkg remove science-repo
pkg update

It should work now! :)

Also btw, termux is permanently shutting down bintary hosted repos example :

https://dl.bintray.com/grimler/game-packages-24 games InRelease
https://dl.bintray.com/grimler/science-packages-24 science InRelease
like image 173
Havish.S Avatar answered Sep 22 '22 21:09

Havish.S