- ArchPKGs
- A Straightforward Guide on Installing grub-customizer on Arch-Based Linux (Manjaro/Parabola)
- Table of Contents
- grub-customizer (Extra) link
- Installation link
- Updating link
- Removal link
- grub-customizer (Community) link
- Installation link
- Updating link
- Removal link
- grub-customizer (Community Testing) link
- Installation link
- Updating link
- Removal link
- More Guides
- Installing raise-or-run with Command Line on Arch Linux (Manjaro, Artix)
- Guide on Install/Update/Uninstall perl-net-telnet on Arch Linux/Manjaro/Anarchy
- srandrd Install/Update/Uninstall Tutorial on Arch Linux, Manjaro and Garuda
- Guide on Install (Update, Remove) chdk-stick-bin on Arch Linux (Manjaro, Anarchy)
- Installing vim-auto-pairs (Full Guide) on Arch-Based Linux (Manjaro, Artix)
- Installing scrobbler (Step-by-Step Instructions) on Arch Linux (Manjaro/Garuda)
- Arch Linux User Repository
- Package Details: grub-customizer-git r785.8408d98-1
- Package Actions
- Dependencies (17)
- Required by (5)
- Sources (1)
ArchPKGs
A Straightforward Guide on Installing grub-customizer on Arch-Based Linux (Manjaro/Parabola)
3 packages from Extra, Community and Community Testing are named grub-customizer . We’d recommend going with either the packages from the official repositories or an AUR package with a good reputation.
Table of Contents
grub-customizer (Extra) link
According to extra/grub-customizer ‘s definition, it is «A graphical grub2 settings manager». To get extra/grub-customizer from Arch official repository (Extra) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, RebornOS, Parabola, ArcoLinux) is relatively easy. This tutorial will show you step-by-step how to install/update/uninstall the package with either the default package manager pacman or an AUR helper like yay .
Installation link
Two well known approaches are used to install extra/grub-customizer from Arch official repository (Extra). pacman is the choice for you if you are an expert of Arch Linux and know the concept of how packages are built. If not, yay is a convenient alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg by yourself.
Install with pacman (Default Package Manager) link
sudo pacman -S extra/grub-customizer
Install with yay (Simpler) link
yay -S --repo extra/grub-customizer
Updating link
Since Arch is a rolling-release Linux distribution, it is required to do a whole system upgrade before updating an official package due to dependency issues.
Update with pacman (Default Package Manager) link
sudo pacman -Syu
Update with yay (Simpler) link
Removal link
Removing packages is the easiest of these three,just choose whether to keep the dependencies that no longer required by other packages and the configuration files used by the package.
Remove with pacman (Default Package Manager) link
sudo pacman -R grub-customizer
sudo pacman -Rs grub-customizer
sudo pacman -Rns grub-customizer
Remove with yay (Simpler) link
yay -R grub-customizer
yay -Rs grub-customizer
yay -Rns grub-customizer
grub-customizer (Community) link
Based on community/grub-customizer ‘s definition, it is «A graphical grub2 settings manager». To install or uninstall community/grub-customizer from Arch community repository (Community) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, BlackArch, Anarchy, RebornOS) is rather simple. This guide will show you step-by-step how to install/update/remove the package with either the default package manager pacman or an AUR helper like yay .
Installation link
Two well known fashions are used to install community/grub-customizer from Arch community repository (Community). pacman is the choice for you if you’re a veteran in Arch Linux and have the knowledge of how packages are built. Otherwise, yay is a convenient alternative to install packages without the necessity to review PKGBUILD and build packages with makepkg by yourself.
Install with pacman (Default Package Manager) link
sudo pacman -S community/grub-customizer
Install with yay (Simpler) link
yay -S --repo community/grub-customizer
Updating link
Since Arch is a rolling-release Linux distribution, there will be no way to update a community package without doing a whole system upgrade due to dependency issues.
Update with pacman (Default Package Manager) link
sudo pacman -Syu
Update with yay (Simpler) link
Removal link
Compared to installing and updating packages, uninstalling is the easiest of these three,all you need to do is choose whether to remove the unused dependencies and the configuration files used by the package.
Remove with pacman (Default Package Manager) link
sudo pacman -R grub-customizer
sudo pacman -Rs grub-customizer
sudo pacman -Rns grub-customizer
Remove with yay (Simpler) link
yay -R grub-customizer
yay -Rs grub-customizer
yay -Rns grub-customizer
grub-customizer (Community Testing) link
Unless you know what you are doing, installing an unstable package ( community-testing/grub-customizer ) is not recommended.
«A graphical grub2 settings manager» is the developer’s definition of community-testing/grub-customizer . To install community-testing/grub-customizer from Arch community testing repository (Community Testing) on Arch Linux, Manjaro, EndeavourOS, Parabola, ArcoLinux, Anarchy and BlackArch is quite easy. This guide will cover how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay ).
Installation link
To enable Community Testing repository on Arch Linux, first you’ll need to uncomment [community-testing] section of /etc/pacman.conf , then use sudo pacman -Syu to refresh the packages list and upgrade your system.
Two common fashions are used to install the testing version of community-testing/grub-customizer from Arch community repository (Community Testing). pacman is what you’re looking for if you’re familiar with Arch-based distributions and know the concept of how packages are built. If not, yay is a convenient alternative to install packages without the trouble to review PKGBUILD and build packages with makepkg on your own.
Install with pacman (Default Package Manager) link
sudo pacman -S community-testing/grub-customizer
Install with yay (Simpler) link
Stating repository (Community Testing) to prevent installing the package from a different repository:
yay -S --repo community-testing/grub-customizer
Updating link
Since Arch is a rolling-release Linux distribution, there will be no way to update a community package without doing a whole system upgrade due to dependency issues.
Update with pacman (Default Package Manager) link
sudo pacman -Syu
Update with yay (Simpler) link
To avoid ambiguity, only update community-testing/grub-customizer from the desired repository (Community Testing).
Removal link
Compared to installing and updating packages, removing is the simplest of these three,all you need to do is choose whether to keep the dependencies that no longer required by other packages and the configuration files used by the package.
Remove with pacman (Default Package Manager) link
sudo pacman -R grub-customizer
sudo pacman -Rs grub-customizer
sudo pacman -Rns grub-customizer
Remove with yay (Simpler) link
yay -R grub-customizer
yay -Rs grub-customizer
yay -Rns grub-customizer
More Guides
Installing raise-or-run with Command Line on Arch Linux (Manjaro, Artix)
raise-or-run is «Linux shell script to raise app window, or run app if window not already open» referring to its description. To install or uninstall raise-or-run from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Garuda, Artix and RebornOS is pretty straightforward. This tutorial will taught you how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay).
Guide on Install/Update/Uninstall perl-net-telnet on Arch Linux/Manjaro/Anarchy
extra/perl-net-telnet is «Perl/CPAN Module Net::Telnet : Interact with TELNET port or other TCP ports» referring to its definition. To get extra/perl-net-telnet from Arch official repository (Extra) on Arch Linux, Manjaro, EndeavourOS, Parabola, RebornOS, ArcoLinux and Anarchy is quite easy. This guide will show you step-by-step how to install/update/uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
srandrd Install/Update/Uninstall Tutorial on Arch Linux, Manjaro and Garuda
srandrd is «Simple randr daemon that reacts to monitor hotplug events» based on its own gist. To install srandrd from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, BlackArch) is pretty straightforward. This tutorial will cover how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.
Guide on Install (Update, Remove) chdk-stick-bin on Arch Linux (Manjaro, Anarchy)
«Application designed to make the process of installing CHDK on your Canon camera as simple as possible.» is the developer’s profile of chdk-stick-bin. To install or uninstall chdk-stick-bin from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Parabola, Artix, Anarchy and ArcoLinux is fairly straightforward. This guide will cover how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Installing vim-auto-pairs (Full Guide) on Arch-Based Linux (Manjaro, Artix)
Based on vim-auto-pairs’s profile, it is «Autoclose, insert or delete brackets, parens, quotes in pair». To install and update this package (vim-auto-pairs) from AUR (Arch User Repository) on Arch Linux and Arch-based distros (e.g. Manjaro, EndeavourOS, BlackArch, ArcoLinux, RebornOS, Parabola) is quite easy. This tutorial will be covering how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
Installing scrobbler (Step-by-Step Instructions) on Arch Linux (Manjaro/Garuda)
«A command-line Last.fm scrobbler and a now-playing status updater.» is the developer’s definition of scrobbler. To install or uninstall this package (scrobbler) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Garuda) is comparatively easy. This tutorial will cover how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay).
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
Arch Linux User Repository
Package Details: grub-customizer-git r785.8408d98-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/grub-customizer-git.git (read-only, click to copy) |
---|---|
Package Base: | grub-customizer-git |
Description: | A graphical grub2 settings manager (git version) |
Upstream URL: | git://git.launchpad.net/grub-customizer |
Keywords: | grub-customizer |
Licenses: | GPL3 |
Conflicts: | grub-customizer |
Provides: | grub-customizer |
Submitter: | Gigas002 |
Maintainer: | Gigas002 |
Last Packager: | Gigas002 |
Votes: | 1 |
Popularity: | 0.24 |
First Submitted: | 2023-02-14 15:35 (UTC) |
Last Updated: | 2023-02-14 15:35 (UTC) |
Dependencies (17)
- gcc-libs(gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glibc(glibc-force-mmap, lib32-glibc-force-mmap, glibc-linux4, glibc-widevine, glibc-git)
- grub(grub-linux-default, grub-coreos, grub-blscfg, grub-xen-git, grub-luks-keyfile, grub-silent, grub-libzfs, grub-git, grub-improved-luks2-git)
- gtkmm3
- openssl(openssl-git, openssl-hardened, openssl-static, quictls-openssl)
- atkmm(make)
- cairomm(make)
- cmake(cmake-git)(make)
- glib2(glib2-nodocs-git, glib2-selinux, glib2-git, glib2-patched-thumbnailer)(make)
- glibmm(make)
- gtk3(gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)(make)
- libarchive(libarchive-git)(make)
- libsigc++(make)
- pangomm(make)
- hwinfo(optional) – for additional hardware information
- polkit(polkit-no-script-git, polkit-consolekit, polkit-git)(optional) – for authorization
- xorg-xhost(optional) – for authorization on xorg-xwayland
Required by (5)
- distro-grub-themes-arch (requires grub-customizer) (optional)
- grub-theme-poly-dark-git (requires grub-customizer) (optional)
- grub-theme-poly-light-git (requires grub-customizer) (optional)
- grub-theme-vimix-very-dark-blue (requires grub-customizer) (optional)
- grub-themes-solarized-dark-materialized (requires grub-customizer) (optional)
Sources (1)
Copyright © 2004-2023 aurweb Development Team.
AUR packages are user produced content. Any use of the provided files is at your own risk.