How to Install and Uninstall portaudio-devel.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "portaudio-devel.x86_64" package

This is a short guide on how to install portaudio-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "portaudio-devel.x86_64" package

This tutorial shows how to uninstall portaudio-devel.x86_64 on CentOS Stream 8:

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

3. Information about the portaudio-devel.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:07:53 ago on Sun Feb 25 03:03:59 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.