[GH-ISSUE #1538] "Install software" is missing a package that appears at chocolatey.org #965

Closed
opened 2026-03-02 02:20:16 +03:00 by kerem · 12 comments
Owner

Originally created by @moose999 on GitHub (Jun 14, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1538

Server Info (please complete the following information):

  • OS: Ubuntu 20.04
  • Browser: firefox
  • RMM Version (as shown in top left of web UI): v0.15.12

Installation Method:

  • [X ] Standard
  • Docker

Agent Info (please complete the following information):

  • Agent version (as shown in the 'Summary' tab of the agent from web UI): Agent v2.4.9
  • Agent OS: Win 10/11

Describe the bug
A package that appears on https://chocolatey.org/ is not available to install

To Reproduce
Steps to reproduce the behavior:

  1. Go to software
  2. Click on install
  3. Search for remarkable

Expected behavior
I'd expect to see https://community.chocolatey.org/packages/remarkable

Screenshots
image

This package has only been on choco since Thursday, May 25, 2023 - do I need to refresh the choco package list somehow?

Originally created by @moose999 on GitHub (Jun 14, 2023). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1538 **Server Info (please complete the following information):** - OS: Ubuntu 20.04 - Browser: firefox - RMM Version (as shown in top left of web UI): v0.15.12 **Installation Method:** - [X ] Standard - [ ] Docker **Agent Info (please complete the following information):** - Agent version (as shown in the 'Summary' tab of the agent from web UI): Agent v2.4.9 - Agent OS: Win 10/11 **Describe the bug** A package that appears on https://chocolatey.org/ is not available to install **To Reproduce** Steps to reproduce the behavior: 1. Go to software 2. Click on install 3. Search for remarkable **Expected behavior** I'd expect to see https://community.chocolatey.org/packages/remarkable **Screenshots** ![image](https://github.com/amidaware/tacticalrmm/assets/22505336/1e7d8d64-f712-4856-a23a-f7cc739b128c) This package has only been on choco since Thursday, May 25, 2023 - do I need to refresh the choco package list somehow?
kerem 2026-03-02 02:20:16 +03:00
Author
Owner

@silversword411 commented on GitHub (Jun 14, 2023):

Unfortunately the chocolately library in TRMM doesn't pull the live list of available software from https://community.chocolatey.org

This has yet to be...remedied

<!-- gh-comment-id:1591985369 --> @silversword411 commented on GitHub (Jun 14, 2023): Unfortunately the chocolately library in TRMM doesn't pull the live list of available software from https://community.chocolatey.org This has yet to be...remedied
Author
Owner

@moose999 commented on GitHub (Jun 15, 2023):

Understood, will the list be updated at the next TRMM update?

Many thanks!

<!-- gh-comment-id:1592705605 --> @moose999 commented on GitHub (Jun 15, 2023): Understood, will the list be updated at the next TRMM update? Many thanks!
Author
Owner

@moose999 commented on GitHub (Jul 6, 2023):

Hi,

I have installed the new update, and this software is still not listed. Is there a way to manually update the list?

Thanks,
Justin

<!-- gh-comment-id:1623590411 --> @moose999 commented on GitHub (Jul 6, 2023): Hi, I have installed the new update, and this software is still not listed. Is there a way to manually update the list? Thanks, Justin
Author
Owner

@silversword411 commented on GitHub (Jul 6, 2023):

What package is missing?

In the mean time run the install as a script

Choco install -y packagename
<!-- gh-comment-id:1623629922 --> @silversword411 commented on GitHub (Jul 6, 2023): What package is missing? In the mean time run the install as a script ``` Choco install -y packagename ```
Author
Owner

@moose999 commented on GitHub (Jul 6, 2023):

Hi there,

The package is https://community.chocolatey.org/packages/remarkable

All the best,
Justin

<!-- gh-comment-id:1623632301 --> @moose999 commented on GitHub (Jul 6, 2023): Hi there, The package is https://community.chocolatey.org/packages/remarkable All the best, Justin
Author
Owner

@moose999 commented on GitHub (Aug 16, 2023):

Hi,

I have installed the latest update, and this software is still not listed.

Many thanks,
Justin

<!-- gh-comment-id:1680653907 --> @moose999 commented on GitHub (Aug 16, 2023): Hi, I have installed the latest update, and this software is still not listed. Many thanks, Justin
Author
Owner

@wh1te909 commented on GitHub (Sep 30, 2023):

i updated the list with a few thousand new packages, will be in next release

<!-- gh-comment-id:1741882343 --> @wh1te909 commented on GitHub (Sep 30, 2023): i updated the list with a few thousand new packages, will be in next release
Author
Owner

@wh1te909 commented on GitHub (Oct 2, 2023):

released in 0.16.5

<!-- gh-comment-id:1743849696 --> @wh1te909 commented on GitHub (Oct 2, 2023): released in 0.16.5
Author
Owner

@moose999 commented on GitHub (Oct 3, 2023):

Sorted, many thanks indeed!

<!-- gh-comment-id:1744599619 --> @moose999 commented on GitHub (Oct 3, 2023): Sorted, many thanks indeed!
Author
Owner

@ioscanner commented on GitHub (Nov 30, 2023):

Is there a way to update without you having to push new packages into Tactical? This is not very practical if I create a new package and need to push it out ASAP. I have added new packages into Chocolatey and they are not showing in Tactical RMM Software either.

<!-- gh-comment-id:1834438980 --> @ioscanner commented on GitHub (Nov 30, 2023): Is there a way to update without you having to push new packages into Tactical? This is not very practical if I create a new package and need to push it out ASAP. I have added new packages into Chocolatey and they are not showing in Tactical RMM Software either.
Author
Owner

@wh1te909 commented on GitHub (Dec 18, 2023):

@ioscanner yes, you can manually add it to this json file on your server (just follow the same format) and then run the following management command to load it into your trmm database:

python manage.py load_chocos
<!-- gh-comment-id:1859727825 --> @wh1te909 commented on GitHub (Dec 18, 2023): @ioscanner yes, you can manually add it to [this](https://github.com/amidaware/tacticalrmm/blob/develop/api/tacticalrmm/software/chocos.json) json file on your server (just follow the same format) and then run the following [management command](https://docs.tacticalrmm.com/management_cmds/) to load it into your trmm database: ``` python manage.py load_chocos ```
Author
Owner

@silversword411 commented on GitHub (Dec 20, 2023):

While you're at that...a PR to update the json for the missing package would be nice. :)

<!-- gh-comment-id:1863856508 --> @silversword411 commented on GitHub (Dec 20, 2023): While you're at that...a PR to update the json for the missing package would be nice. :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#965
No description provided.