Main public logs
Appearance
Combined display of all available logs of Codex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:15, 11 October 2024 Codex talk contribs created page Technology:ArchLinux (Created page with "== Troubleshooting conflicting packages == # Step 1: Refresh databases and clear cache sudo pacman -Syy sudo pacman -Scc # Step 2: Upgrade the system sudo pacman -Syu # Step 3: Check for orphans sudo pacman -Qtdq # Step 4: Install both packages together sudo pacman -S jre17-openjdk jre17-openjdk-headless # Step 5: Force remove and reinstall sudo pacman -Rdd jre17-openjdk jre17-openjdk-headless sudo pacman -Scc sudo pacman -S jre17-openjdk # Step 6: Verify package ve...")