many: address issues reported through GitHub#381
Merged
Conversation
Rnfudge02
commented
Jun 17, 2026
| sudo dnf upgrade | ||
| ``` | ||
|
|
||
| ## Add EPEL to RHEL 7 |
Rnfudge02
commented
Jun 17, 2026
| ## Confinement | ||
|
|
||
| To take advantage of {ref}`Snap confinement <explanation-security-snap-confinement>` and application sandboxing, ensure [AppArmor](https://wiki.archlinux.org/title/AppArmor#Installation) is install and enabled on your system, then run the following: | ||
| To take advantage of {ref}`Snap confinement <explanation-security-snap-confinement>` and application sandboxing, ensure AppArmor is installed and enabled by [following this guide](https://wiki.archlinux.org/title/AppArmor#Installation), then run the following: |
Rnfudge02
commented
Jun 17, 2026
|
|
||
| > ⓘ Available only on Ubuntu Core. | ||
|
|
||
| ## system system.hostname |
Rnfudge02
commented
Jun 17, 2026
| 3. the advocacy team, reviewers team and/or architects participate in vetting the snap/publisher | ||
| 4. once the publisher has been vetted, the technical reasons are captured and the request is approved, a store reviewer will issue a snap declaration for the snap and add a comment to the store, giving the URL to the forum post | ||
|
|
||
| A template for applying for classic confinement exists [here](https://forum.snapcraft.io/t/about-the-classic-confinement-category/43830) |
Rnfudge02
commented
Jun 17, 2026
| As with {ref}`Configuration in snaps <how-to-guides-work-with-snaps-configure-snaps>`, these options are changed with the `set` and `get` commands, but with a target of *system* instead of a specific snap: | ||
|
|
||
| ``` | ||
| snap set system some.option="some value" |
Rnfudge02
commented
Jun 17, 2026
| All files inside this directory will be included within the created squashfs file, which will be named by default `<snap_name>+<component_name>_<comp_version>.comp.` | ||
|
|
||
| For further details on packaging, see [How to package and upload a snap with components](https://canonical-snapcraft.readthedocs-hosted.com/en/latest/howto/components.html). | ||
| For further details on packaging, see [Create a component](https://documentation.ubuntu.com/snapcraft/9.0/how-to/crafting/create-a-component/). |
Contributor
Author
There was a problem hiding this comment.
Some documents use markdown style refs, and some use '{ref}environment variables <reference-development-environment-variables>' style formatting. @degville did you have a preference on which format we use going forward?
Contributor
Author
There was a problem hiding this comment.
When linking to things internal to the project, use MyST syntax. If it is external to the project, use markdown.
Contributor
Author
There was a problem hiding this comment.
Since this is in snapcraft, leave as MD.
This was referenced Jun 17, 2026
Closed
This was referenced Jun 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR aims to improve clarity for some instructions in the installation process, and update/remove deprecated links.