- ArchPKGs
- Guide on Install, Update and Remove os-prober on Arch-Based Linux (Manjaro, BlackArch)
- Table of Contents
- os-prober (Extra) link
- Install extra/os-prober link
- Update extra/os-prober link
- Uninstall extra/os-prober link
- os-prober (Community) link
- Install community/os-prober link
- Update community/os-prober link
- Uninstall community/os-prober link
- More Guides
- How to Install stardict-slovnyk-en-uk with Command Line on Arch Linux (Manjaro/ArcoLinux)
- screen-nosuid-bin-not-git Install/Update/Remove Tutorial on Arch-Based Linux (Manjaro, ArcoLinux)
- How to Install, Update and Remove terra-bin on Arch Linux, Manjaro and Parabola
- How to Install tesseract-data-aze-git with CLI on Arch-Based Linux (Manjaro, Garuda)
- How to Install cudaminer-git with Command Line on Arch Linux (Manjaro/ArcoLinux)
- ruby-activesupport-5.2.3 Install (Update, Uninstall) Tutorial on Arch-Based Linux (Manjaro, Artix)
- os-prober on Arch Linux
- 2. Uninstall / Remove os-prober package
- 3. Details of os-prober package
- 4. References on Arch Linux
- 5. The same packages on other Linux Distributions
ArchPKGs
Guide on Install, Update and Remove os-prober on Arch-Based Linux (Manjaro, BlackArch)
2 packages from Extra and Community have the same name ( os-prober ). We would recommend going with either the packages from the official repositories or an AUR package tested by the community.
Table of Contents
os-prober (Extra) link
Based on extra/os-prober ‘s profile, it is «Utility to detect other OSes on a set of drives». To install and update extra/os-prober from Arch official repository (Extra) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Artix, Anarchy) is pretty simple. This guide will be covering how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay .
Install extra/os-prober link
Two well known ways are used to install extra/os-prober from Arch official repository (Extra). pacman is the choice for you if you are an experienced Linux user 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) link
sudo pacman -S extra/os-prober
Install with Yay (AUR Helper) link
yay -S --repo extra/os-prober
Update extra/os-prober link
Since Arch is a rolling-release Linux distro, it is required to do a whole system upgrade before updating an official package due to safety reason.
Update with Pacman (Default) link
Request pacman to perform a whole system upgrade which will update any packages previously installed:
sudo pacman -Syu
Update with Yay (AUR Helper) link
Uninstall extra/os-prober link
Compared to installing and updating packages, uninstalling is the most uncomplicated of these three,all you need to do is choose whether to remove the unused dependencies and the configuration files used by the package.
Uninstall with Pacman (Default) link
sudo pacman -R os-prober
sudo pacman -Rs os-prober
sudo pacman -Rns os-prober
Uninstall with Yay (AUR Helper) link
yay -R os-prober
yay -Rs os-prober
yay -Rns os-prober
os-prober (Community) link
According to community/os-prober ‘s own definition, it is «Utility to detect other OSes on a set of drives». To install community/os-prober from Arch community repository (Community) on Arch Linux, Manjaro, EndeavourOS, Anarchy and BlackArch is comparatively straightforward. This tutorial will show you step-by-step how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay .
Install community/os-prober link
Two common fashions are used to install community/os-prober from Arch community repository (Community). pacman is what you’re looking for if you’re a seasoned Linux user 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 yourself.
Install with Pacman (Default) link
sudo pacman -S community/os-prober
Install with Yay (AUR Helper) link
yay -S --repo community/os-prober
Update community/os-prober link
Since Arch is a rolling-release Linux distro, you shall not update a community package without doing a whole system upgrade due to safety reason.
Update with Pacman (Default) link
sudo pacman -Syu
Update with Yay (AUR Helper) link
Uninstall community/os-prober link
Removing packages is the easiest of these three,all you have to do is choose whether to keep the dependencies that no longer required by other packages and the configuration files generated by the package.
Uninstall with Pacman (Default) link
sudo pacman -R os-prober
sudo pacman -Rs os-prober
sudo pacman -Rns os-prober
Uninstall with Yay (AUR Helper) link
yay ‘s uninstalling command is just a pacman wrapper, executing with the same options will do the trick:
yay -R os-prober
yay -Rs os-prober
yay -Rns os-prober
More Guides
How to Install stardict-slovnyk-en-uk with Command Line on Arch Linux (Manjaro/ArcoLinux)
Quoting from stardict-slovnyk-en-uk’s own gist, it is «english-ukrainian dictionary for Stardict». To get stardict-slovnyk-en-uk from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Artix and Anarchy is quite uncomplicated. 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).
screen-nosuid-bin-not-git Install/Update/Remove Tutorial on Arch-Based Linux (Manjaro, ArcoLinux)
«Screen, repacked without suid» is the maintainer’s definition of screen-nosuid-bin-not-git. To install or uninstall this package (screen-nosuid-bin-not-git) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Parabola, ArcoLinux) is rather uncomplicated. This guide will be covering how to install/update/remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
How to Install, Update and Remove terra-bin on Arch Linux, Manjaro and Parabola
Based on terra-bin’s profile, it’s «A low-level system programming language that is embedded in and meta-programmed by the Lua programming language». To install this package (terra-bin) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Garuda, Artix and Parabola is rather simple. This guide will taught you how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
How to Install tesseract-data-aze-git with CLI on Arch-Based Linux (Manjaro, Garuda)
tesseract-data-aze-git is «Trained language data for tesseract OCR Engine» based on its own profile. To get this package (tesseract-data-aze-git) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS and Anarchy is relatively uncomplicated. This tutorial will show you step-by-step how to install, update and uninstall the package with either the default package manager pacman or an AUR helper like yay.
How to Install cudaminer-git with Command Line on Arch Linux (Manjaro/ArcoLinux)
«CUDA accelerated mining application for scrypt coins(Litecoin etc.).» is their description of cudaminer-git. To install and update this package (cudaminer-git) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Anarchy, ArcoLinux) is comparatively easy. This tutorial will be covering how to install/update/uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay).
ruby-activesupport-5.2.3 Install (Update, Uninstall) Tutorial on Arch-Based Linux (Manjaro, Artix)
ruby-activesupport-5.2.3 is «A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.» according to its own profile. To get ruby-activesupport-5.2.3 from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy, RebornOS, Parabola and ArcoLinux is quite straightforward. This guide will show you step-by-step how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
os-prober on Arch Linux
Please follow the instructions below to install os-prober package:
2. Uninstall / Remove os-prober package
Please follow the guidelines below to uninstall os-prober package:
3. Details of os-prober package
Repository : community
Name : os-prober
Version : 1.80-1
Description : Utility to detect other OSes on a set of drives
Architecture : x86_64
URL : https://joeyh.name/code/os-prober/
Licenses : GPL3
Groups : None
Provides : None
Depends On : sh
Optional Deps : None
Conflicts With : None
Replaces : None
Download Size : 17.40 KiB
Installed Size : 57.75 KiB
Packager : Antonio Rojas
Build Date : Sat Jun 18 17:51:42 2022
Validated By : MD5 Sum SHA-256 Sum Signature
4. References on Arch Linux
5. The same packages on other Linux Distributions
os-prober (1.74ubuntu1) Ubuntu 18.04 LTS (Bionic Beaver)
os-prober (1.70ubuntu3.3) Ubuntu 16.04 LTS (Xenial Xerus)
os-prober (1.79ubuntu1) Ubuntu 21.10 (Impish Indri)
os-prober (1.76-2.3) openSUSE Leap
os-prober (1.79-1.2) openSuSE Tumbleweed
os-prober (1.79ubuntu2) Ubuntu 22.04 LTS (Jammy Jellyfish)
os-prober (1.77) Debian 10 (Buster)