Actions
Bug #1074
closedincorrect command for installing python-software-properties
Start date:
11/16/2013
Due date:
% Done:
100%
Estimated time:
Description
http://named-data.net/ndn-ubuntu-ppa/ says:
# if you do not have add-apt-repository command installed:
# sudo apt-get python-software-properties
This command should be
sudo apt-get install python-software-properties
Updated by Alex Afanasyev over 11 years ago
On Ubuntu 14.04, add-apt-repository requires different package:
sudo apt-get install software-properties-common
Updated by Junxiao Shi over 11 years ago
software-properties-common version 0.92.36 is included on ubuntu-14.04-desktop-amd64 CD, so add-apt-repository command should be available by default.
Updated by Alex Afanasyev over 11 years ago
It was not available in my installation, though I have used -server distro.
Updated by Alex Afanasyev almost 11 years ago
- Category set to www
- Status changed from New to Resolved
- Assignee set to Alex Afanasyev
- % Done changed from 0 to 100
These instructions are outdated and we haven't maintained them for a while (the mentioned package doesn't even exist). As alternative, I have redirected this link to http://named-data.net/doc/NFD/current/INSTALL.html#install-nfd-using-the-ndn-ppa-repository-on-ubuntu-linux
Updated by Alex Afanasyev about 9 years ago
- Status changed from Resolved to Closed
Actions