Under the newly installed 64 bit Ubuntu server sudo:add-apt-repository : command not found problem
New installation of Ubuntu server 12.10, of course, a lot of software and environment have to be reconfigured, so there will be problems. First of all, there are some common problems of PPA warehouse
For example, if you want to install an oracle-jdk7 environment in Ubuntu server
Direct execution command: sudo add apt repository ppa:webupd8team/java
Sudo: add-apt-r epository:command not Found
the online solution is to directly install the toolkit command: sudo apt get install Python software properties
After the installation, the user still reports command not found, so the dependent package has not been completely installed. What is missing
In addition to installing Python software properties, you also need software properties common
OK, execute the installation command: sudo apt get install software properties common