How to Install and Uninstall perl-IO-Tty Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "perl-IO-Tty" package

This guide let you learn how to install perl-IO-Tty on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-IO-Tty

2. Uninstall "perl-IO-Tty" package

Please follow the guidelines below to uninstall perl-IO-Tty on openSuSE Tumbleweed:

$ sudo zypper remove perl-IO-Tty

3. Information about the perl-IO-Tty package on openSuSE Tumbleweed

Information for package perl-IO-Tty:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-IO-Tty
Version : 1.200.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 86.3 KiB
Installed : No
Status : not installed
Source package : perl-IO-Tty-1.200.0-2.1.src
Upstream URL : https://metacpan.org/release/IO-Tty
Summary : Pseudo ttys and constants
Description :
'IO::Tty' is used internally by 'IO::Pty' to create a pseudo-tty. You
wouldn't want to use it directly except to import constants, use 'IO::Pty'.
For a list of importable constants, see IO::Tty::Constant.
Windows is now supported, but ONLY under the Cygwin environment, see
http://sources.redhat.com/cygwin/.
Please note that pty creation is very system-dependend. From my experience,
any modern POSIX system should be fine. Find below a list of systems that
'IO::Tty' should work on. A more detailed table (which is slowly getting
out-of-date) is available from the project pages document manager at
SourceForge http://sourceforge.net/projects/expectperl/.
If you have problems on your system and your system is listed in the
"verified" list, you probably have some non-standard setup, e.g. you
compiled your Linux-kernel yourself and disabled ptys (bummer!). Please ask
your friendly sysadmin for help.
If your system is not listed, unpack the latest version of 'IO::Tty', do a
''perl Makefile.PL; make; make test; uname -a'' and send me
([email protected]_) the results and I'll see what I can deduce from that.
There are chances that it will work right out-of-the-box...
If it's working on your system, please send me a short note with details
(version number, distribution, etc. 'uname -a' and 'perl -V' is a good
start; also, the output from "perl Makefile.PL" contains a lot of
interesting info, so please include that as well) so I can get an overview.
Thanks!