List all installed Packages
I found out how to do this recently and thought it might be helpful to some people. To output this information to a file in your home directory you would use, Code:
dpkg --get-selections > installed-software
```And if you wanted to use the list to reinstall this software on a fresh ubuntu setup, Code:```
dpkg --set-selections < installed-software
```followed by Code:```
dselect
Archives
Categories
ElectronicsTags
Recent Posts
Tuning a PCB Antenna in the Loop, From KiCad to a 3D-Printed Radiation Pattern
The BGA Evacuation Plan- How to Estimate PCB Layers Using the Stadium Method
From Envelope Writer to A3 Drawbot- Modding a Small Drawing Robot
GPIO Hacker Board Timelapse on Core One
Core One Assembly, Add-ons, and Initial Prints