How to Install and Uninstall portaudio-devel.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

1. Install "portaudio-devel.x86_64" package

This guide covers the steps necessary to install portaudio-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install portaudio-devel.x86_64

2. Uninstall "portaudio-devel.x86_64" package

Please follow the instructions below to uninstall portaudio-devel.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove portaudio-devel.x86_64 $ sudo dnf autoremove

3. Information about the portaudio-devel.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:25:49 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : portaudio-devel
Version : 19
Release : 30.el8
Architecture : x86_64
Size : 309 k
Source : portaudio-19-30.el8.src.rpm
Repository : epel
Summary : Development files for the portaudio audio I/O library
URL : http://www.portaudio.com/
License : MIT
Description : PortAudio is a portable audio I/O library designed for cross-platform
: support of audio. It uses a callback mechanism to request audio processing.
: Audio can be generated in various formats, including 32 bit floating point,
: and will be converted to the native format internally.
:
: This package contains files required to build applications that will use the
: portaudio library.