文章

Bauh

一個GUI程式管理pacman、AUR、Flatpak、AppImage......

簡介

bauh(原名:fpakman)是vinifmor於2019年6月發布的GUI軟體管理程式。和Timeshift集成,可在進行任何變動前備份。
支援:pacman、AUR、Flatpak、AppImage、aptitude、Snap、Web applications。

安裝與卸載

基於ArchLinux的發行版的安裝方式

方法1 (需要yay)

1
yay -S bauh

方法2 (需要git)

1
2
3
4
5
6
7
cd /opt
sudo git clone https://aur.archlinux.org/bauh.git
sudo chown -R $USER bauh
cd bauh
makepkg -si
cd ..
sudo rm -r bauh

基於Ubuntu的發行版的安裝方式

安裝所有依賴

1
sudo apt-get install python3 python3-pip python3-yaml python3-dateutil python3-pyqt5 python3-packaging python3-requests

安裝bauh本身

1
sudo pip3 install bauh

基於ArchLinux的發行版的卸載方式

以yay安裝的話

1
2
bauh --reset  # removes cache and configurations files from HOME
yay -R bauh

以git安裝的話

1
2
bauh --reset  # removes cache and configurations files from HOME
sudo pacman -R bauh

基於Ubuntu的發行版的卸載方式

以pip安裝的話

1
2
bauh --reset  # removes cache and configurations files from HOME
sudo pip3 uninstall bauh

開啟各種支援的方式

依照你的系統把對應的依賴裝入系統,並由程式主畫面右下角小齒輪按鈕進入設定開啟所需的支援。

Desktop View

用bauh更新電腦

每次開機後第一次啟動bauh時bauh就會自動檢查更新了。
或是自行點擊程式右下角選單內的Full update來檢查更新。

Desktop View

主題更改

點擊右下角像是調色板的按鈕即可選擇不同主題

light mode only dark mode only

錯誤排除

出現數個無法更新的locale包

Desktop View

1
2
flatpak config --set languages none
flatpak update -y
本文章以 CC BY 4.0 授權