What was Bintray, and what was it replaced with?

Forum home -> Tech Talk -> View topic

Post

Posted
Rating:
#875 (In Topic #381)
Avatar
Standard member
I want to download Calibre, but as I run a 32-bit computer I have to compile from source. I don't know why but that's what the command line said.

This is the source code:

curl -L https://calibre-ebook.com/dist/src | tar xvJ
cd calibre* && sudo python3 setup.py install


This is what I have after the first command (in Termux): 
$ cd calibre* && sudo python3 setup.py install
The program sudo is not installed. Install it by executing:
pkg install tsu
$ cd calibre*
bash: cd: calibre*: No such file or directory
$ mkdir calibre*
$ python3 setup.py install
The program python3 is not installed. Install it by executing:
pkg install python
$ pkg install python3
Testing the available mirrors:
[*] https://dl.bintray.com/termux/termux-packages-24: bad
[*] https://grimler.se/termux-packages-24: bad
[*] https://main.termux-mirror.ml: ok
[*] https://termux.mentality.rip/termux-packages-24: ok
Picking mirror: https://termux.mentality.rip/termux-packages-24
Ign:1 https://dl.bintray.com/grimler/game-packages-24 games InRelease
Get:2 https://termux.mentality.rip/termux-packages-24 stable InRelease [14.0 kB]
Ign:3 https://dl.bintray.com/grimler/science-packages-24 science InRelease
Err:4 https://dl.bintray.com/grimler/game-packages-24 games Release
502  Bad Gateway
Err:5 https://dl.bintray.com/grimler/science-packages-24 science Release
502  Bad Gateway
Get:6 https://termux.mentality.rip/termux-packages-24 stable/main arm Packages [459 kB]
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?). Any help is appreciated.

Last edit: by jacobgkau

Online now: No Back to the top

Post

Posted
Rating:
#876
Avatar
NOTS Staff
The program sudo is not installed.

You need to install and configure `sudo` or log in as root so you don't have to use `sudo`. Running `sudo` commands will not work while you're getting that error message.

With regards to the Bintray repository, I haven't heard of it. It looks like it was some kind of repository system, which makes sense based on your output: https://plugins.gradle.org/docs/bintray

I am not familiar with the "pkg" command. Are you running BSD?

The rest of the output looks like apt output, but those repositories aren't a default in any Linux distribution that I've used. Either you added them yourself (and should just remove them if you don't know what they're for), or the URLs are coming from the script you're trying to run and the script needs to be updated.
Online now: No Back to the top
1 guest and 0 members have just viewed this.