File tree 2 files changed +60
-0
lines changed 2 files changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ # aura
2
+
3
+ > Aura 包管理器:一个安全且支持多语言的 Arch Linux 和 AUR 的包管理器。
4
+ > 更多信息:< https://github.com/fosskers/aura > .
5
+
6
+ - 从官方仓库和 AUR 检索包:
7
+
8
+ ` aura --aursync --both --search {{包名|正则}} `
9
+
10
+ - 从 AUR 安装一个软件包:
11
+
12
+ ` aura --aursync {{包名}} `
13
+
14
+ - 以详细模式升级所有的 AUR 包并移除所有的编译依赖:
15
+
16
+ ` aura --aursync --diff --sysupgrade --delmakedeps --unsuppress `
17
+
18
+ - 从官方仓库安装一个软件包:
19
+
20
+ ` aura --sync {{包名}} `
21
+
22
+ - 同步并更新官方仓库的所有软件包:
23
+
24
+ ` aura --sync --refresh --sysupgrade `
25
+
26
+ - 使用包缓存降级一个软件包:
27
+
28
+ ` aura --downgrade {{包名}} `
29
+
30
+ - 移除一个软件包及其依赖:
31
+
32
+ ` aura --remove --recursive --unneeded {{包名}} `
33
+
34
+ - 移除孤儿包(作为依赖安装但现在不被任何包依赖):
35
+
36
+ ` aura --orphans --abandon `
Original file line number Diff line number Diff line change
1
+ # brightnessctl
2
+
3
+ > GUN/Linux 操作系统上用来读取和控制设备亮度的实用工具。
4
+ > 更多信息:< https://github.com/Hummer12007/brightnessctl > .
5
+
6
+ - 列出亮度可变的设备:
7
+
8
+ ` brightnessctl --list `
9
+
10
+ - 打印显示器当前亮度:
11
+
12
+ ` brightnessctl get `
13
+
14
+ - 将显示器背光的亮度设置为指定的百分比:
15
+
16
+ ` brightnessctl set {{50%}} `
17
+
18
+ - 按指定的增量增加亮度:
19
+
20
+ ` brightnessctl set {{+10%}} `
21
+
22
+ - 将亮度降低指定的递减量:
23
+
24
+ ` brightnessctl set {{-10%}} `
You can’t perform that action at this time.
0 commit comments