-
Notifications
You must be signed in to change notification settings - Fork 20.1k
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
ubuntu ppa 1.10.2 version error #22657
Comments
I encountered this as well. |
Weird, I can not repro this. Just downloaded 1.10.2 from ppa and it worked fine. |
First, apt remove ethereum, second, apt install ethereum. geth version also show 1.9.25 apt remove ethereum ~# apt install ethereum ~# geth version |
@fjl Please help |
I cannot reproduce this. In a fresh Ubuntu 20.10 VM, when I run
it prints |
@caiqinghua are you sure that there is no other geth version installed in a different location? What does |
https://launchpad.net/~ethereum/+archive/ubuntu/ethereum/+packages There's no trace of 1.9.25 on our PPAs. |
which geth ls -l /usr/bin/geth rm /usr/bin/geth uname -a |
add-apt-repository -y ppa:ethereum/ethereum |
The problem is fixed by following cmd. apt-get install ethereum-unstable which geth apt-get install ethereum geth version |
I don't know why your apt install did not work. It works for me and @MariusVanDerWijden. |
But good to hear you got it fixed now. |
fix another one by: |
I just download it directly from website, untar it and just use that one. |
Hey all we came across this recently it it looks like the actual cause for this issue may not have been caught. The package "ethereum" is a metapackage. (See the output from Geth itself is installed because it is a dependency of the ethereum metapackage. Updating the metapackage does not update its dependencies if they are already present. Dependencies like geth ( You can tell geth to update itself to the latest version with Update everything in the ethereum metapackage: |
System information
Geth version:
geth version
OS & Version: Windows/Linux/OSX
Commit hash : (if
develop
)Expected behaviour
1.10.2
Actual behaviour
1.9.25
Steps to reproduce the behaviour
apt install ethereum
Reading package lists... Done
Building dependency tree
Reading state information... Done
ethereum is already the newest version (1.10.2+build25719+bionic).
The following packages were automatically installed and are no longer required:
libopts25 sntp
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 255 not upgraded.
geth version
Geth
Version: 1.9.25-stable
Git Commit: e787272
Architecture: amd64
Protocol Versions: [65 64 63]
Go Version: go1.15.6
Operating System: linux
GOPATH=
GOROOT=go
Backtrace
The text was updated successfully, but these errors were encountered: