Docker Technical Articles

How To Install linux-image-extra and linux-image-extra-virtual In Ubuntu 18.04

How To Install linux-image-extra and linux-image-extra-virtual In Ubuntu 18.04

Description:

While install linux-image-extra-$(uname -r), linux-image-extra-virtual packages for docker getting the unable to locate the packages issue.

Solution:

Before run the install commands try to run sudo apt-get update once if still it is failing follow the below steps,

Run the below commands,

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install linux-image-4.4.0-51-generic
sudo apt-get install linux-image-extra-4.4.0-51-generic
sudo apt-get install linux-image-extra-virtual

Note: After perform the above steps reboot the machine.

Tags: Linux, Docker, Docker Tutorials, Docker Hub , Docker Registry, Docker Swarm, Docker container , mytecharticle,windows article, Docker guides

About the author

admin

Add Comment

Click here to post a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.