All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:39, 9 August 2026 Kenneth talk contribs created page Ubuntu/snapd (Created page with "== Termindate snapd with prejudice == snap list sudo snap list | awk '{print $1}' | xargs -L 1 sudo snap remove --purge sudo apt remove --purge snapd sudo apt-mark hold snapd Find and terminate any snapd directories: ## /home/snap sudo find /home -type d -name snap sudo find /home -regex '/home/[a-zA-Z0-9.]: snap' -type d -name snap # sudo find /home -regex '/home/[a-zA-Z0-9.]*/snap' -type d -name snap -exec rm -rf {} \; ## other candidates - this could ta...")