ArchLinux安装的软件与工具的记录:修订间差异

来自Wired
跳到导航跳到搜索
无编辑摘要
无编辑摘要
第165行: 第165行:
整理和管理 AppImage 文件,统一移动到某存放appimage的文件夹内、生成desktop文件。
整理和管理 AppImage 文件,统一移动到某存放appimage的文件夹内、生成desktop文件。


== 输入法 ==
== 系统 ==
 
===== usbutils =====
<code>sudo pacman -S usbutils --noconfirm</code>
 
usb管理工具包,主要就是用lsub
 
===== ltp =====
https://linrunner.de/tlp/installation/arch.html<syntaxhighlight lang="shell" line="1">
sudo pacman -S tlp tlp-pd tlp-rdw smartmontools ethtool --noconfirm
sudo systemctl enable tlp.service
sudo systemctl enable --now tlp-pd.service
sudo systemctl enable NetworkManager-dispatcher.service
sudo systemctl mask systemd-rfkill.service systemd-rfkill.socket
</syntaxhighlight><code>sudo nano /etc/tlp.conf</code>
 
取消注释并修改如下(用电池时限制cpu性能以节省电源):
 
* <code>CPU_BOOST_ON_BAT=0</code>
* <code>CPU_ENERGY_PERF_POLICY_ON_BAT=power</code>


===== fcitx5 =====
===== fcitx5 =====
<code>sudo pacman -S fcitx5-im fcitx5-rime fcitx5-chinese-addons fcitx5-configtool</code>
<code>sudo pacman -S fcitx5-im fcitx5-rime fcitx5-chinese-addons fcitx5-configtool --noconfirm</code>


* 输fcitx5本体、rime引擎、一个中文输入法、配置修改GUI工具
* 输fcitx5本体、rime引擎、一个中文输入法、配置修改GUI工具
第343行: 第362行:


需要依赖:<code>sudo pacman -S fuse2 --noconfirm</code>
需要依赖:<code>sudo pacman -S fuse2 --noconfirm</code>
== 学习 ==
===== anki =====
<code>yay -S anki-bin --noconfirm</code>