sudo dnf repoquery --unsatisfied
If none appear, the dependency tree is clean.
The core selling point of ReviOS has always been performance, and 23.08 continues this legacy. The "debloating" process here is surgical rather than destructive. revios 10 23.08 upgrade
1. Disabled Telemetry: Out of the box, 23.08 disables the extensive telemetry found in stock Windows 10. This not only improves privacy but also reduces background network usage and CPU cycles spent on data collection. sudo dnf repoquery --unsatisfied
2. Service Management: Non-essential services are disabled by default. This includes the "SysMain" (formerly Superfetch) service, which can cause high disk usage on older drives, and various error reporting services. The result is a system that idles at significantly lower RAM usage compared to a stock Windows installation—often idling around 900MB to 1.1GB of RAM depending on hardware. If none appear, the dependency tree is clean
3. Visuals: The aesthetic is kept clean. The Xbox Game Bar and Cortana are stripped out. The start menu is decluttered of the "Live Tiles" and promotional apps (like Candy Crush or Disney+) that plague a fresh Windows install.
sudo revios-backup --create --include-etc --include-home --exclude-cache
Alternatively, use tar to archive /etc, /var/lib/docker (or /var/lib/containers), and any application data.
lsb_release -a
uname -a
sudo apt update && sudo apt upgrade