I ran the command sudo apt-get install kmplayer
to install kmplayer
, but it is showing this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kmplayer
I ran the command sudo apt-get install kmplayer
to install kmplayer
, but it is showing this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kmplayer
first you need to update the package list.
sudo apt-get update
and then you can use the apt to install kmplayer
sudo apt-get install kmplayer
if you still unable to get it. Then you have to enable canonical and universal repository in the updates and execute the above two commands.
universe
repository in your software sources? – DK Bose May 30 '18 at 15:34