Skip to content

Instantly share code, notes, and snippets.

@pastewka
Last active January 4, 2024 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pastewka/302f799c8cfa41018b4123dd93be563d to your computer and use it in GitHub Desktop.
Save pastewka/302f799c8cfa41018b4123dd93be563d to your computer and use it in GitHub Desktop.
Fedora packages
sudo wget -qO /etc/yum.repos.d/enpass-yum.repo https://yum.enpass.io/enpass-yum.repo
sudo wget -qO /etc/yum.repos.d/softmaker.repo https://shop.softmaker.com/repo/softmaker.repo
sudo rpm -v --import https://packages.microsoft.com/keys/microsoft.asc
sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
sudo dnf install -y dnf-plugin-config-manager fedora-workstation-repositories
sudo dnf config-manager --set-enabled google-chrome
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
sudo dnf -y install \
nextcloud-client \
NetworkManager-fortisslvpn-gnome \
gcc gcc-c++ clang rust python3 python3-pip python3-virtualenv \
fftw3-devel flexiblas-devel openblas-devel \
python3-numpy python3-scipy python3-ipython python3-nbformat \
texlive texlive-collection-publishers texlive-german texlive-babel-german texlive-hyphen-german texlive-zebra-goodies texlive-manfnt texlive-manfnt-font texlive-commath texlive-rsc \
cmake \
boost-devel \
libpq-devel \
gnome-extensions-app gnome-shell-extension-dash-to-dock gnome-shell-extension-appindicator gnome-tweaks \
evolution evolution-ews \
softmaker-office-nx \
enpass \
google-chrome \
code \
sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment