tiny_computer icon indicating copy to clipboard operation
tiny_computer copied to clipboard

[Feature] Please Update Debian To 13

Open rayiup opened this issue 3 months ago • 4 comments

Must specify usage scenarios and value

Can?

rayiup avatar Oct 16 '25 11:10 rayiup

Recently I found bizhawk arm64 doesn't work on debian 12 but it does on debian 13. Thats one use case I found.

InfamousKnight avatar Nov 18 '25 14:11 InfamousKnight

Link?

rayiup avatar Nov 23 '25 06:11 rayiup

Link to what?

As for bizhawk, google bizhawk gitlab. And under pipes, get the arm64 version.

Dependencies needed are mono-complete, libsdl2-dev, and libopenal1(not needed, its just for sound).

Doesn't work on debian 12. Fails to load sdl2. Debian 13 it opens just fine.

As for link to debian 13, you'd have to go through the termux x11 stuff.

InfamousKnight avatar Nov 23 '25 17:11 InfamousKnight

Got it to work:

Image [UPDATE] Got it to work without breaking the desktop components and getting opengl to work:

After getting lxqt build installed and opened: Open terminal Sudo apt update Sudo apt upgrade -y Sudo apt install mono-complete -y Sudo apt install libsdl2-dev Sudo apt install libopenal1 Sudo nano /etc/apt/sources.list Replace bookworm with Trixie Ctrl +o Enter Ctrl +x Sudo apt update Sudo apt upgrade When it reaches dpkg error about processing an archive and reached end of stream, exit the app and open again Open terminal Sudo apt upgrade It will give you a command to follow to fix everything up Run that command.

And you're good to go!

Use lxqt build.

When after getting to the desktop, run terminal:

Sudo nano /etc/apt/sources.list

Replace bookworm with trixie Ctrl + o Ctrl + x Sudo apt update Sudo apt full-upgrade It will eventually fail at end of stream or some dpkg error.

Exit the app Start the app up again.

An error message saying power management failed. Just ignore it.

Open terminal again and run sudo apt update.

It will give an error and what to do next.

Run the command it suggests. And wait until its done.

And boom

InfamousKnight avatar Nov 26 '25 23:11 InfamousKnight