{"id":22878,"date":"2023-03-24T07:57:34","date_gmt":"2023-03-24T07:57:34","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=22878"},"modified":"2023-03-24T07:57:56","modified_gmt":"2023-03-24T07:57:56","slug":"e-could-not-open-file-var-lib-apt-lists","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=22878","title":{"rendered":"E: Could Not Open File \/var\/lib\/apt\/lists"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this post, I&#8217;ll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained <em>E: Could not open file \/var\/lib\/apt\/lists\/<\/em> with a bunch of different file names.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Disclaimer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">I am Linux-disabled. I started my career programming on UNIX but switched to being a Microsoft infrastructure person a year later &#8211; and that was a long time ago. I am not a frequent Linux user but I do acknowledge its existence and usefulness. In other words, I figured out a fix for me, but it might not be a fix for you.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The Problem<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">I was using Azure Image Builder, which is based on Packer, to allow the regular creation of a Ubuntu 20.04 image with the latest updates and bits for acting as the foundation of a self-hosted DevOps agent VM Scale Set in a secure Azure network.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I had simple needs:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install Unzip<\/li>\n\n\n\n<li>Install Terraform<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">What makes it different is that I need the installations to be non-interactive. Windows has a great community with that kind of challenge. After a lot of searching, I realise that Linux does not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I set up the tasks in the image template and for a month, everything was fine. Images built and rebuilt. A few days ago, a weird issue started where the first version of a template build was fine, but subsequent builds failed. When I looked at the build log, I saw a series of errors when apt (the package installed) ran that started with:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><em>E: Could not open file \/var\/lib\/apt\/lists\/<\/em>&#8230;<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">The Solution<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">I tried a lot of things, including:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt-get update\napt-get upgrade -y<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">But guess, what &#8211; the errors just moved.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I was at the end of my tether when I decided to try something else. The apt package installation for WinZip worked some of the time. What was wrong the rest of the time? Time &#8211; that was the key word.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Something needed more time before I ran any apt commands. I decided to embed a bunch of sleep commands to let things in Ubuntu catchup with my build process.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I have two tasks that run before I install Terraform. The first prepares Linux:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>            {\r\n                \"type\": \"Shell\",\r\n                \"name\": \"Prepare APT\",\r\n                \"inline\": &#91;\r\n                    \"echo ABCDEFG\",\r\n                    \"echo sleep for 90 seconds\",\r\n                    \"sleep 1m 30s\",\r\n                    \"echo apt-get update\",\r\n                    \"apt-get update\",\r\n                    \"echo apt-get upgrade\",\r\n                    \"apt-get upgrade -y\",\r\n                    \"echo sleep for 90 seconds\",\r\n                    \"sleep 1m 30s\"\r\n                ]\r\n            },<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The second task installs WinZip and some other tools that assist with downloading the latest Terraform zip file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>            {\r\n                \"type\": \"Shell\",\r\n                \"name\": \"InstallPrereqs\",\r\n                \"inline\": &#91;\r\n                    \"echo ABCDEFG\",\r\n                    \"echo sleep for 90 seconds\",\r\n                    \"sleep 1m 30s\",\r\n                    \"echo installing unzip\",\r\n                    \"sudo apt install --yes unzip\",\r\n                    \"echo installing jq\",\r\n                    \"sudo snap install jq\"\r\n                ]\r\n            },<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">I&#8217;ve ran this code countless times yesterday and it worked perfectly. Sure, the sleeps slow things down, but this is a batch task that (outside of testing) I won&#8217;t be waiting on so I am not worried.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this post, I&#8217;ll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=22878\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;E: Could Not Open File \/var\/lib\/apt\/lists&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":22891,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[1],"tags":[170,470,184,468,511],"class_list":["post-22878","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-azure","tag-azure-image-builder","tag-linux","tag-packer","tag-ubuntu"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this post, I&#039;ll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=22878\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"In this post, I&#039;ll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=22878\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2023-03-24T07:57:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-03-24T07:57:56+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this post, I&#039;ll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#article\",\"name\":\"E: Could Not Open File \\\/var\\\/lib\\\/apt\\\/lists | Aidan Finn, IT Pro\",\"headline\":\"E: Could Not Open File \\\/var\\\/lib\\\/apt\\\/lists\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Linux-Ubuntu-Penguin-Cloud.jpg\",\"width\":1024,\"height\":1024},\"datePublished\":\"2023-03-24T07:57:34+00:00\",\"dateModified\":\"2023-03-24T07:57:56+00:00\",\"inLanguage\":\"en-GB\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#webpage\"},\"articleSection\":\"Uncategorized, Azure, Azure Image Builder, Linux, Packer, Ubuntu\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#listItem\",\"name\":\"E: Could Not Open File \\\/var\\\/lib\\\/apt\\\/lists\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#listItem\",\"position\":3,\"name\":\"E: Could Not Open File \\\/var\\\/lib\\\/apt\\\/lists\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878\",\"name\":\"E: Could Not Open File \\\/var\\\/lib\\\/apt\\\/lists | Aidan Finn, IT Pro\",\"description\":\"In this post, I'll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \\\/var\\\/lib\\\/apt\\\/lists\\\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/Linux-Ubuntu-Penguin-Cloud.jpg\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878\\\/#mainImage\",\"width\":1024,\"height\":1024},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=22878#mainImage\"},\"datePublished\":\"2023-03-24T07:57:34+00:00\",\"dateModified\":\"2023-03-24T07:57:56+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro","description":"In this post, I'll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming","canonical_url":"https:\/\/aidanfinn.com\/?p=22878","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=22878#article","name":"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro","headline":"E: Could Not Open File \/var\/lib\/apt\/lists","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2023\/03\/Linux-Ubuntu-Penguin-Cloud.jpg","width":1024,"height":1024},"datePublished":"2023-03-24T07:57:34+00:00","dateModified":"2023-03-24T07:57:56+00:00","inLanguage":"en-GB","mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22878#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=22878#webpage"},"articleSection":"Uncategorized, Azure, Azure Image Builder, Linux, Packer, Ubuntu"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=22878#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","position":2,"name":"Uncategorized","item":"https:\/\/aidanfinn.com\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22878#listItem","name":"E: Could Not Open File \/var\/lib\/apt\/lists"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=22878#listItem","position":3,"name":"E: Could Not Open File \/var\/lib\/apt\/lists","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=1#listItem","name":"Uncategorized"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22878#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=22878#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=22878#webpage","url":"https:\/\/aidanfinn.com\/?p=22878","name":"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro","description":"In this post, I'll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=22878#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2023\/03\/Linux-Ubuntu-Penguin-Cloud.jpg","@id":"https:\/\/aidanfinn.com\/?p=22878\/#mainImage","width":1024,"height":1024},"primaryImageOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=22878#mainImage"},"datePublished":"2023-03-24T07:57:34+00:00","dateModified":"2023-03-24T07:57:56+00:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro","og:description":"In this post, I'll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming","og:url":"https:\/\/aidanfinn.com\/?p=22878","article:published_time":"2023-03-24T07:57:34+00:00","article:modified_time":"2023-03-24T07:57:56+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"E: Could Not Open File \/var\/lib\/apt\/lists | Aidan Finn, IT Pro","twitter:description":"In this post, I'll show how I solved a failure, that occurred during an Azure Image Builder (Packer) build with a Ubuntu 20.04 image, which resulted in a bunch of errors that contained E: Could not open file \/var\/lib\/apt\/lists\/ with a bunch of different file names. Disclaimer I am Linux-disabled. I started my career programming","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"22878","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-03-24 07:21:04","updated":"2025-06-04 17:35:59","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=1\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tE: Could Not Open File \/var\/lib\/apt\/lists\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Uncategorized","link":"https:\/\/aidanfinn.com\/?cat=1"},{"label":"E: Could Not Open File \/var\/lib\/apt\/lists","link":"https:\/\/aidanfinn.com\/?p=22878"}],"amp_enabled":true,"jetpack_featured_media_url":"https:\/\/aidanfinn.com\/wp-content\/uploads\/2023\/03\/Linux-Ubuntu-Penguin-Cloud.jpg","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=22878"}],"version-history":[{"count":14,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22878\/revisions"}],"predecessor-version":[{"id":22893,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/22878\/revisions\/22893"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/media\/22891"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=22878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=22878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=22878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}