Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4236896
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T02:42:07+00:00 2026-05-21T02:42:07+00:00

How do you get documentation on the packages that you install/uninstall? Every site I

  • 0

How do you get documentation on the packages that you install/uninstall? Every site I find that has any information regarding NuGet or the Package Manager Console is SUPER EXCITED to show you how to install/uninstall a package.

This seems trivial but you would think there’d be some console command that said something like Describe-Package or something or maybe the author could leave a link in the description on the NuGet website but no. Nothing, nada, zip.

Can someone please put me out of my misery and either tell me there’s no official documentation structure for the packages or is there a command where I can view the available commands?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T02:42:07+00:00Added an answer on May 21, 2026 at 2:42 am

    This will get you the list of available commands in NuGet:

    Get-Command -Module nuget.visualstudio
    

    This is a Powershell command returning a list of type CommandInfo.

    You can then get help about a specific command by doing:

    Get-Help Install-Package
    

    For a summary of all commands, try:

    Get-Command -Module nuget.visualstudio |% { Get-Help $_.Name | select Name, Synopsis } | Format-Table -Auto
    

    You could create an alias for this is you were to use it often.

    If you wanted to get the description of a package from a repository:

    Find-Package -Remote elmah | Select Description
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From django documentation: js_info_dict = { 'packages': ('your.app.package',), } urlpatterns = patterns('', (r'^jsi18n/$', 'django.views.i18n.javascript_catalog',
Following up on my last year's question on documentation, I now want to get
I'm developing an Python egg that has several .txt dependencies (they're templates used to
The documentation states that there is a command-line shell for sqlite3: To start the
I've been looking around the CherryPy documentation, but can't quite get my head around
I needed to install Ubuntu Lucid 10.04 for my dev work. I found that
Should Library path point to the source files of packages? Delphi 7 documentation says
I am trying to control which files make into the WAR package that is
Can i get the source code for a WAMP stack installer somewhere? Any help
I'm trying to get a non-generated script when I run setup.py install for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.