CentOS備忘録

CentOSの設定等に関するメモ

テキストエディタ:Geany のインストール

 

1)インストール

# yum install -y geany

 

2)確認

# yum info geany

Installed Packages

Name : geany
Arch : i686
Version : 1.24.1
Release : 1.el6
Size : 14 M
Repo : installed
From repo : epel
Summary : A fast and lightweight IDE using GTK2
URL : http://www.geany.org/
License : GPLv2+
Description : Geany is a small and fast integrated development
: enviroment with basic features and few dependencies to
: other packages or Desktop Environments.
:
: Some features:
: - Syntax highlighting
: - Code completion
: - Code folding
: - Construct completion/snippets
: - Auto-closing of XML and HTML tags
: - Call tips
: - Support for Many languages like C, Java, PHP, HTML,
: Python, Perl, Pascal
: - symbol lists and symbol name auto-completion
: - Code navigation
: - Simple project management
: - Plugin interface

 

3)参考

see more >>> http://www.geany.org/