Ubuntu: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Tw (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung Markierung: wikieditor |
Tw (Diskussion | Beiträge) Markierung: wikieditor |
||
| Zeile 25: | Zeile 25: | ||
=== VICE Update === | === VICE Linux === | ||
<br /> | |||
==== VICE Update ==== | |||
<br /> | <br /> | ||
| Zeile 31: | Zeile 34: | ||
[[VICE|VICE Wiki Seite]] | [[VICE|VICE Wiki Seite]] | ||
=== VICE Mingw === | === VICE Mingw === | ||
Version vom 28. August 2026, 14:17 Uhr

Step-by-Step Instructions
Update packages and Distribution
- Refresh local package lists to check for the newest software versions:
sudo apt update
- Upgrade existing packages on your system:
sudo apt upgrade -y
- Perform a distribution upgrade to handle changing dependencies and install any remaining held or phased updates:
sudo apt dist-upgrade -y
- Reboot your system if required (check if /run/reboot-required exists):
sudo rebootFor more detailed instructions or official troubleshooting, consult the Ubuntu Release Upgrade Documentation.
For more detailed instructions or official troubleshooting, consult the Release Upgrade Documentation.
VICE Linux
VICE Update
VICE kompilieren Ubuntu: VICE Ubuntu
VICE Mingw
Install MINGW
sudo apt install g++-mingw-w64-x86-64
Get VICE Sources
svn checkout https://svn.code.sf.net/p/vice-emu/code/trunk trunk
Update
svn up make sudo make install