 KMESS 로고 (KMESS LOGO)
pidgin
을 대체할만한 CentOS 5.x
(RHEL 5) 용 MSN 메신저
KMESS 를 설치해보자.
kmess 는, 비록
pidgin 처럼 다양한
프로토콜을 지원하지는 않지만,
깔끔한 인터페이스와 사용법이 쉽고, 무엇보다 CentOS 5.x (RHEL 5) 에서 안정적으로 작동한다.
KMESS 의 설치는
간단하다.
1/2
단계 http://www.kmess.org
를 방문하여 패키지 파일을 다운로드한다.
2/2
단계 아래의
명령으로 kmess 패키지를
설치한다. package
install 패키지.파일명
이미
설치된 kmess 를 업데이트하기
위해서는, 현재 사용중인
kmess 를 제거하고 새로운
버전을 설치해야 한다. 설치된
kmess 를 제거하기 위해서는
아래와 같이 한다. package
remove kmess 이제 시도때도없이 프로세스가 사망해버리는 pidgin 대신에 kmess 로, 리눅스에서도 안정적인 msn 메신저 서비스를 이용하자.  KMESS 등록정보 (About KMESS) 참고로, package 의 사용법은 다음과 같다. [root@ ~]# package --help Usage: package <action> [options] [package name]
This is the autopackage management tool.
Package Name can be either format: Short Name : gimp Root Name : @gimp.org/gimp/1.4
Actions: info : Print information about the named package, either from the database, online or a file. install : Install the named package. remove : Removes the named package. uninstall : Alias for remove action.
files : List installed files of the named package. list : Show all packages installed. log : Show log of the named package. owner : Show package owner of absolute or relative filename.
verify : Checks the package to see if the installation has been broken.
version : Prints autopackage version information. [ -v or --version ] help : Prints autopackage help information. [ -h or --help ]
Options for info: -p filename : Print information from the specified package file.
Options for remove: -f : Force removal even when it would break other packages. -F filename : File containing single line entries of packages to use.
Debug mode: export DEBUGLEVEL=3 and log file will be generated at the location set in AUTOPACKAGE_DEBUG_LOGFILE which is defaulted as './autopackage.log' |