Den Adobe Reader hat Ubuntu schon mit der Version 14.04 aus dem Programm genommen. Man findet ihn auf Adobe’s FTP-Server in der letzten aktuellen Version zum Download. Allerdings ist dies – nicht unerwartet – ein veraltetes 32bit Paket. Es sind also einige Vorarbeiten notwendig, um es installieren zu können.
Zunächst sind Abhängigkeiten zu installieren:
1 |
sudo apt install gdebi-core libxml2:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386 libatk-adaptor:i386 gtk2-engines-pixbuf:i386 |
Das Paket wird wie folgt heruntergeladen und installiert:
1 2 |
wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb sudo dpkg -i AdbeRdr9.5.5-1_i386linux_enu.deb |
Gegebenenfalls fehlt noch die eine oder andere Abhängigkeit. Die zieht man recht einfach nach:
1 |
sudo apt-get install -f |
Damit man den Adobe Reader nun auch als Standardprogramm zum Öffnen von PDFs machen kann, musste früher noch ein kleiner Fehler im Installationspaket ausgebessert werden. In der Datei /usr/share/applications/AdobeReader.desktop findet sich die Zeile ‚Exec=acroread‘. Diese ist durch folgende Zeile zu ersetzen:
1 Exec=acroread %f
… in der aktuellen Version Ubuntu 20.04 musste ich das nicht mehr machen. Auf meinem System war der Acrobat Reader auch sofort die Standard-App für PDF-Dateien. Sollte das nicht so funktionieren, kann wie gewohnt per Kontextmenü einer PDF-Datei unter ‚Öffnen mit …‘ ausgewählt und in den Eigenschaften unter dem Tab ‚Öffnen mit …‘ als Vorgabe festgelegt werden.
Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.
Cookie | Dauer | Beschreibung |
---|---|---|
cookielawinfo-checkbox-advertisement | 1 year | Set by the GDPR Cookie Consent plugin, this cookie is used to record the user consent for the cookies in the "Advertisement" category . |
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
CookieLawInfoConsent | 1 year | Records the default button state of the corresponding category & the status of CCPA. It works only in coordination with the primary cookie. |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Cookie | Dauer | Beschreibung |
---|---|---|
icwp-wpsf-notbot | 5 minutes | For all visitors and users, Shield Security uses a temporary cookie (~600 seconds) to track registration of a visitors for the purposes of identifying bots on a site. |
shield-notbot-nonce | past | For all visitors and users, a temporary cookies is used to provide a nonce value for the NotBot system. This cookie is used to overcome limitations imposed by WP page caching plugins that don’t allow the updating of on-page nonce values. We send the nonce value via a cookie to ensure the client has access to the latest, valid nonce. |
Cookie | Dauer | Beschreibung |
---|---|---|
_pk_id.3.b861 | 1 year 27 days | Set by Matomo. Used to store a few details about the user such as the unique visitor ID |
_pk_ses.3.b861 | 30 minutes | Set by Matomo. Short lived cookie used to temporarily store data for the visit. |
CONSENT | 2 years | YouTube sets this cookie via embedded youtube-videos and registers anonymous statistical data. |
Cookie | Dauer | Beschreibung |
---|---|---|
yt-remote-connected-devices | never | YouTube sets this cookie to store the video preferences of the user using embedded YouTube video. |
yt-remote-device-id | never | YouTube sets this cookie to store the video preferences of the user using embedded YouTube video. |
Keine Antworten