TeXstudio-Installationsproblem unter Ubuntu 18.04.2 LTS mit PPA

TeXstudio-Installationsproblem unter Ubuntu 18.04.2 LTS mit PPA

Ich habe ein Problem mit der Installation von TeXstudio. Die Installation wird mit dem PPA auf einer Neuinstallation von Ubuntu 18.04.2 LTS durchgeführt. Fehler und Apt-Cache-Richtlinie bereitgestellt.

Wir wären für jede Hilfe oder Anleitung sehr dankbar.

Danke!

Unpacking texstudio (2.12.16-0~201905181623~ubuntu18.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/texstudio_2.12.16-0~201905181623~ubuntu18.04.1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/texstudio/tabletemplate_fullyframed_firstBold.js', which is also in package texstudio-doc 2.12.6+debian-2
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/texstudio_2.12.16-0~201905181623~ubuntu18.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
computer:~$ apt-cache policy texstudio texstudio-doc
texstudio:
  Installed: (none)
  Candidate: 2.12.16-0~201905181623~ubuntu18.04.1
  Version table:
     2.12.16-0~201905181623~ubuntu18.04.1 500
        500 http://ppa.launchpad.net/sunderme/texstudio/ubuntu bionic/main amd64 Packages
     2.12.6+debian-2 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
texstudio-doc:
  Installed: 2.12.6+debian-2
  Candidate: 2.12.6+debian-2
  Version table:
 *** 2.12.6+debian-2 500
        500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
        100 /var/lib/dpkg/status

Nach dem Entfernen des PPA konnte die Installation durchgeführt werden. Obwohl die Nichtverwendung des PPA eine vorübergehende Lösung ist, würde ich das Problem gerne beheben und die aktuellere Version unter dem PPA installieren.

Antwort1

Du musst rennen

sudo apt remove texstudio-doc

das behebt das Problem.

verwandte Informationen