OS & Version: Linux Ubuntu 12.04.5
Install ethereum by apt-get, using one of these tutorials:
https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu
https://www.ethereum.org/cli
sudo apt-get install software-properties-common [OK]
sudo add-apt-repository -y ppa:ethereum/ethereum [OK]
sudo add-apt-repository -y ppa:ethereum/ethereum-dev [OK]
sudo apt-get update [ERROR]
W: Failed to fetch http://ppa.launchpad.net/ethereum/ethereum-dev/ubuntu/dists/precise/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ethereum/ethereum-dev/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ethereum/ethereum-dev/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ethereum/ethereum/ubuntu/dists/precise/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ethereum/ethereum/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ethereum/ethereum/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
sudo apt-get install ethereum [ERROR]
E: Unable to locate package ethereum
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo add-apt-repository -y ppa:ethereum/ethereum-dev
sudo apt-get update
sudo apt-get install ethereum
(above)
The PPA doesn't support Ubuntu 12.04. I don't know if the support could be added or if that's not feasible due to the older system libraries in 12.04.
Many thanks scrawl! I will upgrade that server and try again.
Regards
You're welcome! You can see the supported releases of the PPA on this page: https://launchpad.net/~ethereum/+archive/ubuntu/ethereum-dev . The lowest supported release is currently Trusty (14.04).
We do not support 12.04 and likely never will. Closing this because it's not an actual issue :-) (thanks for taking the time to open an issue though!)
I am currently having the same issue expect that I am using this on ubuntu 15.04
Me having the issue on Ubuntu 16.04.3 LTS.
I get the same issue on ubuntu 15.04
getting the same for kali 4.14.0
cd /usr/sbin
add-apt-repository ppa:ethereum/ethereum
apt-get update
apt-get install ethereum gives :
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ethereum
I am using ubuntu 16.04 . I also got the same error of unable to locate package ethereum..Y so??
I am using ubuntu 16.04 . I also got the same error of unable to locate package ethereum..Y so??
I want to know if you have solve the problem, I have the same error now. Thank you!
Hey normailly after you form Ethereum/mist repo on github
https://github.com/ethereum/mist
You should get acces to the installation doc i'll post the textes here :
Installation
If you want to install the app from a pre-built version on the release page
https://github.com/ethereum/mist/releases, you can simply run the
executable after download.
For updating, simply download the new version and copy it over the old one
(keep a backup of the old one if you want to be sure).
https://github.com/ArtemizI/mist#linux-zip-installsLinux .zip installs
In order to install from .zip files, please install libgconf2-4 first:
apt-get install libgconf2-4
https://github.com/ArtemizI/mist#config-folderConfig folder
The data folder for Mist depends on your operating system:
Some dependencies shouls be installed for Ethereum wallet to work :
Dependencies
To run mist in development you need:
Install the latter ones via:
$ curl https://install.meteor.com/ | sh
$ curl -o- -L https://yarnpkg.com/install.sh | bash
https://github.com/ArtemizI/mist#initializationInitialization
Now you're ready to initialize Mist for development:
$ git clone https://github.com/ethereum/mist.git
$ cd mist
$ git submodule update --init --recursive
$ yarn
https://github.com/ArtemizI/mist#run-mistRun Mist
For development we start the interface with a Meteor server for auto-reload
etc.
Start the interface in a separate terminal window:
$ yarn dev:meteor
In the original window you can then start Mist with:
$ cd mist
$ yarn dev:electron
Run the Wallet
Start the wallet app for development, in a separate terminal window:
$ yarn dev:meteor
In another terminal:
$ cd my/path/meteor-dapp-wallet/app && meteor --port 3050
In the original window you can then start Mist using wallet mode:
$ cd mist
$ yarn dev:electron --mode wallet
https://github.com/ArtemizI/mist#connect-your-own-nodeConnect your own
node
This is useful if you are already running your own node or would like to
connect with a private or development network.
$ yarn dev:electron --rpc path/to/geth.ipc
Hope that helps :)
On Sat, Nov 24, 2018 at 11:43 AM Rainshyabc notifications@github.com
wrote:
I am using ubuntu 16.04 . I also got the same error of unable to locate
package ethereum..Y so??I want to know if you have solve the problem, I have the same error now.
Thank you!—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ethereum/go-ethereum/issues/2356#issuecomment-441358655,
or mute the thread
https://github.com/notifications/unsubscribe-auth/Aij3uAPBJZQaFkjZJC57gxr8wYsOVKYGks5uySLqgaJpZM4HyCta
.
--
Cordialement.Artmiz Igraor
StyleNweb http://stylenweb.com
Most helpful comment
Me having the issue on Ubuntu 16.04.3 LTS.