Reported-by: Mircea Ulinic <[email protected]> Signed-off-by: Ben Pfaff <[email protected]> --- AUTHORS.rst | 1 + Documentation/intro/install/debian.rst | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/AUTHORS.rst b/AUTHORS.rst index a8bf1ee0c6af..6c02711780d4 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -477,6 +477,7 @@ Mike Kruze [email protected] Mike Qing [email protected] Min Chen [email protected] Mikael Doverhag [email protected] +Mircea Ulinic [email protected] Mrinmoy Das [email protected] Muhammad Shahbaz [email protected] Murali R [email protected] diff --git a/Documentation/intro/install/debian.rst b/Documentation/intro/install/debian.rst index 6484331442fb..0bf94e4090d7 100644 --- a/Documentation/intro/install/debian.rst +++ b/Documentation/intro/install/debian.rst @@ -98,11 +98,15 @@ Installing .deb Packages ------------------------ These instructions apply to installing from Debian packages that you built -yourself, as described in the previous section, or from packages provided by -Debian or a Debian derivative distribution such as Ubuntu. In the former case, -use a command such as ``dpkg -i`` to install the .deb files that you build, and -in the latter case use a program such as ``apt-get`` or ``aptitude`` to -download and install the provided packages. +yourself, as described in the previous section. In this case, use a command +such as ``dpkg -i`` to install the .deb files that you build. You will have to +manually install any missing dependencies. + +You can also use these instruction to install from packages provided by Debian +or a Debian derivative distribution such as Ubuntu. In this case, use a +program such as ``apt-get`` or ``aptitude`` to download and install the +provided packages. These programs will also automatically download and install +any missing dependencies. .. important:: You must be superuser to install Debian packages. -- 2.10.2 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
