databricks-rag-assistant / scraped_kb_articles /404-error-when-installing-krb5-user-module.json
felipelemes's picture
Upload 922 files
1d1d48c verified
{
"url": "https://kb.databricks.com/en_US/clusters/404-error-when-installing-krb5-user-module",
"title": "Título do Artigo Desconhecido",
"content": "Problem\nWhen trying to install the\nkrb5-user\npackage on your cluster’s Ubuntu OS, you receive a 404 error.\nUnable to correct missing packages.\r\nE: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libgssrpc4_1.17-6ubuntu4.1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]\r\nE: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]\r\nE: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkdb5-9_1.17-6ubuntu4.1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]\r\nE: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/k/krb5/libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]\r\nE: Failed to fetch http://security.ubuntu.com/ubuntu/pool/universe/k/krb5/krb5-user_1.17-6ubuntu4.1_amd64.deb 404 Not Found [IP: 185.125.190.39 80]\r\nE: Aborting install.;\nCause\nWhen there is a package update in the\nkrb5-user Ubuntu repository\n, the previous version is removed.\nIn the Ubuntu OS, package references saved within\n/var/lib/apt/lists/\nare cached, causing the package info to point to the previous, now no longer available, version.\nNote\nThe command\napt-get clean\ndoesn't clear the\n/var/lib/apt/lists/\ndirectory. This is a common OS behavior.\nSolution\nManually remove the\n/var/lib/apt/lists/\npath to refresh the cached data.\nsudo rm -rf /var/lib/apt/lists/*\r\nsudo apt-get -y update\r\nsudo apt-get install -y libkrb5-user"
}