Skip to content

109 Sandbox

A website made for testing

  • Home
  • All entries
  • Categories
  • Pages
  • Contact

Tag Archives: Ubuntu

How to get a list of installed APT packages

Using apt:

apt list --installed

The list can be filtered using grep. For example:

apt list --installed | grep python3.5

Using dpkg:

dpkg --get-selections | grep -v deinstall

The list can be filtered using grep. For example:

dpkg --get-selections | grep -v deinstall | grep python3.5

Posted byDemetris Kikizas18 Jan 20196 May 2020Posted inRecipesTags:Debian, Documentation, UbuntuLeave a comment on How to get a list of installed APT packages
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Est enim effectrix multarum et magnarum voluptatum. Quodcumque in mentem incideret, et quodcumque tamquam occurreret. Nulla erit controversia. Minime vero istorum quidem, inquit. Duo Reges: constructio interrete. This is the link, which is a bit long...

Categories

  • Android
  • CSS
  • Edge cases
  • JavaScript
  • Linux
  • Lorem
  • Markup
  • Media
  • Miscellaneous
  • Post Formats
  • Recipes
  • Software
  • Templates
  • Testing
  • Web
  • Windows
  • WordPress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • About
  • Activity
  • All entries
  • Blog
  • Categories
  • Classes
  • Contact
  • Front Page
  • Lights
  • Members
  • Ninja Forms
  • Pages
  • Panels
  • Plugins
  • Schedule an Appointment
  • Tests
  • Level 1
  • Lorem Ipsum
  • Page A
  • Page B
109 Sandbox, Proudly powered by WordPress.