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

Installing current version on Ubuntu 17.10 fails #15339

Closed
mslinn opened this issue Oct 20, 2017 · 7 comments
Closed

Installing current version on Ubuntu 17.10 fails #15339

mslinn opened this issue Oct 20, 2017 · 7 comments

Comments

@mslinn
Copy link

mslinn commented Oct 20, 2017

After running this as per the installation instructions for Ubuntu 17.10:

 sudo apt-get update

The following error results:

E: The repository 'http://ppa.launchpad.net/ethereum/ethereum/ubuntu artful 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.
@karalabe
Copy link
Member

17.10 got released yesterday :P

TL;DR We don't have binaries shipped for Artful, will add it to our build pipeline. Develop builds should start shipping immediately, stable will be done when we do our next release (usually 2 weeks, devcon may or may not postpone it). If you need a stable build now, you can grab one from our downloads page https://geth.ethereum.org/downloads/

@mslinn
Copy link
Author

mslinn commented Oct 20, 2017

Not sure if you noticed that the error message I posted pertained to the PPA repo: it needs a Release file. Users can override the default behavior, with this:

$ sudo apt upgrade --allow-unauthenticated
$ sudo apt update --allow-unauthenticated

The installation still fails, however, for the reason you mentioned:

$ sudo apt --allow-unauthenticated install ethereum
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package ethereum is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'ethereum' has no installation candidate

All this goes to say there are two issues to fix: making the PPA secure, and providing an Ubuntu 17.10 compatible .deb file.

@karalabe
Copy link
Member

As I said, the ethereum package has not yet been pushed, since that requires a stable release. You can try ethereum-unstable to verify that the PPA is indeed working or not. That was pushed a few hours ago.

@karalabe
Copy link
Member

I can take a look at the other issue, though that's news to me.

@dwayneem
Copy link

dwayneem commented Jan 7, 2018

Current version still fails to install on Ubuntu 17.10

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
tor : Depends: libevent-2.0-5 (>= 2.0.10-stable) but it is not installable
Depends: libssl1.1 (>= 1.1.0) but it is not installable
Recommends: tor-geoipdb but it is not going to be installed
Recommends: torsocks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

@dwayneem
Copy link

dwayneem commented Feb 1, 2018 via email

@karalabe
Copy link
Member

karalabe commented Feb 1, 2018

@dwayneem Spam account, was banned since.

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

4 participants
@karalabe @mslinn @dwayneem and others