1406 字
7 分钟
软件安装相关
2026-05-27
2026-05-28

主目录:返回主目录#

上一节:安装Niri#

如何安装软件#

安装软件主要分四种方式

  1. pacman从官方仓库和archlinuxcn安装软件

  2. yay或者paru从AUR(archlinux用户仓库)安装软件

    AUR很方便,但要注意辨识它是否安全。千万不要使用来源不明、不再维护、无人使用的AUR包。

  3. flatpakflathub或指定的flathub源下载。需要GUI可以安装bazaar

  4. 应用官网下载appimage包直接运行

    appimage和flatpak类似,也是所有发行版通用的打包方式,可以理解为免安装便携版。

建议优先级:官方pacman >> 经过验证的flatpak > 用户仓库(AUR、CN源等) > 官网下载

一些推荐的软件#

pacman#

Terminal window
sudo pacman -S --needed mission-center gnome-logs gnome-text-editor gparted dosfstools ntfs-3g exfat-utils f2fs-tools udftools xfsprogs gnome-font-viewer gnome-clocks gnome-weather gnome-calculator loupe snapshot baobab celluloid fragments file-roller foliate firefox gst-plugin-pipewire gst-plugins-good pacman-contrib papers easyeffects

mission-center 类似win11的任务管理器,强烈推荐

gnome-logs 方便查看系统日志

gnome-text-editor gnome标配记事本

gparted 磁盘管理工具,可以调节分区大小和格式化分区等等

dosfstools ntfs-3g exfat-utils f2fs-tools udftools xfsprogs补全gparted的功能

gnome-font-viewer 方便安装和查看字体

gnome-clocks 时钟工具,可以设置闹钟和计时

gnome-weather 天气,设置地区之后可以在系统托盘里显示天气,安装扩展后可以在时间边上显示天气组件

gnome-calculator 计算器

loupe 图片查看工具

snapshot相机,摄像头

baobab 磁盘使用情况分析工具

celluloid 是基于mpv的视频播放器

fragments 是符合gnome设计理念的种子下载器

foliate 电子书阅读器

firefox linux上性能表现最佳的浏览器,需要别的可以商店自行搜索安装

gst-plugin-pipewire gst-plugins-good 激活gnome截图工具自带的录屏

pacman-contrib 提供pacman的一些额外功能,比如checkupdates用来检查更新

papers pdf阅读器

easyeffects设置麦克风降噪、混响、音响音效之类的

AUR#

yay安装软件会询问是否要清理构建文件、显示包差异,通常不用理会直接回车就行。

yay -S linuxqq-appimage wechat-appimage wps-office-cn wps-office-mui-zh-cn typora-free pacseek

linuxqq-appimageappimage版的qq

wechat-appimageappimage版的微信

wps-office-cn wps办公,其实我比较喜欢onlyoffice

wps-office-mui-zh-cn wps的中文语言包

装wps时记得改一下启动项,首先

which wps

查看位置,sudo vim编辑

gOpt=
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx5
export QT_FONT_DPI=130 # 如果觉得字体太小

typora-free typora的免费版,markdown编辑器

pacseek 提供TUI(终端用户交互工具)用来可视化搜索官方源和aur软件包的

Flatpak#

flatpak install flathub io.github.Predidit.Kazumi io.gitlab.theevilskeleton.Upscaler com.github.unrud.VideoDownloader io.github.ilya_zlobintsev.LACT com.geeks3d.furmark io.github.flattool.Warehouse com.github.tchx84.Flatseal com.dec05eba.gpu_screen_recorder

kazumi追番

upscaler图片超分

video downloader下载144p~8k视频

LACT显卡超频、限制功率、风扇控制等等

furmark 显卡烤鸡

Warehouse 用来管理flatpak的源、软件、属性、用户数据之类的

Flatseal 管理flatpak应用的权限、环境变量之类的

gpu_screen_recorder 类似nvidiaApp的录屏软件

其他好用的软件#

gnome-calendar 日历
gnome-music 本地音乐播放器
decibels 显示波形的音频播放器
curtail 压缩图片大小
switcheroo 变更图片格式
komikku 看漫画
secrets 本地加密保存账号密码
wordbook 英英词典
shortware 收听电台
localesend 局域网传输文件
handbrake 视频转码
footage 简单的视频剪辑、压制软件
gdu 终端磁盘空间查看器

星火应用商店#

Amber CE: 琥珀兼容环境:一款Bubblewrap容器,极轻量系统容器

amber-ce-bookworm: 使用bwrap的Debian 12容器

Spark Store

  1. 安装ace容器

    yay -S amber-ce-trixie
  2. 安装完成后没有显示图标的话登出一次

  3. 官网下载星火应用商店的deb包

    Spark Store

  4. 打开ace(蓝色图标)

  5. 安装星火应用商店

    sudo apt install /home/shorin/Downloads/spark-store_4.8.0_amd64.deb
    apt是debian的包管理器
    install代表安装
    后面指定了安装包的绝对路径,可以手动输入,也可以把安装包拖拽进终端里自动输入路径

ace容器内启用输入法#

  • ibus

    仅gtk应用可用,解决办法暂时未知

  • fcitx5

    sudo apt install fcitx5-frontend-gtk2 fcitx5-frontend-gtk3 fcitx5-frontend-gtk4 fcitx5-frontend-qt5 fcitx5-frontend-qt6

卸载#

使用ace 软件卸载器卸载软件,或者sudo apt remove 【包名】,或者直接删除整个容器,删除容器之后里面的所有东西都不会留下。

yay -Rns amber-ce-trixie

专业软件平替#

修图#

photopea

canva

gimp

krita

视频剪辑#

达芬奇

yay -S davinci-resolve
# 要去官网自己下载linux版本的包,放在.cache/yay/davinci-resolve里面

kdenlive

shotcut

以及各类线上剪辑网站,比如flixier

我安装的一些软件#

包名软件名称描述来源
iwdiwdInternet Wireless Daemonpacman
impalaImpalaTUI for managing wifipacman
pulsemixerPulsemixerCLI and curses mixer for pulseaudiopacman
gdugduFast disk usage analyzerpacman
jrnljrnlCollect your thoughts and notes without leaving the command linepacman
dmidecodedmidecodeDesktop Management Interface table related utilitiespacman
nvtopnvtopGPUs process monitoring for AMD, Intel and NVIDIApacman
mission-centerMission CenterMonitor your CPU, Memory, Disk, Network and GPU usagepacman
gnome-logsGNOME LogsA log viewer for the systemd journalpacman
gnome-text-editorGNOME 文本编辑器A simple text editor for the GNOME desktoppacman
gnome-clocksGNOME 时钟Clocks applications for GNOMEpacman
gnome-calculatorGNOME 计算器GNOME Scientific calculatorpacman
loupeLoupeA simple image viewer for GNOMEpacman
snapshotSnapshotTake pictures and videospacman
baobabBaobabA graphical directory tree analyzerpacman
celluloidCelluloidSimple GTK+ frontend for mpvpacman
fragmentsFragmentsBitTorrent client for GNOMEpacman
papersPapersDocument viewer for PDF and other document formatspacman
pacman-contribPacman 贡献工具Contributed scripts and tools for pacman systemspacman
goGoCore compiler tools for the Go programming languagepacman
linuxqq-appimageQQNew Linux QQ based on ElectronAUR
wechat-appimage微信Wechat for LinuxAUR
wps-office-cnWPS OfficeKingsoft Office (WPS Office) CN versionAUR
typora-freeTyporaA minimal markdown editor and readerAUR
pacseekPacseekTUI for searching and installing Arch Linux packagesAUR
gnome-calendarGNOME 日历Simple and beautiful calendar applicationpacman
gnome-musicGNOME 音乐Music player and management applicationpacman
curtailCurtailImage compressor for PNG/JPEG/WebP/SVGpacman
visual-studio-code-binVS CodeEditor for building and debugging modern web and cloud appsAUR
zoteroZoteroReference management toolarchlinuxcn
google-chromeGoogle ChromeThe popular web browser by Google (Stable)AUR
nutstore坚果云Cloud sync and file sharing serviceAUR
moonlight-qtMoonlightGameStream client for PCspacman
throttledthrottledWorkaround for Intel throttling issues in Linuxpacman
obsidianObsidianA powerful knowledge base on top of local Markdown filespacman
prince-binPrinceConvert HTML documents to PDF with CSSAUR
wemeet-bin腾讯会议Tencent Video ConferencingAUR
pavucontrolPulseAudio 音量控制PulseAudio Volume Controlpacman
gdbGDBThe GNU Debuggerpacman
aichataichatAll-in-one AI CLI tool with Chat-REPL, RAG, AI tools & agentspacman
glowGlowCommand-line markdown rendererpacman
cherry-studioCherry StudioDesktop client supporting multiple LLM providersarchlinuxcn
opencodeOpencodeThe open source coding agentpacman
ripgrepripgrepCode search tool combining usability of ag with raw speed of greppacman
nanoNanoPico editor clone with enhancementspacman
nodejsNode.jsEvented I/O for V8 JavaScript (Current release)pacman
npmnpmJavaScript package managerpacman
软件安装相关
https://laplacan.icu/posts/archlinux-guide/software/
作者
LapLacan
发布于
2026-05-27
许可协议
CC BY-NC-SA 4.0