Issue
I am working on ubuntu system and new in node.js, yum echo system. ERROR : yum locked in my local system (ubuntu).
How can i solve this issue ?
Solution
Solution =>
- sudo ps -ef| grep yum // you will process id (p-id)
- sudo kill -9 p-id
Answered By - Debasis Das