LoginSignup
8

More than 5 years have passed since last update.

CentOS 6系 で lv を使う方法

Posted at

事前準備

% sudo yum install rpm-build ncurses-devel autoconf
% sudo yum install gcc

インストールします

% sudo wget http://ftp.riken.jp/Linux/centos/5.6/os/SRPMS/lv-4.51-8.1.src.rpm
% sudo rpm -ivh lv-4.51-8.1.src.rpm
% sudo rpmbuild -bb /root/rpmbuild/SPECS/lv.spec
% sudo rpm -ivh /root/rpmbuild/RPMS/x86_64/lv-4.51-8.1.x86_64.rpm

これで使えるようになりました。

% lv -v
-----------------
# lv v.4.51.a (Oct.30th,2005)
# All rights reserved. Copyright (C) 1996-2005 by NARITA Tomio
# ABSOLUTELY NO WARRANTY; for details type `lv -h'

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8