🔒 Closed ITO NA PAMIGAY SCRIPT PANGPALAKAS NG SERVER NYO

Status
Not open for further replies.
gaanyan naman paps
Screenshot_2021-02-06-00-08-35.webp
 
First, find out the id of the process that is holding the lock file.

sudo lsof /var/lib/dpkg/lock-frontend

The above command will give you the details of the processes using the lock files. Use the process ID to kill this program:

sudo kill -9 PID

Now you can remove the lock and reconfigure dpkg:

sudo rm /var/lib/dpkg/lock-frontend
sudo dpkg --configure -a
 
Status
Not open for further replies.

About this Thread

  • 105
    Replies
  • 5K
    Views
  • 79
    Participants
Last reply from:
Jannah007

Online now

Members online
879
Guests online
1,673
Total visitors
2,552

Forum statistics

Threads
2,282,905
Posts
29,011,973
Members
1,222,220
Latest member
pogikaayo
Back
Top