Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


rocky_linux_9_migration_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rocky_linux_9_migration_notes [2024/11/20 10:40] juckinsrocky_linux_9_migration_notes [2025/01/03 21:01] (current) juckins
Line 1: Line 1:
 ==== Rocky Linux 9 Migration Notes ==== ==== Rocky Linux 9 Migration Notes ====
 +
 +__2024-11-25__
 +
 +Old news, but LibreOffice no longer supported by RedHat.  Get the latest LibreOffice from https://www.libreoffice.org/download/download-libreoffice/ 
 +
 +Unpack the tar and verify you see individual RPMs.  Then:
 +
 +  dnf localinstall *.rpm
 +  
 +You can then start an application like this:
 +
 +  libreoffice24.8 --calc test.csv
 +  
 +Make a .bashrc alias for shortcuts.
 +
 +__2024-11-21__
 +
 +Upgrade to Rocky Linux 9.5:
 +
 +Had to run the following due to package problems (which will break 'vlc')
 +
 +  dnf remove compat-ffmpeg4 ffmpeg-libs vlc 
 +  dnf update
 +  dnf install vlc gstreamer1-plugin-openh264
 +  
 +Then security cameras running vlc and totem worked correctly.
  
 __2024-05-13__ __2024-05-13__
Line 45: Line 71:
  
   * Since Xfce will be installed by running the bash script noted above, you can copy in pre-existing configs from another machine that already has Xfce installed.   * Since Xfce will be installed by running the bash script noted above, you can copy in pre-existing configs from another machine that already has Xfce installed.
-    * Copy files in ''~/.config/xfce4/'' from another pre-configured machine to this machine +    * Log out of the target machine 
-    * ''cd .config/xfce4; rsync -avzn --delete --progress . XX.XX.XX.XX:~/.config/xfce4/''    +    * Copy files in ''~/.config/xfce4/'' from another pre-configured machine to the target machine 
 +    * ''cd .config/xfce4; rsync -avzn --delete --progress . XX.XX.XX.XX:~/.config/xfce4/''   
 +    * Copy files in ''~/.config/Thunar/'' from another pre-configured machine to the target machine 
 +    * ''cd .config/Thunar; rsync -avzn --delete --progress . XX.XX.XX.XX:~/.config/Thunar/'' 
 +    * Reboot the target machine
     * See {{:xfce.png?linkonly|Xfce Desktop image 1}} or {{:xfce_desktop_layout.png?linkonly|Xfce Desktop image 2}} for suggested icons, placement, etc.     * See {{:xfce.png?linkonly|Xfce Desktop image 1}} or {{:xfce_desktop_layout.png?linkonly|Xfce Desktop image 2}} for suggested icons, placement, etc.
       * [[https://itsfoss.com/install-themes-xfce-xubuntu/|Notes for installing additional Xfce themes]]       * [[https://itsfoss.com/install-themes-xfce-xubuntu/|Notes for installing additional Xfce themes]]
rocky_linux_9_migration_notes.1732117207.txt.gz · Last modified: 2024/11/20 10:40 by juckins