Arch linux dvb apps

Содержание
  1. ArchPKGs
  2. Guide on Install, Update and Uninstall linuxtv-dvb-apps on Arch Linux/Manjaro/ArcoLinux
  3. Table of Contents
  4. Install linuxtv-dvb-apps link
  5. Install with pacman (Default Package Manager) link
  6. Install with yay (AUR Helper) link
  7. Update linuxtv-dvb-apps link
  8. Update with pacman (Default Package Manager) link
  9. Update with yay (AUR Helper) link
  10. Uninstall linuxtv-dvb-apps link
  11. Remove with pacman (Default Package Manager) link
  12. Remove with yay (AUR Helper) link
  13. More Guides
  14. How to Install/Update/Uninstall flattastic-theme on Arch-Based Linux (Manjaro/EndeavourOS)
  15. A Step-by-Step Guide on Installing rambox on Arch-Based Linux (Manjaro, RebornOS)
  16. The Simplest Tutorial on youtube-smarttv-emu-bin Installation on Arch Linux/Manjaro/BlackArch
  17. How to Install, Update and Uninstall firefox-esr-i18n-pt-br on Arch Linux/Manjaro/EndeavourOS
  18. How to Install projectm-sdl2-git (Full Instructions) on Arch Linux, Manjaro and BlackArch
  19. Installing dbus-docs-selinux (Complete Instructions) on Arch-Based Linux (Manjaro, Artix)
  20. Arch Linux User Repository
  21. kanehekili commented on 2023-02-17 00:35 (UTC)
  22. dienavarrete commented on 2022-11-08 16:31 (UTC) (edited on 2022-11-08 16:32 (UTC) by dienavarrete)
  23. kanehekili commented on 2020-01-06 20:43 (UTC)
  24. blitztide commented on 2018-12-04 16:22 (UTC)
  25. Kaeltis commented on 2018-01-07 21:21 (UTC) (edited on 2018-01-07 21:44 (UTC) by Kaeltis)
  26. dvb-apps on AUR( Arch User Repository.)
  27. 3. Details of dvb-apps package
  28. 4. References on Arch User Repository (AUR)
  29. 5. The same packages on other Linux Distributions

ArchPKGs

Guide on Install, Update and Uninstall linuxtv-dvb-apps on Arch Linux/Manjaro/ArcoLinux

linuxtv-dvb-apps is «Linux DVB API applications and utilities» referring to its own definition. To install or remove linuxtv-dvb-apps from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Anarchy and Artix is fairly easy. This guide will be covering how to install, update and remove the package with either the built-in package manager pacman or an AUR helper like yay .

Table of Contents

Two typical approaches are used to install linuxtv-dvb-apps from AUR. pacman is the choice for you if you are an experienced Linux user and know the concept 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.

Install with pacman (Default Package Manager) link

sudo pacman -S --needed git && git clone https://aur.archlinux.org/linuxtv-dvb-apps.git && cd linuxtv-dvb-apps && makepkg -si
  1. Install git if needed (not installed before).
  2. clone the package’s git repository from source.
  3. cd into the directory of the repository.
  4. Use makepkg to build the package. Also, it will automatically be installed with pacman if built successfully.
Читайте также:  Команда посмотреть версию линукс
yay -S linuxtv-dvb-apps

Updating AUR packages is practically the same as installing them. All you have to do is pull it from source then re-build it. Nevertheless, it is still recommended to upgrade your whole system first with sudo pacman -Syu before updating any packages to avoid breaking your system, since Arch is a rolling-release Linux distribution.

Update with pacman (Default Package Manager) link

git pull && makepkg -si
  1. pull from the package’s git repository.
  2. Use makepkg to build the package, then update it with pacman .

Compared to installing and updating packages, removing is the most uncomplicated 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.

Remove with pacman (Default Package Manager) link

sudo pacman -R linuxtv-dvb-apps
sudo pacman -Rs linuxtv-dvb-apps
sudo pacman -Rns linuxtv-dvb-apps
yay -R linuxtv-dvb-apps
yay -Rs linuxtv-dvb-apps
yay -Rns linuxtv-dvb-apps

Learn more information about installing/updating AUR packages or how to get yay , please refer to Two Ways to Install Packages from AUR.

How to Install/Update/Uninstall flattastic-theme on Arch-Based Linux (Manjaro/EndeavourOS)

«A flat Gtk3, Gtk2, Metacity, Unity, Xfwm4 and Openbox theme» is their outline of flattastic-theme. To install and update this package (flattastic-theme) from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distributions (e.g. Manjaro, EndeavourOS, BlackArch) is rather uncomplicated. This tutorial will show you step-by-step how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

A Step-by-Step Guide on Installing rambox on Arch-Based Linux (Manjaro, RebornOS)

rambox is «Free and Open Source messaging and emailing app that combines common web applications into one.» according to its own description. To install or remove rambox from AUR (Arch User Repository) on Arch Linux and Arch-based Linux distros (e.g. Manjaro, EndeavourOS, Garuda, ArcoLinux, BlackArch) is pretty straightforward. This tutorial will be covering how to install, update and uninstall the package with either the built-in package manager pacman or an AUR helper (e.g. yay).

Читайте также:  Transferring files ssh linux

The Simplest Tutorial on youtube-smarttv-emu-bin Installation on Arch Linux/Manjaro/BlackArch

«A cross platform app built with Electron that opens an instance of the Smart TV version of Youtube.» is the maintainer’s gist of youtube-smarttv-emu-bin. To install or uninstall youtube-smarttv-emu-bin from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, ArcoLinux and Anarchy is rather simple. This guide will cover how to install/update/uninstall the package with either the default package manager pacman or an AUR helper like yay.

How to Install, Update and Uninstall firefox-esr-i18n-pt-br on Arch Linux/Manjaro/EndeavourOS

Quoting from firefox-esr-i18n-pt-br’s gist, it’s «Standalone web browser from mozilla.org, Extended Support Release». To get firefox-esr-i18n-pt-br from AUR (Arch User Repository) on Arch Linux and Arch-based distributions (e.g. Manjaro, EndeavourOS, Anarchy) is pretty simple. This tutorial will taught you 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 projectm-sdl2-git (Full Instructions) on Arch Linux, Manjaro and BlackArch

projectm-sdl2-git is «Music visualizer which uses 3D accelerated iterative image based rendering (git version)» quoting from its profile. To install or uninstall this package (projectm-sdl2-git) from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, RebornOS and Artix is rather straightforward. This tutorial will show you step-by-step how to install/update/remove the package with either the default package manager pacman or an AUR helper (e.g. yay).

Installing dbus-docs-selinux (Complete Instructions) on Arch-Based Linux (Manjaro, Artix)

Quoting from dbus-docs-selinux’s own gist, it is «Freedesktop.org message bus system with SELinux support — Documentation». To install or remove dbus-docs-selinux from AUR (Arch User Repository) on Arch Linux, Manjaro, EndeavourOS, Garuda, BlackArch, ArcoLinux and Anarchy is comparatively 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 like yay.

Читайте также:  Change keyboard layout in linux console

More guides… copyright 2023 ArchPKGs. All Rights Reserved.

Источник

Arch Linux User Repository

Updated the checksum so this will at least build. Help to fix other issues (arm) are welcome.

kanehekili commented on 2023-02-17 00:35 (UTC)

Still doesn’t work on arm. Same failure as 2 years ago. The path /dev/dvb/adapter0/frontend0 is not found (even though it exists)

dienavarrete commented on 2022-11-08 16:31 (UTC) (edited on 2022-11-08 16:32 (UTC) by dienavarrete)

Change sum verification to this:

´´´ sha256sums=(‘SKIP’ ‘4460c9c8f4474fcc776b8d02d1c527584a81dbc84b69db9ed9a8b43ca24d49c5’ ‘ea5915194b00b7275eaac6902f9a4aa07a61c17e14010b9ea453c0e53c57612a’ ‘f9793b4e490f43e1cefbb94f44db3d8799c5a6ca51168cb7e79a518e3efbb7ad’ ’14fb895da6c7f5e2623b5de758ac91cc25bb6c6709848eecd569b80713c58f55′) ´´´

kanehekili commented on 2020-01-06 20:43 (UTC)

Does not work on armv7 platform (compiles, but czap can’t connect to frontend0). Found an old Version: linuxtv-dvb-apps 1504-1, which runs flawless. Kernel is 5.3.1-2

blitztide commented on 2018-12-04 16:22 (UTC)

DVB scantables were removed upstream in the linuxtv.org/hg/dvb-apps repository, they have moved twice since then and are currently located at: https://gitlab.com/olliver/dtv-scan-tables

these are required for the original scan configs

Kaeltis commented on 2018-01-07 21:21 (UTC) (edited on 2018-01-07 21:44 (UTC) by Kaeltis)

Also, Perl complains «Can’t locate atsc_psip_section.pl in @INC», this is fixed by adding «./» in front of «atsc_psip_section.pl» in dvb-apps/util/scan/Makefile

Copyright © 2004-2023 aurweb Development Team.

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

Источник

dvb-apps on AUR( Arch User Repository.)

a. Ensure you have the base development tools and git installed with:

b. Clone dvb-apps ‘s git locally

c. Go to ~/dvb-apps folder and install it

3. Details of dvb-apps package

ID: 553821
Name: dvb-apps
PackageBaseID: 136596
PackageBase: dvb-apps
Version: 1.1.1-2
Description: Linux DVB API applications and utilities
URL: https://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps
NumVotes: 1
Popularity: 0
OutOfDate: 1617032141
Maintainer:
FirstSubmitted: 1539295510
LastModified: 1540173587
URLPath: /cgit/aur.git/snapshot/dvb-apps.tar.gz

4. References on Arch User Repository (AUR)

5. The same packages on other Linux Distributions

dvb-apps (1.1.1+rev1500-1.2) Ubuntu 18.04 LTS (Bionic Beaver)

dvb-apps (1.1.1+rev1500-1) Ubuntu 16.04 LTS (Xenial Xerus)

dvb-apps (1.1.1+rev1500-1.4) Ubuntu 21.04 (Hirsute Hippo)

dvb-apps (1.1.1+rev1500-1.4) Ubuntu 20.10 (Groovy Gorilla)

dvb-apps (1.1.1+rev1500-1.4) Ubuntu 21.10 (Impish Indri)

dvb-apps (1.1.1+rev1500-1.4) Ubuntu 22.04 LTS (Jammy Jellyfish)

dvb-apps (1.1.1+rev1500-1.2) Debian 10 (Buster)

Источник

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