How do you list ALL packages in Nuget

Eric Ziko picture Eric Ziko · Jan 20, 2011 · Viewed 17.5k times · Source

Is there a way to list all packages available through the NuGet command line interface.

When I use the following command:

Get-Package -Remote

In the package manager console, it only lists the first 100 packages.

Thank you

Eric

Answer

frank.m picture frank.m · Jun 10, 2011
Get-Package -ListAvailable  

or

Get-Package -ListAvailable -Filter NHibernate