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

install failed in ubuntu 16.04, error message is E: Unable to locate package algorand #81

Closed
past2017 opened this issue Jun 24, 2019 · 0 comments

Comments

@past2017
Copy link

Subject of the issue

Describe your issue here.

Your environment

  • Software version: algod -v
  • Node status if applicable: goal node status
  • Operating System details.
    ubuntu 16.04
  • In many cases log files and cadaver files are also useful to include. Since these files may be large, an Algorand developer may request them later. These files may include public addresses that you're participating with. If that is a concern please be sure to scrub that data.

Steps to reproduce

sudo add-apt-repository "deb https://releases.algorand.com/deb/ stable main"
curl -o /tmp/algorand.pub https://releases.algorand.com/key.pub
sudo apt-key add /tmp/algorand.pub
sudo apt install algorand #only this step report error all other steps run ok

Expected behaviour

Install successfully

Actual behaviour

Error reported as below:

$ sudo apt install algorand
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package algorand
derbear pushed a commit to derbear/go-algorand that referenced this issue May 12, 2020
Revert "Switch from v1.TealValue to v2.TealValue"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant