til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

How to check if a package is installed

To check if a package is installed on your Ubuntu server, you can use the dpkg command.

dpkg -l | grep <package name>

Resources and References