How to Open and View or Extract CHM (Compiled HTML) Files in Linux Come aprire e visualizzare o estratto CHM (Compiled HTML) File in Linux

Microsoft Compiled HTML Help or more commonly known as .CHM format, is a proprietary format for online help files by Microsoft which was first released in 1997 in Windows 98 as a successor to the Microsoft WinHelp format. Microsoft Compiled HTML Help o più comunemente noto come. CHM formato, è un formato proprietario per i file di guida in linea di Microsoft che è stato rilasciato il primo nel 1997 in Windows 98 come successore del formato di Microsoft WinHelp. CHM packages and archives all HTML files into one single file, including the associated images and other media. CHM pacchetti e archivi tutti i file HTML in un unico file, comprese le relative immagini e altri mezzi di informazione.

Although been replaced with new generation of Windows Help called Microsoft Assistance Markup Language since Windows Vista, .CHM frmat is still supported and distributed through Windows XP and Vista platform (although Sebbene stato sostituito con nuova generazione di Guida di Windows di Microsoft chiamato Assistenza Markup Language poiché Windows Vista. CHM frmat è ancora supportato e distribuito tramite Windows XP e Vista piattaforma (anche se HLP extension format has been dropped in Vista HLP estensione formato è stato eliminato in Vista ). However, Linux and Mac OS X machines do not have built-in support for CHM format either, and requires user install third party tools for CHM support. Tuttavia, Linux e Mac OS X, le macchine non hanno il supporto incorporato per il formato CHM sia, e richiede l'installazione di strumenti di terze parti per CHM sostegno.

There are plenty of CHM files viewer libraries for Linux operating system that allows Linux users to read and open CHM files. Ci sono molte visualizzatore di file CHM per Linux biblioteche del sistema operativo Linux che permette agli utenti di aprire e leggere file CHM. And most of the CHM viewer libraries is available in the default distribution repositories of popular mainstream LInux distros, or in ports collection of BSD system. E la maggior parte delle biblioteche CHM visualizzatore è disponibile nel repository di default di distribuzione del popolare principali distribuzioni Linux, o nei porti raccolta di sistema BSD.

Opening and Viewing CHM Files on Fedora 9 with Apertura e visualizzazione di file CHM su Fedora 9 con Okular Okular

Fedora 9 already installed with Okular application, a document viewer for KDE 4. Fedora Core 9 già installato con okular domanda, un documento visualizzatore per KDE 4. Okular supports Microsoft Compiled HTML Help (CHM) with the libCHM backend. Okular supporta Microsoft Compiled HTML Help (CHM) con il libCHM backend. In other Linux distros using KDE4, Okular can be installed to view CHM files too. In altre distribuzioni Linux utilizzando KDE4, okular può essere installato per visualizzare i file CHM.

Okular

How to Install libchm or chmlib in Debian/Ubuntu/Fedora/RedHat/Suse and Other Linux Distros Come installare libchm o chmlib in Debian / Ubuntu o Fedora / RedHat / Suse Linux e altre distribuzioni

libchm and e chmlib are a very basic but sufficient library for dealing with Microsoft ITSS/CHM format files. sono una base molto, ma sufficiente per far fronte biblioteca con Microsoft ITSS / CHM file in formato. These two libraries (each for different Linux distribution) serve to provide basic functionality related CHM files, which other CHM viewer tools rely on and use. Questi due biblioteche (per ogni diversa distribuzione di Linux) servono per fornire funzionalità di base relativi file CHM, che altri CHM visualizzatore contare su strumenti e di uso. With just the basic library, user will be able to extract the contents of the CHM files. Con solo libreria di base, l'utente sarà in grado di estrarre il contenuto del file CHM. And as most third-party CHM tools to view CHM on desktop require the basic library too, it should be installed first, if it’s not installed yet. E come la maggior parte di terze parti CHM strumenti per visualizzare sul desktop CHM richiedono la libreria di base troppo, dovrebbe essere installato in primo luogo, se non è ancora installato.

For Debian or Ubuntu Linux, install libchm with the following command: Per Debian o Ubuntu Linux, installare libchm con il seguente comando:

$ sudo apt-get install libchm-bin $ Sudo apt-get install-bin libchm

For Fedora, Fedora Core, RedHat and SuSE Linux, install chmlib with the following command: Per Fedora Core, Fedora, Red Hat e SuSE Linux, installare chmlib con il seguente comando:

$ sudo yum -y install chmlib $ Sudo yum-y install chmlib

General Commands to Install Application Software from Linux Repositories Comandi generali per installare software applicativo da Linux Repository

Most CHM viewers are included into the Linux repositories, and thus can be installed via respective repo-tools (yum or apt-get). CHM maggior parte dei telespettatori sono inclusi nel repository di Linux e, quindi, può essere installato tramite rispettivi repo-tools (yum o apt-get). The command syntax as below: La sintassi del comando, come qui di seguito:

For Fedora, Fedora Code, Red-Hat, SuSE Linux, Madriva Linux: Per Fedora, Fedora Core Codice, Red-Hat, SuSE Linux, Linux Madriva:

$ sudo yum -y install <library_name> $ Sudo yum-y installare <library_name>

For Debian and Ubuntu Linux: Per Debian e Ubuntu Linux:

$ sudo apt-get install <library_name> $ Sudo apt-get install <library_name>

For BSD or FreeBSD, Per BSD o FreeBSD, search for the application in the ports collection ricerca per l'applicazione nei porti di raccolta , and then issue “make install clean” command in the application port directory, or use “pkg_add -r <package_name> command. , E poi digitare "make install pulito" comando nella directory di applicazione porto, oppure utilizzare "pkg_add-r <package_name> comando.

CHM File Viewer Tools for Linux Chm File Viewer strumenti per Linux

KchmViewer KchmViewer

KChmViwer

The standard KDE viewer for CHM files. Lo standard di KDE visualizzatore per i file CHM. Available in most repositories. Disponibile nella maggior parte dei repository.

Help Explorer Viewer Aiuto Explorer Viewer

Available for both Windows and Linux platform, and support Microsoft Windows Help (WinHelp) in .HLP format, Microsoft HTML Help 1.x in .CHM format, and Microsoft Help 2.0 in .HXS format. Disponibile sia per Windows e Linux piattaforma, e supporta Microsoft Windows Guida (WinHelp) in formato. HLP formato, Microsoft HTML Help 1.x in. CHM formato, e Microsoft Guida in 2,0. HXS formato.

Help Explorer Viewer

After downloading the Dopo aver scaricato il HelpExplorer3.0_LINUX.tar.gz , su to root and issue these commands to install Help Explorer Viewer: , Su verso root e il rilascio dei comandi per installare Aiuto Explorer Viewer:

tar zxf HelpExplorer3.0_LINUX.tar.gz tar zxf HelpExplorer3.0_LINUX.tar.gz
cd Setup/ CD di installazione /
./setup.sh . / setup.sh

ChmSee ChmSee

ChmSee is an open source Gtk2+ package for GNOME wrote by a Chinese. ChmSee è un open source Gtk2 + pacchetto per GNOME scritto da un cinese. After downloading the source package tarball Dopo aver scaricato il pacchetto sorgente tarball chmsee-1.0.1.tar.gz , run the following commands to compile ChmSee. , Eseguire i seguenti comandi per compilare ChmSee.

$ tar xzf chmsee-1.0.1.tar.gz $ Tar xzf chmsee-1.0.1.tar.gz
$ cd chmsee-1.0.1 $ Cd chmsee-1.0.1
$ ./configure $. / Configure
$ make $ Make
# make install # Make install

ChmSee

System cannot find the chmlib can use “–with-chmlib=/path/to/chmlib” parameter to specify the path to chmlib. Impossibile trovare il chmlib possibile utilizzare "-con-chmlib = / path / to / chmlib" parametro per specificare il percorso chmlib. Compiling requiers Gtk2+, libglade, gecko, gtkhtml, chmlib, libgcrypt and OpenSSL. Compilazione requiers Gtk2 +, LibGlade, geco, gtkhtml, chmlib, libgcrypt e OpenSSL. But pre-compiled packages are available for Ma pre-compilato i pacchetti sono disponibili per Debian , Fedora Fedora Core (RPM) and Gentoo (as part of (RPM) e Gentoo (come parte del Gentoo China Overlay Gentoo Cina overlay )

GnoCHM GnoCHM

GnoCHM is a CHM file viewer for Gnome, and uses PyCHM, a Python package that exports the CHMLIB API. GnoCHM è un visualizzatore di file CHM per Gnome, e utilizza PyCHM, un pacchetto di Python che le esportazioni CHMLIB le API. Features are: Caratteristiche sono:

  • Support for external ms-its links Supporto esterno per il suo ms-link
  • Full text search support Ricerca a testo integrale di sostegno
  • Bookmarks Segnalibri
  • Configurable support for HTTP links Configurabile il supporto per i collegamenti HTTP
  • Integrated with Gnome2 Integrato con GNOME2
  • Support for multiple languages (be, cs, de, el, es, fr, hu, it, ja, pl, pt_BR, ru, sv, tr, vi, zh_CN, zh_TW) Supporto per più lingue (BE, CS, DE, EL, ES, FR, HU, IT, ja, pl, pt_BR, ru, sv, tr, vi, zh_CN, zh_TW)
  • Support to open multiple files at once Sostegno per aprire più file contemporaneamente
  • Displays HTML page source Visualizza sorgente della pagina HTML

Install via repositories. Installare tramite repository.

GnoCHM

xCHM xCHM

xCHM is a cross-platform GUI front-end to chmlib, supports UNIX systems (Linux, *BSD, Solaris), Mac OS X and Windows. xCHM è un cross-platform GUI front-end a chmlib, supporta sistemi UNIX (Linux, * BSD, Solaris), Mac OS X e Windows.

xCHM

Install via repositories package or ports collection, else download for various xCHM distro packages available Installare tramite repository pacchetto o porti raccolta, il resto per scaricare vari xCHM distribuzione pacchetti disponibili here qui .

KCHM KCHM

KCHM is a .chm file viewer which uses the Qt widget toolkit and the KDE core libraries. È un KCHM. Visualizzatore di file chm che utilizza il toolkit widget Qt e KDE core biblioteche. Seems to not been actively developed anymore. Sembra non sono state sviluppate più attivamente. Requires chmlib, Qt 3, KDE 3.1.4 and automake stuff for compilation, where source package can be downloaded from Richiede chmlib, 3 Qt, KDE 3.1.4 e automake roba per la compilazione, se del pacchetto sorgente può essere scaricato dal SourceForge.net .

KCHM

Using CHM Reader Add-On Extension in Firefox Chm utilizzando lettore add-on per estensione in Firefox

CHM Reader add-on is an extension for Firefox web browser that able to open Compiled HTML (.CHM) file. CHM Reader add-on è un'estensione per il browser web Firefox che in grado di aprire Compiled HTML (. CHM) file. It adss a new “Open CHM Files” entry to the Firefox File menu. ADS è una nuova "Apri file CHM" la voce per Firefox dal menu File. When you opening a CHM file, the table of contents is hidden by default, but can be brought up by pressing Ctrl-E. Quando l'apertura di un file CHM, la tabella dei contenuti è nascosta per impostazione predefinita, ma può essere portato fino premendo Ctrl-E.

Opening CHM in Firefox

To install CHM Reader, go to Per installare CHM Reader, andare a this page questa pagina with Firefox and then click on “Install” button. con Firefox, quindi fare clic su "Install". Restart the Firefox after installation. Riavviare Firefox dopo l'installazione.

How to Extract the Contents (HTML Files) Inside the CHM Archive Come estrarre il contenuto (HTML file) Dentro la CHM Archivio

To extract the contents of CHM file, use the following command: Per estrarre il contenuto del file CHM, utilizzare il seguente comando:

extract_chmlib filename .chm / destination_dir / extract_chmlib nome del file. CHM / destination_dir /

Change the filename to actualy file name for the CHM, and destination_dir to a directory to place the extracted and unpacked HTML files and contents. Cambia il nome del file effettivamente a nome di file per il CHM, e destination_dir in una directory di porre l'estratto e scompattato i file HTML e di contenuto.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale in lingua inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

iphone chm iPhone CHM - -- open .chm aperto. CHM - -- how to open CHM file come aprire file CHM - -- debian chm Debian CHM - -- extract chm estratto CHM - -- chm to html linux CHM HTML per Linux - -- chm reader for debian CHM lettore per Debian - -- chm iphone CHM iPhone - -- chm extractor CHM estrattore - -- how to open chm come aprire CHM - -- how to open .chm files come aprire. file CHM - -- how to open .chm come aprire. CHM - -- chm extract CHM estratto - -- fedora chm Fedora CHM - -- chm open CHM aperto - -- how to open .chm file come aprire. chm - -- open chm aperto CHM - -- chm reader iphone CHM lettore iPhone - -- how to open Compiled HTML come aprire Compiled HTML - -- iphone chm reader iPhone CHM lettore - -- open compiled html file aprire file HTML compilato - -- how to open chm files come aprire file CHM - -- debian okular chm Debian okular CHM - -- chm on iphone chm su iPhone - -- okular chm okular CHM - -- all tutto - -- debian chm reader Debian CHM lettore - -- libchm-bin rpm libchm-bin giri / min - -- chm reader fedora CHM lettore di Fedora Core - -- chmsee suse repository chmsee SUSE repository - -- compiled HTML help download for linux Guida HTML compilato Download per Linux - -- chm reader rpm CHM lettore giri / min - -- chm unzip CHM decomprimere - -- linux support for .chm il supporto per Linux. CHM - -- linux chm to html CHM per Linux HTML - -- open chm file aprire file CHM - -- how to open chm file in linux come aprire file CHM in linux - -- compiled html file compilato file HTML - -- open .chm files aperto. CHM file - -- fedora chm viewer Fedora CHM visualizzatore - -- chm reader for linux lettore di CHM per Linux - -- install okular fedora 9 okular installare Fedora Core 9 - -- okular command okular comando - -- read chm on iphone CHM leggere su iPhone - -- how to open .chm file in linux come aprire. CHM file in linux - -- opening chm files suse apertura file CHM SUSE - -- ubuntu open a compile html help file ubuntu compilare aprire un file HTML Help - -- how to open a chm file come aprire un file CHM - -- open source chm reader open source CHM lettore - -- chm viewer iphone CHM visualizzatore iPhone - --