gyazo / Gyazo-for-Linux

Gyazo for Linux
http://gyazo.com
352 stars 105 forks source link

sudo apt-get install gyazo #146

Closed Reqleque closed 4 years ago

Reqleque commented 4 years ago

sudo apt-get install gyazo drops this error:

❯ sudo apt-get install gyazo
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gyazo

I ran this command before it and it worked without any errors:

❯ curl -s https://packagecloud.io/install/repositories/gyazo/gyazo-for-linux/script.deb.sh | sudo bash
[sudo] password for ryan_copperfield: 
Detected operating system as Ubuntu/focal.
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...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.

The repository is setup! You can now install packages.

Os: Ubuntu 20.04 LTS

Issue while doing sudo apt-get update:

❯ sudo apt-get update
Hit:1 http://ubuntu.ntc.net.np/ubuntu focal InRelease                          
Hit:2 http://ubuntu.ntc.net.np/ubuntu focal-updates InRelease                  
Hit:3 http://ubuntu.ntc.net.np/ubuntu focal-backports InRelease                
Hit:4 http://ubuntu.ntc.net.np/ubuntu focal-security InRelease                 
Hit:5 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu focal InRelease           
Hit:6 https://deb.nodesource.com/node_14.x focal InRelease                     
Ign:7 https://packagecloud.io/gyazo/gyazo-for-linux/ubuntu focal InRelease
Err:8 https://packagecloud.io/gyazo/gyazo-for-linux/ubuntu focal Release
  404  Not Found [IP: 54.183.113.236 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/gyazo/gyazo-for-linux/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Thank you

pastak commented 4 years ago

We will release soon. It is work-arround for you https://github.com/gyazo/Gyazo-for-Linux/issues/131 (Any distro and version use same package file 😄)

Reqleque commented 4 years ago

Thank you