wiki.xw3.org

Welcome to the xw3 Wiki! Powered by hanez

User Tools

Site Tools


linux:debian_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:debian_linux [2025-03-18] – removed - external edit (Unknown date) 127.0.0.1linux:debian_linux [2025-03-18] (current) – ↷ Page name changed from linux:debian to linux:debian_linux hanez
Line 1: Line 1:
 +====== Debian Linux ======
  
 +===== How to list installed packages =====
 +
 +<code>apt list --installed</code>
 +
 +Source: [[https://linuxconfig.org/list-installed-packages-with-apt-command]]
 +
 +===== How to Clear Apt Cache in Debian, Ubuntu and Linux Mint =====
 +
 +<code>sudo apt clean --dry-run</code>
 +
 +Then:
 +
 +<code>sudo apt clean</code>
 +
 +Source: [[https://www.ubuntumint.com/clean-apt-cache/]]