- ArchPKGs
- discover Install, Update and Uninstall Guide on Arch Linux, Manjaro and Artix
- Table of Contents
- discover (Extra) link
- Install extra/discover link
- Update extra/discover link
- Remove extra/discover link
- discover (Testing) link
- Install testing/discover link
- Update testing/discover link
- Remove testing/discover link
- discover (KDE Unstable) link
- Install kde-unstable/discover link
- Update kde-unstable/discover link
- Remove kde-unstable/discover link
- More Guides
- rastertoezpl Install (Update/Remove) Guide on Arch Linux, Manjaro and Parabola
- Guide on Install (Update, Uninstall) skunkjuice-git on Arch Linux/Manjaro/RebornOS
- musikcube-bin Install (Update, Remove) Tutorial on Arch-Based Linux (Manjaro, Parabola)
- A Straightforward Guide on Installing python-gtts on Arch Linux, Manjaro and Artix
- How to Install idos-timetable-data-chaps-trains-idol-2023-latest in Single Line of Command on Arch Linux/Manjaro/RebornOS
- python2-suds-jurko Install/Update/Uninstall Tutorial on Arch Linux, Manjaro and Artix
- discover on Arch Linux
- 2. Uninstall / Remove discover package
- 3. Details of discover package
- 4. References on Arch Linux
- 5. The same packages on other Linux Distributions
- Центр приложений Discover
- Выпуски RSS
- Расширения
- Модуль для работы с форматом Flatpak
- Модуль поддержки PackageKit
- Сведения о Центр приложений Discover
- Справка
- Присоединиться
- Пожертвование KDE Зачем?
- Посетить магазин товаров
ArchPKGs
discover Install, Update and Uninstall Guide on Arch Linux, Manjaro and Artix
There are 3 packages from Extra, Testing and KDE Unstable have the same name ( discover ). We would recommend going with either the packages from the official repositories or an AUR package with a good reputation.
Table of Contents
discover (Extra) link
extra/discover is «KDE and Plasma resources management GUI» referring to its gist. To install and update this package ( extra/discover ) from Arch official repository (Extra) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Parabola, Garuda and RebornOS is quite straightforward. This guide will cover how to install, update and uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay ).
Install extra/discover link
There are usually two approaches to install extra/discover from Arch official repository (Extra). pacman is the choice for you if you are a veteran in Arch-based distributions and have the knowledge of how packages are built. If not, yay is a common alternative to install packages without the need to review PKGBUILD and build packages with makepkg afterwards.
Using pacman link
sudo pacman -S extra/discover
Using yay link
yay -S --repo extra/discover
Update extra/discover link
Since Arch is a rolling-release Linux distribution, It is strongly recommended against updating an official package without doing a whole system upgrade due to dependency issues.
Using pacman link
Demand pacman to perform a whole system upgrade which will update any packages you have installed before:
sudo pacman -Syu
Using yay link
Remove extra/discover link
Removing packages is the easiest of these three,just choose whether to remove the dependencies that no longer required by other packages and the configuration files used by the package.
Using pacman link
sudo pacman -R discover
sudo pacman -Rs discover
sudo pacman -Rns discover
Using yay link
yay ‘s uninstalling command is just a pacman wrapper, executing with the same options will do the trick:
yay -R discover
yay -Rs discover
yay -Rns discover
discover (Testing) link
Unless you know what you are doing, installing an unstable package ( testing/discover ) might not be a good practice.
testing/discover is «KDE and Plasma resources management GUI» based on its profile. To get this package ( testing/discover ) from Arch official testing repository (Testing) on Arch Linux, Manjaro, EndeavourOS, RebornOS and BlackArch is rather easy. This tutorial will cover how to install/update/remove the package with either the default package manager pacman or an AUR helper like yay .
Install testing/discover link
To allow Arch Linux to install packages from Testing, first you’ll need to uncomment [testing] section of /etc/pacman.conf , then use sudo pacman -Syu to update the packages list and upgrade your system.
Two common approaches are used to install the unstable version of testing/discover from Arch official repository (Testing). 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 popular alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg afterwards.
Using pacman link
sudo pacman -S testing/discover
Using yay link
yay -S --repo testing/discover
Update testing/discover 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.
Using pacman link
Instruct pacman to perform a whole system upgrade which will update any packages previously installed:
sudo pacman -Syu
Using yay link
Remove testing/discover link
Uninstalling packages is the simplest of these three,all you have to do is choose whether to purge the dependencies that no longer required by other packages and the configuration files used by the package.
Using pacman link
sudo pacman -R discover
sudo pacman -Rs discover
sudo pacman -Rns discover
Using yay link
yay -R discover
yay -Rs discover
yay -Rns discover
discover (KDE Unstable) link
Unless you know what you’re doing, installing a testing package ( kde-unstable/discover ) might be unwise.
«KDE and Plasma resources management GUI» is the developer’s outline of kde-unstable/discover . To install and update this package ( kde-unstable/discover ) from Arch official testing repository (KDE Unstable) on Arch Linux, Manjaro, EndeavourOS, Parabola, Artix and RebornOS is comparatively easy. This guide will cover how to install/update/uninstall the package with either the default package manager pacman or an AUR helper (e.g. yay ).
Install kde-unstable/discover link
To enable KDE Unstable repository on Arch Linux, first you’ll need to uncomment [kde-unstable] section of /etc/pacman.conf , then use sudo pacman -Syu to update the packages list and upgrade your system.
There are two common ways to install the developing version of kde-unstable/discover from Arch official repository (KDE Unstable). pacman is what you are looking for if you are a veteran in Arch-based distros and know the concept of how packages are built. If not, yay is a convenient alternative to install packages without the necessity to review PKGBUILD and build packages with makepkg on your own.
Using pacman link
sudo pacman -S kde-unstable/discover
Using yay link
yay -S --repo kde-unstable/discover
Update kde-unstable/discover 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.
Using pacman link
sudo pacman -Syu
Using yay link
Remove kde-unstable/discover link
Compared to installing and updating packages, uninstalling is the most uncomplicated of these three,just choose whether to remove the dependencies that no longer required by other packages and the configuration files generated by the package.
Using pacman link
sudo pacman -R discover
sudo pacman -Rs discover
sudo pacman -Rns discover
Using yay link
yay -R discover
yay -Rs discover
yay -Rns discover
More Guides
rastertoezpl Install (Update/Remove) Guide on Arch Linux, Manjaro and Parabola
«CUPS driver for GODEX printers» is their description of rastertoezpl. To get rastertoezpl from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy, Artix and RebornOS is comparatively simple. This guide will taught you how to install, update and remove the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
Guide on Install (Update, Uninstall) skunkjuice-git on Arch Linux/Manjaro/RebornOS
Quoting from skunkjuice-git’s own description, it is «Rudimentary QML compositor branched off qtwayland/examples/wayland/pure-qml». To install or remove this package (skunkjuice-git) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Artix, ArcoLinux, BlackArch) is relatively easy. This tutorial will show you step-by-step how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
musikcube-bin Install (Update, Remove) Tutorial on Arch-Based Linux (Manjaro, Parabola)
musikcube-bin is «A terminal-based cross-platform music player, audio engine, metadata indexer, and server» according to its own description. To get musikcube-bin from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Garuda, Parabola and RebornOS is fairly uncomplicated. This guide will be covering how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).
A Straightforward Guide on Installing python-gtts on Arch Linux, Manjaro and Artix
python-gtts is «Python library and CLI tool to interface with Google Translate’s text-to-speech API» referring to its gist. To get python-gtts from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Artix, Parabola, RebornOS and Anarchy is fairly easy. This guide will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
How to Install idos-timetable-data-chaps-trains-idol-2023-latest in Single Line of Command on Arch Linux/Manjaro/RebornOS
idos-timetable-data-chaps-trains-idol-2023-latest is «2022/2023 Timetable data for the timetable search engines by CHAPS: Trains in Liberec public transport reagion (IDOL). Note that this timetable needs the purchased version of IDOS to run.» quoting from its own definition. To install and update idos-timetable-data-chaps-trains-idol-2023-latest from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, Artix, ArcoLinux, Garuda) is relatively uncomplicated. This tutorial will cover how to install/update/uninstall the package with either the built-in package manager pacman or an AUR helper like yay.
python2-suds-jurko Install/Update/Uninstall Tutorial on Arch Linux, Manjaro and Artix
Referring to python2-suds-jurko’s own definition, it is «Lightweight SOAP client (Jurko’s fork)». To install and update this package (python2-suds-jurko) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Garuda, ArcoLinux, RebornOS and Anarchy is pretty simple. 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).
More guides… copyright 2023 ArchPKGs. All Rights Reserved.
discover on Arch Linux
This tutorial shows how to install discover package:
2. Uninstall / Remove discover package
In this section, we are going to explain the necessary steps to uninstall discover package:
3. Details of discover package
Repository : extra
Name : discover
Version : 5.25.4-1
Description : KDE and Plasma resources management GUI
Architecture : x86_64
URL : https://kde.org/plasma-desktop/
Licenses : LGPL
Groups : plasma
Provides : None
Depends On : knewstuff kcmutils kidletime qt5-graphicaleffects
appstream-qt archlinux-appstream-data hicolor-icon-theme
kirigami2 discount kuserfeedback
Optional Deps : packagekit-qt5: to manage packages from Arch Linux
repositories (not recommended, use at your own risk)
flatpak: Flatpak packages support
fwupd: firmware update support
Conflicts With : None
Replaces : None
Download Size : 7.75 MiB
Installed Size : 11.09 MiB
Packager : Antonio Rojas
Build Date : Tue Aug 2 21:02:07 2022
Validated By : MD5 Sum SHA-256 Sum Signature
4. References on Arch Linux
5. The same packages on other Linux Distributions
discover (2.1.2-8) Ubuntu 18.04 LTS (Bionic Beaver)
discover (2.1.2-7ubuntu1) Ubuntu 16.04 LTS (Xenial Xerus)
discover (2.1.2-8) Ubuntu 21.04 (Hirsute Hippo)
discover (2.1.2-8) Ubuntu 20.10 (Groovy Gorilla)
discover (2.1.2-8) Ubuntu 21.10 (Impish Indri)
discover (5.18.5-bp153.1.36) openSUSE Leap
discover (5.23.4-1.1) openSuSE Tumbleweed
discover (2.1.2-10) Ubuntu 22.04 LTS (Jammy Jellyfish)
discover (2.1.2-8) Debian 10 (Buster)
Центр приложений Discover
Центр программ Discover предназначен для поиска, в числе по категориям и установки приложений и игр. Описания приложений содержат снимки экрана и отзывы других пользователей.
Discover позволяет управлять приложениями, получаемыми из различных источников: репозиториев установленной системы, репозиториев Flatpak, магазина приложений Snap, и даже приложений AppImages, расположенных по адресу store.kde.org.
Кроме того, при помощи Discover возможно искать, устанавливать и управлять дополнениями рабочей среды Plasma и приложений KDE.
Для использования этой функции требуется центр приложений Discover или другой центр приложений, поддерживающий работу с AppStream. Такое приложение также может быть установлено из системы управления пакетами используемого дистрибутива.
Выпуски RSS
Расширения
Модуль для работы с форматом Flatpak
Добавление поддержки формата Flatpak в центр программ Discover
Модуль поддержки PackageKit
Добавление поддержки приложений из дистрибутива ОС в центр программ Discover
Сведения о Центр приложений Discover
Справка
Присоединиться
Отслеживание ошибок
Разрабатываемая ветка — Документация | Стабильная ветка — Документация
Пожертвование KDE Зачем?
Посетить магазин товаров
Продемонстрируйте свою любовь к KDE! Приобретите книги, кружки, устройства и другие тематические предметы, чтобы поддержать KDE.
Поддержка сайта: Веб-мастера KDE (открытый список рассылки). KDE ® и логотип K Desktop Environment ® являются зарегистрированными торговыми марками некоммерческой KDE e.V. | Юридические сведения