mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 04:44:15 +02:00
aria download parameter fix | installation output log fix
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
||||
## bauh
|
||||
|
||||
Graphical user interface to manage your Linux applications (packages) (old **fpakman**). It currently supports Flatpak, Snap and AUR packaging types. When you launch **bauh** you will see
|
||||
a management panel where you can search, update, install and uninstall applications. You can also downgrade some applications depending on the package technology.
|
||||
a management panel where you can search, update, install, uninstall and launch applications. You can also downgrade some applications depending on the package technology.
|
||||
|
||||
It has a **tray mode** (see **Settings** below) that attaches the application icon to the system tray providing a quick way to launch it. Also the icon will get red when updates are available.
|
||||
|
||||
@@ -88,19 +88,19 @@ The application settings are stored in **/home/$USER/.config/bauh/config.json**
|
||||
- Let the disk cache always enabled so **bauh** does not need to dynamically retrieve some data every time you launch it.
|
||||
|
||||
### Flatpak support ( flatpak gem )
|
||||
- The user is able to search, install, uninstall, downgrade and retrieve the applications history
|
||||
- The user is able to search, install, uninstall, downgrade, laucnh and retrieve the applications history
|
||||
|
||||
### Snap support ( snap gem )
|
||||
- The user is able to search, install, uninstall and downgrade applications
|
||||
- The user is able to search, install, uninstall, launch and downgrade applications
|
||||
|
||||
### AUR support ( arch gem )
|
||||
- The user is able to search, install, uninstall, downgrade and retrieve the packages history
|
||||
- The user is able to search, install, uninstall, downgrade, launch and retrieve the packages history
|
||||
- It handles conflicts, and missing / optional packages installations
|
||||
- Automatically makes a simple package compilation improvement: if **MAKEFLAGS** is not set in **/etc/makepkg.conf** and **/home/$USER/makepkg.conf** does not exist,
|
||||
then a copy of **/etc/makepkg.conf** will be generated at **/home/$USER/makepkg.conf** defining MAKEFLAGS to work with
|
||||
the number of your machine processors multiplied by 1.5 rounded up ( this feature can be disabled through the environment variable **BAUH_ARCH_OPTIMIZE=0** )
|
||||
- If (**aria2**) [https://github.com/aria2/aria2] is installed on your system and multi-threaded downloads are enabled ( see**BAUH_DOWNLOAD_MULTITHREAD** ), the source packages
|
||||
will be downloaded faster.
|
||||
will be pre-downloaded faster ( it does **NOT** modify your **pacman** settings ).
|
||||
|
||||
|
||||
### Logs
|
||||
|
||||
Reference in New Issue
Block a user