Answers for "kali linux e: sub-process /usr/bin/dpkg returned an error code (1)"

1

nginx E: Sub-process /usr/bin/dpkg returned an error code (1)

#remove nginx
$ sudo apt-get remove nginx* --purge after that I installed nginx-common

# install following
$ sudo apt-get install nginx-common
$ sudo apt-get install nginx

#Then it will work well
Posted by: Guest on November-29-2020
-1

E: Sub-process /usr/bin/dpkg returned an error code (1)

sudo dpkg –i ––force–overwrite /var/cache/apt/archives/full_name_of_package
Posted by: Guest on October-27-2020

Code answers related to "kali linux e: sub-process /usr/bin/dpkg returned an error code (1)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language