How to Install and Uninstall python-ryu Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 05,2024

1. Install "python-ryu" package

This is a short guide on how to install python-ryu on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ryu

2. Uninstall "python-ryu" package

This tutorial shows how to uninstall python-ryu on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ryu $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-ryu package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ryu
Priority: optional
Section: universe/python
Installed-Size: 5665
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: ryu
Version: 3.30+dfsg1-1ubuntu2
Provides: python2.7-ryu
Depends: python-eventlet, python-lxml, python-msgpack, python-netaddr, python-oslo.config, python-paramiko, python-routes, python-six (>= 1.4.0), python-webob, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-ryu-doc
Filename: pool/universe/r/ryu/python-ryu_3.30+dfsg1-1ubuntu2_all.deb
Size: 614374
MD5sum: dc9bb303e5a6398146951333eeb8ce00
SHA1: eb1c8b7828fad68d86245f5317631b799744f03a
SHA256: 27ed0c1eeff0a643c35dce56996cd6540c65d7e1ac6d7e2b68a96e0aeb7d82ac
Description-en: software defined networking framework - Python 2.7
Ryu is a component-based software defined networking framework.
Ryu provides software components with well defined API that make
it easy for developers to create new network management and control
applications. Ryu supports various protocols for managing network
devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,
Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.
.
This package provides the Python 2.7 module.
Description-md5: c403f7f53061f192fa03179e9a7c8e7c
Homepage: http://osrg.github.io/ryu/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu