File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/source/users/rmg/installation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments