How to Install and Uninstall portaudio-devel.x86_64 Package on Fedora 39

Last updated: September 21,2024

1. Install "portaudio-devel.x86_64" package

This guide covers the steps necessary to install portaudio-devel.x86_64 on Fedora 39

$ 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 Fedora 39:

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

3. Information about the portaudio-devel.x86_64 package on Fedora 39

Last metadata expiration check: 4:30:57 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : portaudio-devel
Version : 19
Release : 41.fc39
Architecture : x86_64
Size : 301 k
Source : portaudio-19-41.fc39.src.rpm
Repository : fedora
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.