> For the complete documentation index, see [llms.txt](https://hntech.gitbook.io/blueconda-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hntech.gitbook.io/blueconda-documentation/advancing-on-experienced/working-with-packages.md).

# Working With Packages

installing libraries and working with them using the Library manager!

Instead of fiddling with the command prompt, Blueconda has its own smart library manager.

{% tabs %}
{% tab title="Install a New Library" %}

<div><figure><img src="https://2452601860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKyrHKns88G6HCzCIn96r%2Fuploads%2FOp7oSw1Mncks0zwOByop%2FScreenshot%202026-07-24%20000813.png?alt=media&amp;token=2f3303bc-9f19-42b4-b6b4-7d09cb8d5d7c" alt=""><figcaption></figcaption></figure> <figure><img src="https://2452601860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKyrHKns88G6HCzCIn96r%2Fuploads%2FMC8UJA5hKwqvuDZPbLwi%2FScreenshot%202026-07-24%20000950.png?alt=media&amp;token=796745a7-85d3-470a-9432-768997ba1e6a" alt=""><figcaption></figcaption></figure></div>

Click List Libraries to see all currently installed libraries. Clicking Info will show information about each one, and the red X will delete them.
{% endtab %}

{% tab title="Viewing Installed Libraries" %}

<figure><img src="https://2452601860-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKyrHKns88G6HCzCIn96r%2Fuploads%2F3DKvSizbZtNaiNB4Pknq%2FScreenshot%202026-07-24%20002022.png?alt=media&amp;token=cab1d7b6-55f9-4cd2-8dcb-a05b508e7377" alt="" width="170"><figcaption></figcaption></figure>

Search up a library name and Blueconda will search the Python Package Index (PyPI) to find a match. It'll show exact matches (the one you're likely looking for) as well as similar ones. Clicking Download will install that library.
{% endtab %}
{% endtabs %}
