mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 08:55:29 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/linux/euse
Normal file
29
tldr/linux/euse
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user