Ubunutu 24.04 Linux 6.8.0-41-generic sucks so bad

tp1050 - Sep 2 - - Dev Community

So if you are here you do not need me telling you about the nightmare that is the YOUBOONT2 24.04 It simply just does not work.
If you are like me; have a messy personal desktop, you do not wish to reinstall the system because unlike your work machine this one is not backed-up properly, even the passwords are synced wrong, some places of the hard drive have encryptions I have forgotten the keys to them back in university and........ anyway below are the steps you want to take if you want to speed up your installation before attempting a full reinstall.

I mean UBUNTU IS FREE i should not nag, but why.......??????????

sudo apt autoremove

Enter fullscreen mode Exit fullscreen mode
sudo apt clean

Enter fullscreen mode Exit fullscreen mode
sudo apt install bleachbit

Enter fullscreen mode Exit fullscreen mode
#!/bin/bash
# Removes old revisions of snaps
# CLOSE ALL SNAPS BEFORE RUNNING THIS
set -eu

LANG=en_US.UTF-8 snap list --all | awk '/disabled/{print $1, $3}' |
    while read snapname revision; do
        snap remove "$snapname" --revision="$revision"
    done

Enter fullscreen mode Exit fullscreen mode
docker system prune

Enter fullscreen mode Exit fullscreen mode

flatpak list
flatpak uninstall --unused
Enter fullscreen mode Exit fullscreen mode
sudo add-apt-repository ppa:oguzhaninan/stacer
sudo apt update
sudo apt install stacer
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player