Setting up Fedora version 2

Linux
Fedora
Author

Etiënne Thomassen

Published

April 26, 2026

Last year I switched to Fedora from Pop_OS and Ubuntu before that. I quite like the vanilla Gnome and the more up to date packages. In this post I keep track of some of my install so I can revisit this later for reference.

R programming language

Install R and enable R Copr repository and install manager

$ sudo dnf install R
$ sudo dnf copr enable iucar/cran
$ sudo dnf install R-CoprManager

R-Studio is in another repo

$ sudo dnf copr enable iucar/rstudio
$ sudo dnf install rstudio-desktop

Entry on CRAN Github repository of cran2copr

Typst

$ sudo dnf copr enable claaj/typst
$ sudo dnf install typst