<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tex on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/tags/tex/</link><description>Recent content in Tex on Andrew's Memory Blog</description><generator>Hugo -- gohugo.io</generator><image><url>https://andrewmemory.acornwall.net/img/rss_image.png</url><title>Tex on Andrew's Memory Blog</title><link>https://andrewmemory.acornwall.net/</link></image><language>en</language><managingEditor>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</managingEditor><webMaster>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</webMaster><copyright>Copyright 2009--2025</copyright><lastBuildDate>Mon, 20 Nov 2017 16:42:26 -0700</lastBuildDate><atom:link href="https://andrewmemory.acornwall.net/tags/tex/index.xml" rel="self" type="application/rss+xml"/><item><title>Updating to the latest TeX on Ubuntu 16.04</title><link>https://andrewmemory.acornwall.net/blog/2017-11-20-updating-to-the-latest-tex-on-ubuntu-16-04/</link><pubDate>Mon, 20 Nov 2017 16:42:26 -0700</pubDate><author>andrewmemoryblog@gmail.com (Andrew's Memory Blog)</author><guid>https://andrewmemory.acornwall.net/blog/2017-11-20-updating-to-the-latest-tex-on-ubuntu-16-04/</guid><description>&lt;p&gt;I had problems running the TeXLive package manager tlmgr on my Ubuntu 16.04 LTS install. Apparently the package manager changed formats in 2016, so the version that is included with Ubuntu is out of date (and presumably so is TeX/LaTeX).&lt;/p&gt;
&lt;p&gt;Luckily, there&amp;rsquo;s a repo with the latest TeX as described here: &lt;a href="http://tipsonubuntu.com/2016/09/16/install-tex-live-2016-ubuntu-16-04-14-04/" target="_blank" rel="noreferrer"&gt;tipsonubuntu.com/2016/09/16/install-tex-live-2016-ubuntu-16-04-14-04/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In short, if you have TeX already installed, do this:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sudo add-apt-repository ppa:jonathonf/texlive sudo apt update; sudo apt upgrade&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;After that you&amp;rsquo;ll run into the following bug: &lt;a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824137" target="_blank" rel="noreferrer"&gt;bugs.debian.org/cgi-bin/bugreport.cgi?bug=824137&lt;/a&gt;   You&amp;rsquo;ll need to do the following to get around it: &lt;code&gt;sudo apt -f remove texlive-base texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended texlive-pictures texlive-pstricks texlive-base-bin prosper texlive-fonts-recommended-doc texlive-fonts-extra-doc texlive-latex-base texlive-generic-recommended texlive-latex-base-doc texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pictures-doc texlive-pstricks-doc tipa sudo apt install texlive-base texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended texlive-pictures texlive-pstricks texlive-base-bin prosper texlive-fonts-recommended-doc texlive-fonts-extra-doc texlive-latex-base texlive-generic-recommended texlive-latex-base-doc texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pictures-doc texlive-pstricks-doc tipa&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;After that, you should be running the latest TexLive.&lt;/p&gt;</description></item></channel></rss>