Getting error while installing deb file dpkg frontend is locked by another process

0 votes

I am trying to install a deb file using:

$ dpkg -I <filename>

But I am getting the following error:

dpkg frontend is locked by another process

I tried

lsof /var/lib/dpkg/lock

But it didn’t work. Please help

Apr 1, 2019 in Linux Administration by Veer
2,771 views

1 answer to this question.

0 votes

You can try to remove the lock. Try running this command:

rm /var/lib/dpkg/lock
answered Apr 1, 2019 by Tina
rm: cannot remove '/var/lib/dpkg/lock': No such file or directory
I think there's some other process that has locked this. Make sure you are not using any other packages like apt, apt-get or aptitude and then try. If it still doesn't work, share the complete error log.

Related Questions In Linux Administration

0 votes
1 answer

Error while installing Let's Encrypt SSL on My Website

Hi@Hitesh, There may be a firewall issue. Check ...READ MORE

answered Aug 24, 2020 in Linux Administration by MD
• 95,440 points
555 views
0 votes
1 answer

Constraints for getting commands executed by cron

I think the problem could be those ...READ MORE

answered Nov 14, 2018 in Linux Administration by nirvana
• 3,130 points
505 views
0 votes
1 answer

"connect: Network is unreachable?" error on ping

You need to set your default gateway. ...READ MORE

answered Jan 23, 2019 in Linux Administration by Tina
28,095 views
0 votes
1 answer
0 votes
1 answer

How do I set variable if a specific package version is installed in CFEngine?

Here is what you can do.Just use packagesmatching to ...READ MORE

answered Jul 12, 2018 in Other DevOps Questions by Atul
• 10,240 points
967 views
0 votes
2 answers

Install postgreSQL on Ubuntu

Follow the below commands to install PostgreSQL (PSQL) ...READ MORE

answered Nov 12, 2020 in Database by Prachi
• 140 points
939 views
0 votes
1 answer

Access progrs prompt without switching accounts

Use the following to get the postgres prompt ...READ MORE

answered Mar 22, 2019 in Database by Mahi
655 views
+3 votes
7 answers

Error: dpkg frontend is locked by another process

First, find out the id of the process that ...READ MORE

answered Aug 7, 2019 in Linux Administration by Sirajul
• 59,230 points
255,119 views
0 votes
1 answer

dpkg error: dpkg status database is locked by another process

First run: lsof /var/lib/dpkg/lock Then make sure that process ...READ MORE

answered Aug 27, 2019 in Linux Administration by Sirajul
• 59,230 points
5,607 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP