Skip to content

Commit

Permalink
euse: add page (#15009)
Browse files Browse the repository at this point in the history
Co-authored-by: Lena <[email protected]>
Co-authored-by: Wiktor Perskawiec <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2024
1 parent 620a8e8 commit 94f5376
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/linux/euse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# euse

> Enable, disable, and obtain information about Gentoo USE flags.
> More information: <https://wiki.gentoo.org/wiki/Euse>.
- List active global USE flags:

`euse --active --global`

- List active local USE flags:

`euse --active --local`

- Enable a global USE flag:

`sudo euse --enable {{use_flag}}`

- Disable a global USE flag (put a '-' sign in front of the USE flag):

`sudo euse --disable {{use_flag}}`

- Remove a global USE flag:

`sudo euse --prune {{use_flag}}`

0 comments on commit 94f5376

Please sign in to comment.