openSUSE 42.1 Leap su Santech M68 – Part 3

Published by Lello on

Ci sono dei software che non dovrebbero mancare in una distribuzione Linux; vediamo quelli che secondo me sono essenziali:

  • Office

    • Adobe Acrobat Reader

Adobe Reader non è più supportato da Adobe su piattaforma Linux e dunque non possiamo installarlo nemmeno sulla nostra openSUSE. È possibile utilizzare una vecchia versione di Adobe Reader, ma considerando che tale operazione è a rischio sicurezza, non consiglio l’installazione. Per la lettura dei documenti in formato pdf utilizzeremo Okular (l’applicazione di default); per la modifica utilizzeremo i PDF toolkit che installeremo in seguito.

    • Dropbox
# zypper in dropbox
    • PDF Toolkit

I PDF toolkit sono i coltellini svizzeri dei file in formato PDF. Permettono di:
* Merge PDF Documents
* Split PDF Pages into a New Document
* Rotate PDF Documents or Pages
* Decrypt Input as Necessary (Password Required)
* Encrypt Output as Desired
* Fill PDF Forms with X/FDF Data and/or Flatten Forms
* Generate FDF Data Stencil from PDF Forms
* Apply a Background Watermark or a Foreground Stamp
* Report PDF Metrics such as Metadata and Bookmarks
* Update PDF Metadata
* Attach Files to PDF Pages or the PDF Document
* Unpack PDF Attachments
* Burst a PDF Document into Single Pages
* Uncompress and Re-Compress Page Streams
* Repair Corrupted PDF (Where Possible)

# zypper in pdftk pdftk-qgui
    • MS TrueType Font

Questo pacchetto contiene gli script per scaricare ed installare i Microsoft Truetype fonts.

# zypper in fetchmsttfonts
    • Skype
# cd ~/Downloads
# zypper in alsa-plugins-pulse-32bit libpng12-0 libQtWebKit4-32bit libXss1-32bit libXv1-32bit libgstapp-0_10-0-32bit libgstinterfaces-0_10-0-32bit libgstreamer-0_10-0-32bit liblcms1-32bit libmng1-32bit libmysqlclient18-32bit liborc-0_4-0-32bit libpng12-0-32bit libqt4-32bit libqt4-qt3support-32bit libqt4-sql-32bit libqt4-sql-mysql-32bit libqt4-sql-sqlite-32bit libqt4-x11-32bit libsqlite3-0-32bit libxslt1-32bit xorg-x11-libs
# wget --content-disposition -c http://www.skype.com/go/getskype-linux-beta-suse
# rpm -Uvh skype-4.3.0.37-suse.i586.rpm
    • Thunderbird
# zypper in thunderbird
  • Multimedia

    • libdvdcss

Questa libreria ci permette di leggere i dvd criptati:

# zypper ar -f http://opensuse-guide.org/repo/openSUSE_Leap_42.1/ libdvdcss
# zypper install libdvdcss2 libdvdcss-devel
    • VLC
# zypper in vlc
    • MPLayer
# zypper in mplayer gmplayer
  • Grafica

    • Gimp
# zypper in gimp gimp-ufraw
    • InkScape
# zypper in inkscape
  • Google

    • Google Chrome
    # zypper ar http://dl.google.com/linux/chrome/rpm/stable/x86_64 Google-Chrome
    # zypper in google-chrome-stable
    • Google Earth
    # zypper ar http://dl.google.com/linux/earth/rpm/stable/x86_64 Google-Earth
    # zypper in google-earth-stable
← Part 2 – Update & Packman repo Part 4 – Drivers