Class Ubuntu
source code
OSBase --+
|
Debian --+
|
Ubuntu
This is an implementation of a standard interface for interacting with
rosdep. This defines all Ubuntu sepecific methods, including detecting
the OS/Version number. As well as how to check for and install
packages.
Return if the specific OS which this class is designed to detect is
present. Only one version of this class should return for any
version.
- Overrides:
OSBase.check_presence
- (inherited documentation)
|
Return the standardized version for this OS. (ala Ubuntu Hardy Heron =
"8.04")
- Overrides:
OSBase.get_version
- (inherited documentation)
|
Return the standardized name for this OS. (ala Ubuntu Hardy Heron =
"ubuntu")
- Overrides:
OSBase.get_name
- (inherited documentation)
|