Information about the package, opus, which is shipped with common Linux distributions. The opus package is designed for, An audio codec for use in low-delay speech and audio communication.
Package Name:
opus
Summary:
An audio codec for use in low-delay speech and audio communication
Description:
The Opus codec is designed for interactive speech and audio transmission over the Internet. It is designed by the IETF Codec Working Group and incorporates technology from Skype's SILK codec and Xiph.Org's CELT codec.
Architecture:
x86_64
Version:
1.1.3
Release:
2.el6
Size:
179 k
Repository:
epel
From Repository:
Licence:
BSD
Control the opus package with the following handy commands outlined below.
yum install opus
This command will install opus on the server.
yum remove opus
This command will un-install opus on the server. When you run this command, you will be asked if you are sure that you want to remove opus, so you have to manually confirm that you want to do this.
yum -y remove opus
This command will un-install opus on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove opus when using the -y flag.
yum update opus
This command will update opus to the latest version. When you run this command, you will be asked if you are sure that you want to remove opus, so you have to manually confirm that you want to do this.
yum -y update opus
This command will update opus to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove opus when using the -y flag.
yum info opus
This command will show you core information about the opus package.
yum deplist opus
This command will show you the dependencies for opus. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.
yum check-update opus
This command will check if there is an update waiting on opus. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.