• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error

By Abhishek Ghosh September 13, 2019 8:27 am Updated on September 13, 2019

Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error

Advertisement

Previously, we published a general guide on how to fix E: Sub-process /usr/bin/dpkg returned an error code message on SSH. Here is how to fix openssh-server E: Sub-process /usr/bin/dpkg returned an error. Do not close an active SSH session with this error. These errors are not uncommon on virtual servers, cloud servers for the virtual appliances. There can be a minor bug of the virtualization software or drop off some packets during the virtual server update process. The result becomes errors in postinst files. It is not dangerous on virtual servers than it delivers the feel. Virtual servers always have some way to “enter” by the admin. It is dangerous on dedicated servers.

Any web host will happily fix this error if you loss SSH connection and ask their help. But, we give importance to running some commands to test to fix own-self (which increases the experience of server administration).

Run these commands :

Advertisement

---

Vim
1
2
3
#
ls -l /var/lib/dpkg/info | grep openssh
#

You’ll see list of files something like openssh-server.md5sums, openssh-server.postinst, openssh-server.postrm. Create a sub-directory under temporary with identifiable name :

Vim
1
2
3
#
mkdir -p /tmp/ssh-backup
#

Fix openssh-server E Sub-process usr-bin-dpkg returned an error

Move all those files from /var/lib/dpkg/info to that temporary directory :

Vim
1
2
3
4
#
# cross-check the name openssh-server
sudo mv /var/lib/dpkg/info/openssh-server.* /tmp/ssh-backup
#

Run :

Vim
1
2
3
4
5
6
7
#
 
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
 
#

The package should not return the E: Sub-process /usr/bin/dpkg related error anymore. If still disturbs, your luck is bad. The problem is likely to be with /etc/apt/sources.list. You can try to restore sources.list to default, purge the unused software packages. You may try these :

Vim
1
2
3
4
#
sudo apt-get autoclean
 
#

You should take help of your web host to run :

Vim
1
2
3
#
sudo apt-get remove --purge openssh-server
#

I have not seen any good result by running the other common commands peoples usually suggest. As a rule, always carefully check all the log files for any attempt to breach the security of SSH. Virtual servers are vulnerable to various exploits which we can manage with physical components on the dedicated. But virtual servers offer a big advantage – web hosts provide free help even to the unmanaged servers around SSH and networking issues.

Always keep your servers updated, regularly reboot on need, notice the errors while updating & upgrading, check what software packages are not in use (apt list --installed list the packages).

Tagged With dpkg openssl-server , error processing package openssh-server , Errors were encountered while processing openssh-server , Errors were encountered while processing: cloud-init openssh-server landscape-common , how to fix error with openssh server?
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Fix : openssh-server E: Sub-process /usr/bin/dpkg returned an error

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

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

    Here is One Fix For E: Sub-process /usr/bin/dpkg returned an error code (1) Error Which Makes APT To Fail to Update Packages on Ubuntu 16.04.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy