Skip to content

[cpackget] remove local packs #683

@ReinhardKeil

Description

@ReinhardKeil

Describe The Problem To Be Solved

I can install a pack from a repository using this command

But there is no way to remove this pack reference except manually changing the file ${CMSIS_PACK_ROOT}\Arm\Packs.Local/local_repository.pidx

<?xml version="1.0" encoding="UTF-8"?>
<index schemaVersion="1.1.0">
 <vendor>local repository</vendor>
 <url>C:/Users/reikei01/AppData/Local/Arm/Packs</url>
 <pindex>
#### remove this line
  <pdsc url="file://localhost/C:/w/alif_ensemble-cmsis-dfp/" vendor="AlifSemiconductor" name="Ensemble" version="2.1.0"></pdsc>
 </pindex>
</index>

Suggest A Solution

The command

cpackget rm  AlifSemiconductor::[email protected]

should remove the entry from the file local_repository.pidx

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions