Expand my Community achievements bar.

Introducing Adobe LLM Optimizer: Own your brand’s presence in AI-Powered search and discovery
SOLVED

Backend code sample or Query for filtering the latest package installed in package manager based on package group

Avatar

Level 2

Hi everyone,
We are planning to cleanup the package manager in AEM. May I know whether does anyone have an idea on listing down all the package which was installed latest under etc/packages/.

 

Thankyou in advance!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Community Advisor

Hi @AishwaryaKa 
You can try curl commands to list and uninstall
https://github.com/paulrohrbeck/aem-links/blob/master/curl_cheatsheet.md#package-management 

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 2

Hi Arun,
We need to list out the latest packages which is installed in package manager based on group names. I don't find any curl commands to list the latest packages. Kindly let me know if I have missed any of the curl commands related to this.

Avatar

Correct answer by
Community Advisor