We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi. I am running a Live CD of Ubuntu 14.10 I have added the ppa:g2p/storage and when I want to run
sudo apt-get install python3-blocks bcache-tools
It gives :
apt-get install python3-blocks bcache-tools Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package python3-blocks
Yes, I have run sudo apt-get update One can see with
$ awk '$1 == "Package:" { if (a[$2]++ == 0) print $2; }' /var/lib/apt/lists/*g2p*storage*Packages python-parted python-augeas python-parted-dbg bcache-tools python3-parted python3-parted-dbg python3-augeas
that there is no python?-blocks package at all in the repo!
The text was updated successfully, but these errors were encountered:
Looking at http://ppa.launchpad.net/g2p/storage/ubuntu/dists/ I see the python3-blocks package is present for raring, saucy, trusty, but not for utopic, vivid.
python3-blocks
Sorry, something went wrong.
No branches or pull requests
hi.
I am running a Live CD of Ubuntu 14.10
I have added the ppa:g2p/storage and when I want to run
It gives :
Yes, I have run sudo apt-get update
One can see with
that there is no python?-blocks package at all in the repo!
The text was updated successfully, but these errors were encountered: