linuxwebrtcrpmapt-getapprtcdemo

Package not found with apt-get install


I am trying to install packages g++, libnss3-dev,libpulse-dev,libjpeg62-dev libxv-dev,libgtk2.0-dev,libexpat1-dev in order to run AppRTCDemo. I am writing:

apt-get update
apt-get install g++

And I am getting the message that package can not be found. The same is for the other packages. I cant not find rpm-s ether. The Linux version is Linux 3.18.1-pclos1 i686.


Solution


  • PCLinuxOS : Do not use apt-get update, but use the Refresh button in synaptic. PCLinuxOS is rpm based, and the "apt for rpm" behaves different than the Debian apt.

    The PCLinuxOS package names are : { gcc-c++, libnss-devel, libjpeg62, libjpeg-devel, libxv-devel, libgtk+2.0_0-devel, libexpat1-devel }.

    There is no "-devel" package for libjpeg62. 'libjpeg-devel' provides version 1.4.1 .