How to install kile in Ubuntu/Linux?
Kile is a user-friendly LaTeX source editor and TeX shell for KDE. The source editor is a multi-document editor designed for .tex and .bib files. Menus, wizards and auto-completion are provided to assist with tag insertion and code generation. A structural view of the document assists with navigation within source files. The TeX shell integrates the various tools required for TeX processing. It assists with LaTeX compilation, DVI and postscript document viewing, generation of bibliographies and indices and other common tasks. Kile can support large projects consisting of several smaller files. (dpkg package description)
To install this package in Ubuntu,
$ sudo apt-get install kile
You can use dpkg to know more about kile after installing it
$ dpkg -s kile
Comments: