curses Interface: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Technology (talk | contribs) m (→Requirements) |
||
Line 13: | Line 13: | ||
|Open a terminal, and type: | |Open a terminal, and type: | ||
su -c 'pkg_add -r p5-Curses' | su -c 'pkg_add -r p5-Curses' | ||
|- | |||
|align=center|Ubuntu | |||
|Open a terminal, and type: | |||
sudo cpan Curses | |||
|- | |- | ||
|align=center|Other | |align=center|Other |
Revision as of 14:45, 19 May 2010
Curses interface is cross-platform console user interface.
Used as default on FreeBSD, if available.
Requirements
OS/distribution | Instructions |
---|---|
FreeBSD | Open a terminal, and type:
su -c 'pkg_add -r p5-Curses' |
Ubuntu | Open a terminal, and type:
sudo cpan Curses |
Other | Open a terminal, and type:
cpan Curses |