commit fb4f7c584d073e09eb01f313a66665a3ef815858 Author: Damian Johnson atagar@torproject.org Date: Fri Nov 10 13:14:50 2017 -0800
Replace yum with dnf for installing on Fedora
Juan, our Fedora maintainer, requested that we substitute yum for dnf in our installation command. --- docs/download.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst index 9fbdf238..273d47e9 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -126,13 +126,13 @@ Download - .. image:: /_static/label/fedora.png :target: https://apps.fedoraproject.org/packages/python-stem
- Packages maintained by Juan for Fedora. These include **python-stem** - (for Python 2.x), **python3-stem** (for Python 3.x), and - **python-stem-doc** (this website). + Packages maintained by Juan for Fedora using **dnf** or **yum**. These + include **python-stem** (for Python 2.x), **python3-stem** (for Python + 3.x), and **python-stem-doc** (this website).
::
- % sudo yum install python-stem + % sudo dnf install python-stem
* - .. image:: /_static/section/download/gentoo.png :target: http://packages.gentoo.org/package/net-libs/stem