Lm sensors arch linux

ArchPKGs

lm_sensors Install/Update/Remove Tutorial on Arch-Based Linux (Manjaro, Garuda)

«Collection of user space tools for general SMBus access and hardware monitoring» is the maintainer’s profile of lm_sensors . To get this package ( lm_sensors ) from Arch official repository (Extra) on Arch Linux, Manjaro, EndeavourOS and BlackArch is quite straightforward. This tutorial will taught you how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper like yay .

Table of Contents

Two typical ways are used to install lm_sensors from Arch official repository (Extra). pacman is the way to go if you are a seasoned Linux user and have the idea of how packages are built. Otherwise, yay is a popular alternative to install packages without the hassle of reviewing PKGBUILD and build packages with makepkg by yourself.

Читайте также:  Linux mint права администратора
sudo pacman -S lm_sensors
yay -S lm_sensors

Since Arch is a rolling-release Linux distro, It is strongly recommended against updating an official package without doing a whole system upgrade due to dependency issues.

Instruct pacman to do a whole system upgrade which will update any packages you have installed before:

sudo pacman -Syu

Compared to installing and updating packages, uninstalling is the easiest of these three,just choose whether to remove the unused dependencies and the configuration files used by the package.

sudo pacman -R lm_sensors
sudo pacman -Rs lm_sensors
sudo pacman -Rns lm_sensors
yay -R lm_sensors
yay -Rs lm_sensors
yay -Rns lm_sensors

How to Install/Update/Uninstall kodi-addon-pvr-hdhomerun on Arch Linux (Manjaro/Artix)

Based on kodi-addon-pvr-hdhomerun’s own gist, it is «HD Homerun PVR client addon for Kodi». To install and update this package (kodi-addon-pvr-hdhomerun) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Parabola, ArcoLinux, Artix and BlackArch is quite straightforward. 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 (e.g. yay).

How to Install mod_jk (Step-by-Step Instructions) on Arch Linux, Manjaro and Anarchy

«The Apache Tomcat Connector» is their gist of mod_jk. To install mod_jk from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, RebornOS, Parabola, BlackArch and Garuda is fairly uncomplicated. This guide will show you step-by-step how to install, update and remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

Читайте также:  Линукс при входе просит пароль

How to Install (Update/Remove) mingw-w64-libexif on Arch Linux, Manjaro and Parabola

mingw-w64-libexif is «A library to parse an EXIF file and read the data from those tags (mingw-w64)» according to its own description. To install this package (mingw-w64-libexif) from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, ArcoLinux, Parabola, Artix) is rather uncomplicated. This guide will be covering how to install/update/remove the package with either the default package manager pacman or an AUR helper like yay.

bowtie Install, Update and Remove Guide on Arch Linux, Manjaro and Anarchy

«Alignment tool for short nucleotide sequences against long templates» is the developer’s profile of bowtie. To get bowtie from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch, Anarchy, Parabola and Artix is relatively easy. This guide will be covering how to install/update/remove the package with either the built-in package manager pacman or an AUR helper like yay.

How to Install, Update and Uninstall ultrakill-demo on Arch Linux (Manjaro, Parabola)

Referring to ultrakill-demo’s own profile, it is «ULTRAKILL video game demo.». To get ultrakill-demo from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Parabola, BlackArch and RebornOS is rather 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).

Installing kotlin-native-bin in One Line of Command on Arch-Based Linux (Manjaro, BlackArch)

«An LLVM based backend for the Kotlin compiler and native implementation of the Kotlin standard library» is the maintainer’s gist of kotlin-native-bin. To install or uninstall this package (kotlin-native-bin) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, BlackArch and Artix is relatively simple. This guide will taught you how to install/update/remove the package with either the default package manager pacman or an AUR helper like yay.

Читайте также:  Что использует порт linux

More guides… copyright 2023 ArchPKGs. All Rights Reserved.

Источник

Arch Linux User Repository

@ak2021 sounds like an upstream problem. I found this issue, does it sound like what you’re seeing?

ak2021 commented on 2022-03-02 13:52 (UTC)

lm_sensors doesn’t detect GPU fan but works on Pop!_OS AMD ATI Radeon RX 6700 XT

codebling commented on 2021-12-14 07:49 (UTC)

codebling commented on 2021-12-13 00:52 (UTC)

libsensors.so needs to be listed as provided by this package. Flagging as out of date. I’ll put in an orphan request if this is not fixed by the next time I do a system upgrade.

diff --git a/PKGBUILD b/PKGBUILD index 58c08c3..d4dc889 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ arch=('x86_64') url="https://github.com/lm-sensors/lm-sensors" license=('GPL' 'LGPL') conflicts=('lm_sensors') -provides=('lm_sensors') +provides=('lm_sensors' 'libsensors.so') depends=('perl') makedepends=('git' 'rrdtool') optdepends=('rrdtool: for logging with sensord') 

mati865 commented on 2018-03-17 18:39 (UTC)

Thanks for immediate reaction!

tlercher commented on 2018-03-17 18:37 (UTC)

Hi mati865, the bug was fixed upstream; I updated the PKGBUILD.

Thanks for letting me know!

mati865 commented on 2018-03-17 18:33 (UTC)

Hi, Patch doesn’t apply cleanly. Regards

Copyright © 2004-2023 aurweb Development Team.

AUR packages are user produced content. Any use of the provided files is at your own risk.

Источник

Оцените статью
Adblock
detector