gyazo / Gyazo-for-Linux

Gyazo for Linux
http://gyazo.com
350 stars 104 forks source link

Unable to dowload repo config #35

Closed nexik closed 9 years ago

nexik commented 9 years ago

After running

curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash

curl: (22) The requested URL returned error: 404 Not Found Unable to download repo config from: https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/config_file.list?os=LinuxMint&dist=rafaela&name=nexik-Lenovo&source=script

pastak commented 9 years ago

@nexik thank you for your report. We support only Debian / Ubuntu or RedHat / CentOS.

I remember Linux Mint rafaela is based on Ubuntu 14.04. ( is it correct? )

I have wrote shell script https://gist.github.com/pastak/2b2ecfa3edf369f3f3bd . In this script, I set target os is ubuntu 14.04.

Please try to exec it and we'll be happy for your success to install :smile:

% curl -s https://gist.githubusercontent.com/pastak/2b2ecfa3edf369f3f3bd/raw/1d1961c24f62cf11782fa9f2851e305922dc871e/gistfile.sh | sudo bash

nexik commented 9 years ago

yep it solve the problem

pepperonas commented 9 years ago

Nice, worked like a charm. Thanks!

theoldfellow commented 9 years ago

Brilliant, thank you.

tdgroot commented 9 years ago

Solved the problem! Thanks!

BookCase commented 9 years ago

gyazo_fail

I had the same issue installing on Ubuntu 15.10 (32-Bit). This action has also solved the issue for me.

pastak commented 9 years ago

We have forgot to release for Ubuntu 15.10. I'll make it issue :-P

pastak commented 8 years ago

We handled to install for Linux Mint, Fedora and some distributions supported by packagecloud.

Please have fun with Gyazo!!!

BookCase commented 8 years ago

Good deal! :+1:

fercreek commented 8 years ago

@pastak like a boss!! :+1:

adriancs35 commented 7 years ago

@pastak No package found for LinuxMint Serena.

pastak commented 7 years ago

@adriancs35 Thanks for your report. I published package for linuxmint/serena

sikenali commented 7 years ago

jingle@jingle:~$ curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash Detected operating system as Deepin/unstable. Checking for curl... Detected curl... Running apt-get update... done. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/gyazo_gyazo-for-linux.list...curl: (22) The requested URL returned error: 404 Not Found

Unable to download repo config from: https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/config_file.list?os=Deepin&dist=unstable&source=script

This usually happens if your operating system is not supported by packagecloud.io, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script. You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email support@packagecloud.io and report this.

pastak commented 7 years ago

@jingle0927 We don't know about Deepin well. Please try to do as help message you paste. Deepin maybe distribution based on Debian. So you should try to os=debian dist=jessie curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash

ThomasSaunders commented 7 years ago

The OS override hasn't seemed to have worked for me. Here is the output of the script:

os=ubuntu dist=xenial curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash
Detected operating system as elementary/loki.
Checking for curl...
Detected curl...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/gyazo_gyazo-for-linux.list...curl: (22) The requested URL returned error: 404 Not Found

Unable to download repo config from: https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/config_file.list?os=elementary&dist=loki&source=script

This usually happens if your operating system is not supported by 
packagecloud.io, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email support@packagecloud.io and report this.

As Elementary OS is based on Ubuntu 16.04, that is the version I selected for the script to grab.

pastak commented 7 years ago

@ProfessorStupid hmmm... It seems correct to exec install script.

Please try to https://github.com/gyazo/Gyazo-for-Linux/issues/35#issuecomment-138102251 πŸ™

ThomasSaunders commented 7 years ago

@pastak that has sorted it, thank you!

CodeNoxy commented 6 years ago

Detected operating system as Kali/kali-rolling. Checking for curl... Detected curl... Checking for gpg... Detected gpg... Running apt-get update... done. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/gyazo_gyazo-for-linux.list...curl: (22) The requested URL returned error: 404 Not Found

Unable to download repo config from: https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/config_file.list?os=Kali&dist=kali-rolling&source=script

This usually happens if your operating system is not supported by packagecloud.io, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script. You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email support@packagecloud.io and report this.

I'm running Kali (Debian). I tried the comment #35 but, still getting issues.

pastak commented 6 years ago

@CodeNoxy Please try curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo os=debian dist=jessie bash

jtkinchen commented 4 years ago

@nexik thank you for your report. We support only Debian / Ubuntu or RedHat / CentOS.

I remember Linux Mint rafaela is based on Ubuntu 14.04. ( is it correct? )

I have wrote shell script https://gist.github.com/pastak/2b2ecfa3edf369f3f3bd . In this script, I set target os is ubuntu 14.04.

Please try to exec it and we'll be happy for your success to install smile

% curl -s https://gist.githubusercontent.com/pastak/2b2ecfa3edf369f3f3bd/raw/1d1961c24f62cf11782fa9f2851e305922dc871e/gistfile.sh | sudo bash

Still working on Mint 19.3 Tricia, just set the dist variable in the shell script to dist="bionic"

prawn185 commented 4 years ago

Can we get support for PopOS please! - Based off of Ubuntu

trushkina commented 1 year ago

Hello! After running xxx:~$ sudo curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash Detected operating system as Ubuntu/lunar. Checking for curl... Detected curl... Checking for gpg... Detected gpg... Detected apt version as 2.6.0 Running apt-get update... done. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/gyazo_gyazo-for-linux.list...done. Importing packagecloud gpg key... Packagecloud gpg key imported to /etc/apt/keyrings/gyazo_gyazo-for-linux-archive-keyring.gpg done. Running apt-get update... done.

The repository is setup! You can now install packages. xxx:~$ sudo apt-get install gyazo Π§Ρ‚Π΅Π½ΠΈΠ΅ списков пакСтов… Π“ΠΎΡ‚ΠΎΠ²ΠΎ ΠŸΠΎΡΡ‚Ρ€ΠΎΠ΅Π½ΠΈΠ΅ Π΄Π΅Ρ€Π΅Π²Π° зависимостСй… Π“ΠΎΡ‚ΠΎΠ²ΠΎ Π§Ρ‚Π΅Π½ΠΈΠ΅ ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΠΈ ΠΎ состоянии… Π“ΠΎΡ‚ΠΎΠ²ΠΎ
E: НСвозмоТно Π½Π°ΠΉΡ‚ΠΈ ΠΏΠ°ΠΊΠ΅Ρ‚ gyazo

Description: Ubuntu 23.04 (64-bit)

rvvslv commented 1 year ago

Hi

Please release version for Ubuntu 23.04 Lunar

kcwebby commented 7 months ago

Mantic?

`Err:11 https://packagecloud.io/gyazo/gyazo-for-linux/ubuntu mantic Release
  404  Not Found [IP: 54.176.122.186 443]
Reading package lists... Done
curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash
Detected operating system as Ubuntu/mantic.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Detected apt version as 2.7.3
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/gyazo_gyazo-for-linux.list...done.
Importing packagecloud gpg key... Packagecloud gpg key imported to /etc/apt/keyrings/gyazo_gyazo-for-linux-archive-keyring.gpg
done.
Running apt-get update... done.

The repository is setup! You can now install packages.
brian@ls-ws-ubuntu2:~/Documents$ sudo apt install gyazo
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package gyazo
jdreina7 commented 6 months ago

Same problem with Kubuntu 23.04

root@user-that-rocks:/# sudo apt-get install gyazo
Leyendo lista de paquetes... Hecho
Creando Γ‘rbol de dependencias... Hecho
Leyendo la informaciΓ³n de estado... Hecho
E: No se ha podido localizar el paquete gyazo

image