User Tools

Site Tools


linux:distros:ubuntu_lts

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
linux:distros:ubuntu_lts [2026/04/18 00:00] – [Extensions] Sean Rhonelinux:distros:ubuntu_lts [2026/04/18 18:36] (current) – [Wine] Sean Rhone
Line 3: Line 3:
   * Ubuntu ((https://ubuntu.com/desktop))   * Ubuntu ((https://ubuntu.com/desktop))
   * Long-Term Support (LTS) ((https://ubuntu.com/about/release-cycle, https://releases.ubuntu.com/))   * Long-Term Support (LTS) ((https://ubuntu.com/about/release-cycle, https://releases.ubuntu.com/))
- 
-  * :!: 2026/04/17: WIP 
  
   * Spinesnap = Dell Latitude 5591 ((i5-8400H, UHD 630, AX210, UEFI; no Thunderbolt, no dGPU))   * Spinesnap = Dell Latitude 5591 ((i5-8400H, UHD 630, AX210, UEFI; no Thunderbolt, no dGPU))
- 
-  cat '/etc/os-release' | grep 'VERSION=' 
  
   24.04.4 LTS (Noble Numbat)   24.04.4 LTS (Noble Numbat)
Line 23: Line 19:
 ===== Partitioning ===== ===== Partitioning =====
  
-  - Whole disk +  No LVM, no encryption
-  - No LVM, no encryption+
  
 <code> <code>
Line 34: Line 29:
  
   /dev/nvme0n1p1 on /boot/efi type vfat   /dev/nvme0n1p1 on /boot/efi type vfat
 +
 +====== Repositories ======
 +
 +===== WineHQ =====
 +
 +  * https://www.winehq.org/
 +  * https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu
 +
 +==== Key ====
 +
 +****
 +
 +  wget -O '/tmp/winehq.key' 'https://dl.winehq.org/wine-builds/winehq.key' && gpg --dearmor --output '/tmp/winehq-archive.key' '/tmp/winehq.key' && chmod -f '0644' '/tmp/winehq-archive.key' && sudo mv -fv '/tmp/winehq-archive.key' '/etc/apt/keyrings/winehq-archive.key' && sudo chown -f 'root':'root' '/etc/apt/keyrings/winehq-archive.key'
 +
 +==== Repo ====
 +
 +  * https://dl.winehq.org/wine-builds/ubuntu/dists/
 +  * ''noble''
 +
 +  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'
  
 ====== Software ====== ====== Software ======
Line 68: Line 85:
   * :?: ''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 =====
/var/www/wiki/data/attic/linux/distros/ubuntu_lts.1776484826.txt.gz · Last modified: by Sean Rhone · Currently locked by: Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki