Skip to content

Commit 3a01cd1

Browse files
committed
removed libxrender1 from all installation commands except wsl/debian
1 parent 370fcfc commit 3a01cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/source/users/rmg/installation/anacondaDeveloper.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Installation by Source Using Anaconda Environment for Unix-based Systems: Linux
3838

3939
b. On Fedora and Red Hat derivatives (RHEL 8+) the package manager is ``dnf`` ::
4040

41-
sudo dnf install git gcc gcc-c++ make libxrender1
41+
sudo dnf install git gcc gcc-c++ make
4242

4343
c. For Red Hat 7 and lower, replace ``dnf`` with ``yum`` in the preceding.
4444

4545
d. On openSUSE the package manager is ``zypper``::
4646

47-
sudo zypper install git gcc gcc-c++ make libxrender1
47+
sudo zypper install git gcc gcc-c++ make
4848

4949
e. On Manjaro or Arch Linux the package manager is ``pacman`` ::
5050

51-
sudo pacman -S git gcc make libxrender1
51+
sudo pacman -S git gcc make
5252

5353
f. For MacOS users, the above packages can be easily obtained by installing the XCode Command Line Tools.
5454
These are a set of packages relevant for software development which have been bundled together by Apple.

0 commit comments

Comments
 (0)