コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Package deletion in AEM

Avatar

Community Advisor

Hi All -

I had noticed that whenever I tried to delete the package with version from package manager console ,that package rolled back to next previous version.

 

Example: package name = abc-1.1.15.zip

If we delete this package abc-1.1.15.zip - package with version abc-1.1.15 got deleted and package with version abc-1.1.14.zip remains in the package manager console.

 

How to delete the package with all version in single shot ? 

1 受け入れられたソリューション

Avatar

正解者
Level 4

hello,

go to crx/de and navigate to /etc/packages/{yourproject}.

This location contains all the pkg version your instance have and getting picked from uninstallation.
you can play here 😉, delete some version or whatever you suits you.

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 4

hello,

go to crx/de and navigate to /etc/packages/{yourproject}.

This location contains all the pkg version your instance have and getting picked from uninstallation.
you can play here 😉, delete some version or whatever you suits you.

Avatar

Community Advisor

Avatar

Community Advisor

Thanks @Siva_Sogalapalli - will try and update back.