Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ubuntu_notes

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ubuntu_notes [2019/09/12 10:00] juckinsubuntu_notes [2019/10/11 14:04] juckins
Line 12: Line 12:
 lsb_release -a lsb_release -a
 </code> </code>
 +
 +View installed packages:
 +<code>
 +# apt list --installed
 +# dpkg --get-selections | grep -v deinstall |grep unifi
 +</code>
 +
 +Remove installed package:
 +# dpkg -r package_name
 +
  
 ---- ----
ubuntu_notes.txt · Last modified: 2021/02/21 11:09 by juckins