Can remove required-snaps
Bug #1649837 reported by
Didier Roche-Tolomelli
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapd |
Confirmed
|
Medium
|
Samuele Pedroni |
Bug Description
Snap 2.17 (?), installed on 14th december with snaps from the beta channel
1. create a model assertion with:
"required-snaps": ["hello", "hello-world"],
2. build it with ubuntu-image. You will see hello and hello-world being installed
3. flash that image on a hw, once console-conf config is done, check that hello and hello-world are indeed installed
4. snap remove hello
-> success.
The term "required" in "required-snaps" seems to intend that you can't remove those snaps from this model. It's not the case.
Either the term should be changed or snapd fixed to not remove them.
Changed in snapd: | |
importance: | Undecided → Medium |
To post a comment you must log in.
no, the intention is correct, required-snaps should not be removable, there's actually work in progress with PRs about this