Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

VPS stopped working. Not booting properly

13»

Comments

  • cleonardcleonard Member
    edited November 2011

    @breton You can get that list with the following. The first is for the redhat's and the second for the debian's..

    rpm -qa

    dpkg --get-selections

    The dpkg gives a nice sorted list, while the rpm does not I usually add a "| sort" to the rpm command so the list is sorted. Otherwise it's impossible to find anything.

  • tuxtux Veteran

    or you can use this command: yum list installed

Sign In or Register to comment.