All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:48, 29 May 2024 Shahed talk contribs created page Ubuntu Upgrade (Created page with "<syntaxhighlight lang="sql"> sudo apt update sudo apt upgrade </syntaxhighlight> ==Upgrade » 22.04 » 24.04== <syntaxhighlight lang="bash"> sudo sed -i 's|jammy|noble|g' /etc/apt/sources.list sudo apt update && sudo apt upgrade sudo apt dist-upgrade </syntaxhighlight> ==Upgrade » 23.10 » 24.04== <syntaxhighlight lang="bash"> sudo sed -i 's|mantic|noble|g' /etc/apt/sources.list sudo apt update && sudo apt upgrade sudo apt dist-upgrade </syntaxhighlight> ==References...")