Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| linux:distros:ubuntu_lts [2026/04/18 00:30] – [Repo] Sean Rhone | linux:distros:ubuntu_lts [2026/04/18 18:36] (current) – [Wine] Sean Rhone |
|---|
| |
| * https://dl.winehq.org/wine-builds/ubuntu/dists/ | * https://dl.winehq.org/wine-builds/ubuntu/dists/ |
| * 2025/12/15: ''questing'' | * ''noble'' |
| |
| sudo dpkg --add-architecture 'i386' | sudo dpkg --add-architecture 'i386' |
| |
| wget -O '/tmp/winehq.sources' 'https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources' && chmod -f '0644' '/tmp/winehq.sources' && sudo mv '/tmp/winehq.sources' '/etc/apt/sources.list.d/winehq.sources' && sudo chown -f 'root':'root' '/etc/apt/sources.list.d/winehq.sources' | wget -O '/tmp/winehq.sources' 'https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources' && chmod -f '0644' '/tmp/winehq.sources' && sudo mv '/tmp/winehq.sources' '/etc/apt/sources.list.d/winehq.sources' && sudo chown -f 'root':'root' '/etc/apt/sources.list.d/winehq.sources' |
| |
| === i386 Fix === | |
| |
| * 2025/12/15: Removes ''i386'' repo and fixes ''apt update'' notice | |
| |
| cat '/etc/apt/sources.list.d/winehq.sources' | grep 'Architectures: amd64 i386' > '/dev/null' && sudo sed -i 's/'i386'/''/g' '/etc/apt/sources.list.d/winehq.sources' | |
| |
| sudo -e '/etc/apt/sources.list.d/winehq.sources' | |
| |
| ====== Software ====== | ====== Software ====== |
| * :?: ''winbind'' used to fix //something// ((maybe DNS, something 32-bit, or SSL with osu!)) | * :?: ''winbind'' used to fix //something// ((maybe DNS, something 32-bit, or SSL with osu!)) |
| |
| wine icoutils | winehq-staging icoutils |
| | |
| | mesa-vulkan-drivers:i386 libgl1:i386 libegl1:i386 |
| |
| ===== Intel ===== | ===== Intel ===== |