How To Install conman.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install conman.x86_64 on Amazon Linux 2.
What is conman.x86_64
ConMan is a serial console management program designed to support a large number of console devices and simultaneous users. It currently supports local serial devices and remote terminal servers (via the telnet protocol). Its features include - mapping symbolic names to console devices - logging all output from a console device to file - supporting monitor (R/O), interactive (R/W), and broadcast (W/O) modes of console access - allowing clients to join or steal console “write” privileges - executing Expect scripts across multiple consoles in parallel
We can use yum to install conman.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install conman.x86_64.
Install conman.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install conman.x86_64 using yum by running the following command:
sudo yum -y install conman.x86_64
How To Uninstall conman.x86_64 on Amazon Linux 2
To uninstall only the conman.x86_64 package we can use the following command:
sudo yum remove conman.x86_64
conman.x86_64 Package Contents on Amazon Linux 2
/etc/conman.conf
/etc/logrotate.d/conman
/usr/bin/conman
/usr/bin/conmen
/usr/lib/systemd/system/conman.service
/usr/sbin/conmand
/usr/share/conman
/usr/share/conman/alpha.exp
/usr/share/conman/conman.exp
/usr/share/conman/exec
/usr/share/conman/exec/README
/usr/share/conman/exec/cyclades-ssh.exp
/usr/share/conman/exec/cyclades-telnet.exp
/usr/share/conman/exec/hp-ilo.exp
/usr/share/conman/exec/hp-lo100.exp
/usr/share/conman/exec/ibm-bc.exp
/usr/share/conman/exec/ipmiconsole.exp
/usr/share/conman/exec/ipmitool.exp
/usr/share/conman/exec/ssh.exp
/usr/share/conman/exec/sun-elom.exp
/usr/share/conman/exec/sun-ilom.exp
/usr/share/conman/exec/sun-v20z-v40z.exp
/usr/share/doc/conman-0.2.7
/usr/share/doc/conman-0.2.7/AUTHORS
/usr/share/doc/conman-0.2.7/COPYING
/usr/share/doc/conman-0.2.7/ChangeLog
/usr/share/doc/conman-0.2.7/FAQ
/usr/share/doc/conman-0.2.7/NEWS
/usr/share/doc/conman-0.2.7/examples
/usr/share/doc/conman-0.2.7/examples/README
/usr/share/doc/conman-0.2.7/examples/boot_alpha.exp
/usr/share/doc/conman-0.2.7/examples/mac.exp
/usr/share/doc/conman-0.2.7/examples/rmc.exp
/usr/share/doc/conman-0.2.7/examples/shell_cmd_1.exp
/usr/share/doc/conman-0.2.7/examples/shell_cmd_n.exp
/usr/share/doc/conman-0.2.7/examples/srm.exp
/usr/share/doc/conman-0.2.7/examples/wtf.exp
/usr/share/man/man1/conman.1.gz
/usr/share/man/man5/conman.conf.5.gz
/usr/share/man/man8/conmand.8.gz
/var/log/conman
/var/log/conman.old
References
Summary
In this tutorial we learn how to install conman.x86_64 on Amazon Linux 2 using yum.