When I installed TeXLive2012 on Linux some time ago, I had to follow How to install "vanilla" TeXLive on Debian or Ubuntu?. For the new release, as of yesterday, will I need to mimic the procedure from 2012 or can it be done in an easier fashion this time? Or does it have to be installed in an entirely different way?
Edit 2:
After uninstalling:
Setting up tex-common (3.15) ...
Directory /etc/texmf/ not writeable. Exiting.
dpkg: error processing tex-common (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
tex-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit 3:
Now, whenever I run commands in the terminal, I receive this:
Need to get 0 B of archives. After unpacking 0 B will be used.
Setting up tex-common (3.15) ...
Directory /etc/texmf/ not writeable. Exiting.
dpkg: error processing tex-common (--configure):
subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
Errors were encountered while processing:
tex-common
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up tex-common (3.15) ...
Directory /etc/texmf/ not writeable. Exiting.
dpkg: error processing tex-common (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
tex-common
This occurred when I ran sudo aptitude update and then running upgrade. I followed everything from cmhughes link on removing TeXLive.
install-tl-unx.tar.gz, then runsudo ./install. Once installed, update the paths, and you're set :) – cmhughes Jun 20 '13 at 02:39tlmgr uninstalland then see How to remove everything related to TeX Live for fresh install on Ubuntu? – cmhughes Jun 20 '13 at 03:01sudoor not to usesudoon the command. I had to guess to usesudo– Nasser Jun 20 '13 at 04:59