<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic apt-get install texlive error 404 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/apt-get-install-texlive-error-404/m-p/12921#M7672</link>
    <description>&lt;P&gt;Hi everybody, I'm trying to install on a cluster (Azure Databricks, DBR 7.3LTS) texlive-full using apt-get install texlive-full in an init script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that, most of the times (not always), I get a 404 when downloading packages from &lt;A href="http://security.ubuntu.com" alt="http://security.ubuntu.com" target="_blank"&gt;security.ubuntu.com&lt;/A&gt;. The current init script is as follows (I wrote also the next part, that downloads an additional package. That part gives no error, though):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;sudo apt-get update
sudo apt-get upgrade --fix-missing -y
sudo apt-get install texlive-full --fix-missing -y
wget &lt;A href="http://mirror.ctan.org/graphics/pgf/contrib/pgf-pie.zip" target="test_blank"&gt;http://mirror.ctan.org/graphics/pgf/contrib/pgf-pie.zip&lt;/A&gt;
unzip pgf-pie.zip
mkdir -p /root/texmf/tex/latex/pgf-pie
cp -r pgf-pie /root/texmf/tex/latex
mkdir -p /root/texmf/doc/latex/pgf-pie
cp pgf-pie/pgf-pie-manual.pdf /root/texmf/doc/latex/pgf-pie/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's the error I get (from the log):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5core5a_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5core5a_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5dbus5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5dbus5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5network5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5network5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5gui5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5gui5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5widgets5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5widgets5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5xml5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5xml5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Aborting install.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I tried to understand what kind of error is it, and it seems that the packages it's looking for do not exist, but have another name/version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing? What am I doing wrong? Is there a more suitable way to get the latex compiler on a cluster?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Oct 2021 08:04:58 GMT</pubDate>
    <dc:creator>giacomosachs</dc:creator>
    <dc:date>2021-10-20T08:04:58Z</dc:date>
    <item>
      <title>apt-get install texlive error 404</title>
      <link>https://community.databricks.com/t5/data-engineering/apt-get-install-texlive-error-404/m-p/12921#M7672</link>
      <description>&lt;P&gt;Hi everybody, I'm trying to install on a cluster (Azure Databricks, DBR 7.3LTS) texlive-full using apt-get install texlive-full in an init script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that, most of the times (not always), I get a 404 when downloading packages from &lt;A href="http://security.ubuntu.com" alt="http://security.ubuntu.com" target="_blank"&gt;security.ubuntu.com&lt;/A&gt;. The current init script is as follows (I wrote also the next part, that downloads an additional package. That part gives no error, though):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;sudo apt-get update
sudo apt-get upgrade --fix-missing -y
sudo apt-get install texlive-full --fix-missing -y
wget &lt;A href="http://mirror.ctan.org/graphics/pgf/contrib/pgf-pie.zip" target="test_blank"&gt;http://mirror.ctan.org/graphics/pgf/contrib/pgf-pie.zip&lt;/A&gt;
unzip pgf-pie.zip
mkdir -p /root/texmf/tex/latex/pgf-pie
cp -r pgf-pie /root/texmf/tex/latex
mkdir -p /root/texmf/doc/latex/pgf-pie
cp pgf-pie/pgf-pie-manual.pdf /root/texmf/doc/latex/pgf-pie/&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's the error I get (from the log):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5core5a_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5core5a_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5dbus5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5dbus5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5network5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5network5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5gui5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5gui5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5widgets5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5widgets5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5xml5_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/libqt5xml5_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch &lt;A href="http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.5_amd64.deb" target="test_blank"&gt;http://security.ubuntu.com/ubuntu/pool/main/q/qtbase-opensource-src/qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.5_amd64.deb&lt;/A&gt;  404  Not Found [IP: 91.189.88.142 80]
E: Aborting install.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I tried to understand what kind of error is it, and it seems that the packages it's looking for do not exist, but have another name/version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing? What am I doing wrong? Is there a more suitable way to get the latex compiler on a cluster?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 08:04:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/apt-get-install-texlive-error-404/m-p/12921#M7672</guid>
      <dc:creator>giacomosachs</dc:creator>
      <dc:date>2021-10-20T08:04:58Z</dc:date>
    </item>
  </channel>
</rss>

