Skip to content

Instantly share code, notes, and snippets.

@croensch
Last active August 20, 2019 23:03
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 croensch/e733ba6dd655f58abb0da7b6050200bb to your computer and use it in GitHub Desktop.
Save croensch/e733ba6dd655f58abb0da7b6050200bb to your computer and use it in GitHub Desktop.
redhat-update
rm -rf /var/cache/PackageKit && pkcon refresh force -c -1 # damned gnome
dnf install dnf-plugin-system-upgrade
dnf remove ember boost-date-time # removes a lot more
dnf system-upgrade download --releasever 30 --refresh upgrade
dnf install libreoffice java
#!/bin/bash
rm -rf /var/cache/PackageKit
pkcon refresh force -c -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment