0
$ sudo dpkg --force-architecture -i viber.deb
dpkg: error: dpkg status database is locked by another process
A.B.
  • 90,397

1 Answers1

0

This problem comes from the package manager not shutting down properly. You could either restart your computer or open up the terminal and type in the following:

sudo rm /var/lib/dpkg/lock

Then

sudo dpkg --configure -a

Taked from: Reference

GTRONICK
  • 4,314