The following is explained by installing and uninstalling Ryu:
1, Ryu installation
1.1, the normal mode of installation steps(1) First way: Simple installation method Apt-get:sudo Apt-get install Ryu (2) The second way: Source installation: First, there are configure files, first run the command:./configure then, there are makefile files, Run command: Make all finally, run the command: make install
1.2. Install Python's source code or software(1) The first way: Many python sources now support easy to install PIP. Input command: Pip install Ryu. (The Ryu here can be changed to another software name) (2) The second way: Download the source file, for files that have setup.py, use the file. Enter the command:python2.7 setup.py Install
2, Ryu uninstall
2.1, the normal mode of unloading procedures
(1) Second way: sudo apt-get remove Ryu (2) The Third Way: for makefile, you can try to use make uninstall Uninstall
2.2. For Python software installed via Pip
(1) First way: Pip Uninstall Ryu
2, Linux (ubuntu12.04): Through the PIP to Python software or source code installation and uninstallation, as well as the normal software or source code installation and uninstallation