How to Install and Uninstall portaudio.x86_64 Package on Oracle Linux 9

Last updated: June 29,2024

1. Install "portaudio.x86_64" package

Here is a brief guide to show you how to install portaudio.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install portaudio.x86_64

2. Uninstall "portaudio.x86_64" package

Please follow the steps below to uninstall portaudio.x86_64 on Oracle Linux 9:

$ sudo dnf remove portaudio.x86_64 $ sudo dnf autoremove

3. Information about the portaudio.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:00:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : portaudio
Version : 19
Release : 38.el9
Architecture : x86_64
Size : 94 k
Source : portaudio-19-38.el9.src.rpm
Repository : epel
Summary : Free, cross platform, open-source, 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.