How to Open and View or Extract CHM (Compiled HTML) Files in Linux Kā atvērt un apskatīt vai Extract CHM (Sastādītāja HTML) Files 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 Sastādītāja HTML Help jeb vairāk pazīstama kā. CHM formātā, kas ir īpašuma formātā tiešsaistes palīdzības failus ar Microsoft, kas pirmo reizi tika izlaists 1997 98 Windows kā pēctecis Microsoft WinHelp formātā. CHM packages and archives all HTML files into one single file, including the associated images and other media. CHM iepakojumos un arhīviem visus HTML failus vienā failā, ieskaitot saistīto attēlu un citi plašsaziņas līdzekļi.
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 Lai gan ir aizstāts ar jauno paaudzi Windows palīdzība sauc par Microsoft atbalsta Markup Language kopš Windows Vista. CHM frmat joprojām atbalsta un izplata, izmantojot Windows XP un Vista platformas (kaut gan HLP extension format has been dropped in Vista HLP pagarinājums formāts ir atcelta 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. Tomēr, Linux un Mac OS X mašīnas nav iebūvēts atbalsts CHM formātā, vai nu, un pieprasa lietotājam instalēt trešās puses rīkus, lai CHM support.
There are plenty of CHM files viewer libraries for Linux operating system that allows Linux users to read and open CHM files. Ir daudz CHM failu skatītāja bibliotēkas Linux operētājsistēmu, kas ļauj Linux lietotājiem lasīt un atvērt CHM failus. 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. Un lielākā daļa CHM skatītāja bibliotēkām ir pieejams noklusējuma izplatīšanas krātuves tautas galveno Linux distros, vai ostās kolekcija BSD sistēmu.
Opening and Viewing CHM Files on Fedora 9 with Atvērt un apskatīt CHM failiem 9 Fedora ar Okular Okular
Fedora 9 already installed with Okular application, a document viewer for KDE 4. Fedora 9 jau ir instalēta ar Okular pieteikumu, dokumentu skatītājs 4 KDE. Okular supports Microsoft Compiled HTML Help (CHM) with the libCHM backend. Okular atbalsta Microsoft Sastādītāja HTML Help (CHM) ar libCHM aizmuguri. In other Linux distros using KDE4, Okular can be installed to view CHM files too. Citās Linux distros, izmantojot KDE4, Okular var uzstādīt, lai apskatītu CHM failus too.

How to Install libchm or chmlib in Debian/Ubuntu/Fedora/RedHat/Suse and Other Linux Distros Kā Install libchm vai chmlib in Debian / Ubuntu / Fedora / localhost / Suse un citiem Linux Distros
libchm libchm and un chmlib chmlib are a very basic but sufficient library for dealing with Microsoft ITSS/CHM format files. ir ļoti vienkārši, bet pietiekami, bibliotēka, kas nodarbojas ar Microsoft ITSS / CHM formātu failus. 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. Šie divi bibliotēkas (katrā dažādiem Linux distribution) mērķis ir nodrošināt pamata funkcionalitāti saistībā CHM failiem, kuras citas CHM skatītājam instrumenti paļauties un izmantošanu. With just the basic library, user will be able to extract the contents of the CHM files. Tikai ar galveno bibliotēku, lietotājs varēs iegūt par CHM failu saturu. 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. Un tā kā vairums trešo personu CHM rīkus, lai apskatītu CHM uz galda nepieciešama pamata bibliotēka arī ir jāuzstāda pirmkārt, ja tas nav uzstādīts yet.
For Debian or Ubuntu Linux, install libchm with the following command: Uz Debian vai Ubuntu Linux, instalēt libchm ar šādu komandu:
$ sudo apt-get install libchm-bin
For Fedora, Fedora Core, RedHat and SuSE Linux, install chmlib with the following command: For Fedora, Fedora Core, RedHat un SuSE Linux, instalēt chmlib ar šādu komandu:
$ sudo yum -y install chmlib $ Sudo yum-y install chmlib
General Commands to Install Application Software from Linux Repositories General Komandas Install Application Software no Linux Repositories
Most CHM viewers are included into the Linux repositories, and thus can be installed via respective repo-tools (yum or apt-get). Visvairāk CHM skatītāji tiek iekļauti Linux krātuvēm, un tādējādi to var instalēt, izmantojot attiecīgo repo instrumenti (yum vai apt-get). The command syntax as below: Komandu sintakse kā norādīts zemāk:
For Fedora, Fedora Code, Red-Hat, SuSE Linux, Madriva Linux: Attiecībā uz Fedora, Fedora Code, Red-Hat, SuSE Linux, Madriva Linux:
$ sudo yum -y install <library_name> $ Sudo yum-y install <library_name>
For Debian and Ubuntu Linux: Uz Debian un Ubuntu Linux:
$ sudo apt-get install <library_name> $ Sudo apt-get install <library_name>
For BSD or FreeBSD, Par BSD vai FreeBSD, search for the application in the ports collection meklēt piemērošana ostās vākšanas , and then issue “make install clean” command in the application port directory, or use “pkg_add -r <package_name> command. , Un tad jautājums "make install clean" komandu pieteikumā ostā direktorijā, vai lietot "pkg_add-r <package_name> komandu.
CHM File Viewer Tools for Linux CHM File Viewer Tools for Linux

The standard KDE viewer for CHM files. Standarta KDE skatītājs CHM failiem. Available in most repositories. Pieejama lielākajā daļā krātuvēs.
Help Explorer Viewer Help Explorer skatītājs
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. Pieejama gan Windows, gan Linux platformas un atbalsta Microsoft Windows Help (WinHelp) in. HLP formātā, Microsoft HTML Help 1.x in. CHM formātā, un Microsoft palīdzība 2.0. HXS formātā.

After downloading the Pēc lejupielādes HelpExplorer3.0_LINUX.tar.gz HelpExplorer3.0_LINUX.tar.gz , su to root and issue these commands to install Help Explorer Viewer: , Su to root un izdot šīs komandas, lai instalētu Help Explorer Viewer:
tar zxf HelpExplorer3.0_LINUX.tar.gz
cd Setup/
./setup.sh
ChmSee is an open source Gtk2+ package for GNOME wrote by a Chinese. ChmSee ir atvērtā koda Gtk2 + paketi GNOME wrote ar ķīniešu. After downloading the source package tarball Pēc lejupielādes avots pakete tarball chmsee-1.0.1.tar.gz chmsee-1.0.1.tar.gz , run the following commands to compile ChmSee. , Palaist šādas komandas lai apkopotu ChmSee.
$ tar xzf chmsee-1.0.1.tar.gz
$ cd chmsee-1.0.1
$ ./configure
$ make
# make install

System cannot find the chmlib can use “–with-chmlib=/path/to/chmlib” parameter to specify the path to chmlib. Sistēma nevar atrast chmlib var izmantot "-ar-chmlib = / path / uz / chmlib" parametru, lai norādītu ceļu uz chmlib. Compiling requiers Gtk2+, libglade, gecko, gtkhtml, chmlib, libgcrypt and OpenSSL. Apkopot requiers Gtk2 +, libglade, gekons, gtkhtml, chmlib, libgcrypt un OpenSSL. But pre-compiled packages are available for Bet pirms apkopot paketes ir pieejamas Debian Debian , , Fedora Fedora (RPM) and Gentoo (as part of (RPM) un Gentoo (kā daļa no Gentoo China Overlay Gentoo Ķīna Overlay ) )
GnoCHM is a CHM file viewer for Gnome, and uses PyCHM, a Python package that exports the CHMLIB API. GnoCHM ir CHM failu skatītājs Gnome un izmanto PyCHM, Python paketi, ka eksports CHMLIB API. Features are: Iezīmes ir šādas:
- Support for external ms-its links Atbalsts ārējo ms-its links
- Full text search support Full text search atbalsts
- Bookmarks Bookmarks
- Configurable support for HTTP links Konfigurējamas atbalsta HTTP saites
- Integrated with Gnome2 Integrēta ar 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) Atbalsta vairākas valodas (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 Atbalsts atvērt vairākus failus uzreiz
- Displays HTML page source Displeji HTML lapas kodu
Install via repositories. Instalēt, izmantojot krātuves.

xCHM is a cross-platform GUI front-end to chmlib, supports UNIX systems (Linux, *BSD, Solaris), Mac OS X and Windows. xCHM ir pāri-platform GUI front-end to chmlib atbalsta UNIX sistēmām (Linux, * BSD, Solaris), Mac OS X un Windows.

Install via repositories package or ports collection, else download for various xCHM distro packages available Instalēt, izmantojot krātuves lietošanas vai ostās savākšanas, cits lejupielādēt dažādu xCHM distro paketes pieejams here šeit . .
KCHM is a .chm file viewer which uses the Qt widget toolkit and the KDE core libraries. KCHM ir. Chm failu skatītājs, kas izmanto Qt widget instrumentu kopumu un KDE galveno bibliotēku. Seems to not been actively developed anymore. Šķiet, ka nav pietiekami aktīvi izstrādāta vairs. Requires chmlib, Qt 3, KDE 3.1.4 and automake stuff for compilation, where source package can be downloaded from Nepieciešama chmlib, Qt 3, KDE 3.1.4 un automake stuff apkopošanai, ja avots iesaiņojumā, var lejupielādēt no SourceForge.net SourceForge.net . .

Using CHM Reader Add-On Extension in Firefox Izmantojot CHM Reader Add-On Firefox Extension
CHM Reader add-on is an extension for Firefox web browser that able to open Compiled HTML (.CHM) file. CHM Reader Add-on ir paplašinājumu Firefox interneta pārlūks, kas spēj atvērt Sastādītāja HTML (. CHM) fails. It adss a new “Open CHM Files” entry to the Firefox File menu. Tā adss jauns "Open CHM Files" ierakstu Firefox izvēlnē Fails. When you opening a CHM file, the table of contents is hidden by default, but can be brought up by pressing Ctrl-E. Kad tu atver CHM faila satura ir paslēpta pēc noklusējuma, bet to var iesniegt līdz nospiežot Ctrl-E.

To install CHM Reader, go to Lai instalētu CHM Reader, pārejiet uz this page Šajā lapā with Firefox and then click on “Install” button. ar Firefox un pēc tam noklikšķiniet uz "Install" pogu. Restart the Firefox after installation. Restart Firefox pēc uzstādīšanas.
How to Extract the Contents (HTML Files) Inside the CHM Archive Kā iegūt Saturs (HTML faili) Inside CHM Arhīvs
To extract the contents of CHM file, use the following command: Iegūt no CHM satura failu, izmantojiet komandu:
extract_chmlib filename .chm / destination_dir / extract_chmlib filename. 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. Maina filename faktiski faila nosaukumu CHM, un destination_dir uz direktoriju ievietot ekstrahē un izsaiņot HTML failus un saturu.
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: lapa mašīna iztulkot un pasniegts tàds, "kàds tas ir" bez garantijas. Machine translation may be difficult to understand. Mašīntulkošanas var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- Open, Extract and Convert DAA, ISO and BIN Files in Linux with Free PowerISO for Linux Open, ekstrakts un konvertēšana DAA, ISO, BIN faili Linux ar bezmaksas PowerISO for Linux
- How to Open and Extract .DAA Image Files Kā atvērt un Extract. DAA Attēlu faili
- Open and View Windows Help .HLP Content Files in Vista Atvērt un apskatīt Windows palīdzībā. HLP saturs Faili Vista
- Extract and View Contents of Microsoft Update Standalone Package (MSU) for Windows Vista Izrakstu un apskatiet saturu no Microsoft Update Standalone Package (GUI) Windows Vista
- Extract Password Protected RAR Files by Batch with Unrar Extract and Recover Ekstrakts parolēšana RAR failus, Batch ar unrar Extract un Recover
- HTML-PDF-Converter Online Service to Convert Webpage to PDF Files HTML PDF Converter tiešsaistes pakalpojumu, lai Convert vietni uz PDF failu
- Launch and Open Links in New Window or Tab with _blank or _new as Target in HTML and Their Difference Uzsākt un Atvērt saites jaunā logā vai Cilne ar _blank vai _NEW kā TARGET, HTML un to Difference
- How to Open, View or Create XPS Documents in Windows XP and Windows 2003 Kā atvērt, apskatīt vai izveidot XPS dokumenti Windows XP un Windows 2003
- Extract Archived Files With Universal Extractor Ekstrakts Archived failus ar Universal Extractor
- Open and Play Windows Media Audio and Video Files (WMA and WMV) on Mac OS Open and Play Windows Media Audio un video faili (WMA un WMV) uz Mac OS










































October 16th, 2008 05:59 16 oktobris 2008 05:59
[...] How to Open and View or Extract CHM (Compiled HTML) Files in Linux [...] [...] Kā atvērt un apskatīt vai izraksta CHM (Sastādītāja HTML) Files in Linux [...]