- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- which rpm is required to install 'pico' text edito...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2004 06:43 PM
тАО09-30-2004 06:43 PM
plz help.
rhl 9 boxes, have to install the 'pico' text editor, but dont know which rpm installs the pico editor.
[root@woods RPMS]# ls -l pico*
ls: pico*: No such file or directory
[root@woods RPMS]# pwd
/mnt/cdrom/Redhat/RPMS
I have checked(ls -l pico*) all three installation cds
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-30-2004 07:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2004 01:43 AM
тАО10-01-2004 01:43 AM
Re: which rpm is required to install 'pico' text editor ?
http://beowulf.cheme.cmu.edu/software/Rpm_pico.html
Note:
IF you want to check pico in a package then,
rpm -ql
Else simply as,
rpm -ql `rpm -qa` | grep -i 'pico'
so that it will check in every package for pico word there.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2004 02:15 AM
тАО10-01-2004 02:15 AM
Re: which rpm is required to install 'pico' text editor ?
You can use the command
rpm -qa|grep -i pine*.rpm
pico is in the pine package
Rgds
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-01-2004 05:58 AM
тАО10-01-2004 05:58 AM
Re: which rpm is required to install 'pico' text editor ?
Thanks again
Regards
Maaz