Linux

How to install libccrtp-dev on Ubuntu 20.04 (Focal Fossa)?

In this article we are going to learn the commands and steps to install libccrtp-dev package on Ubuntu 20.04 (Focal Fossa).

Quick installation of libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1:

Step 1: Update system:

sudo apt-get update

Step 2: Install: libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1

Ater updaing the OS run following command to install the packae:

sudo apt-get install libccrtp-dev
Architecture: amd64
Version: 2.0.9-2.3build1

Package Details

Package:libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1
Version:2.0.9-2.3build1
Maintainer:Ubuntu Developers
Home page:http://www.gnu.org/software/ccrtp/
Description:Common C++ class framework for RTP packets - development files GNU ccRTP is a GNU Common C++ based high performance RTP stack. RTP is the Internet-standard protocol for the transport of real-time data, including audio and video. It can be used for media-on-demand as well as interactive for creating services such as Internet telephony. . GNU ccRTP offers support for RTCP and many other standard and extended features that are needed for both compatible and advanced streaming applications. GNU ccRTP can mix multiple payload types in stream, and hence can be used to implement RFC 2833 compliant signaling applications as well as other specialized things. GNU ccRTP also offers direct RTP packet filtering. . GNU ccRTP is threadsafe and high performance. It uses packet queue lists rather than streaming buffers. This allows ccRTP to be used to create high capacity streaming servers as well as client applications. . GNU ccRTP is designed to support both audio and video data and can do partial frame splits/re-assembly. GNU ccRTP also supports multicast networks and multiple active connection sources. This allows its use for building all forms of Internet standards based audio and visual conferencing systems. . GNU ccRTP uses templates and can be used to implement realtime streaming with different underlying transport protocols, not just with IPV4 UDP sockets.
Distro:Ubuntu 20.04 LTS
Release:
Repo/Section:universe/libdevel

How to install libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 on Ubuntu 20.04 LTS?

First of all update your system with the command:

sudo apt-get update

Above command will download the package lists for Ubuntu 20.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.

After downloading the latest package list with the help of above you can run the installation process.

If libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 is not installed on your compter then the command 'dpkg -L libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1' will give followin error.

deepak@deepak-VirtualBox:~$ dpkg -L libccrtp-dev
dpkg-query: package 'libccrtp-dev' is not installed
Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.
deepak@deepak-VirtualBox:~$ 

Installing libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1:

After system update use the following command to install libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1:

sudo apt-get install libccrtp-dev
Architecture: amd64
Version: 2.0.9-2.3build1

Above command will confirm before installing the package on your Ubuntu 20.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.

How to uninstall/remove libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 from Ubuntu 20.04 LTS?

Now we will see the commands for uninstalling the libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 from Ubuntu 20.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.

To remove the libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 following command is used:

sudo apt-get remove  libccrtp-dev
Architecture: amd64
Version: 2.0.9-2.3build1

Following command is used to remove the libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 package along with its dependencies:

sudo apt-get remove --auto-remove libccrtp-dev
Architecture: amd64
Version: 2.0.9-2.3build1

This will remove libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 and all its dependent packages which is no longer needed in the system.

Completely removing libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 with all configuration files:

Following command should be used with care as it deletes all the configuration files and data:

sudo apt-get purge libccrtp-dev
Architecture: amd64
Version: 2.0.9-2.3build1

or you can use following command also:

sudo apt-get purge --auto-remove libccrtp-dev
Architecture: amd64
Version: 2.0.9-2.3build1

Above command will remove all the configuration files and data associated with libccrtp-dev Architecture: amd64 Version: 2.0.9-2.3build1 package. You can can't recover the delete data, so, use this command with care.

Get our newsletter

Categories