Need to install the command less


 
Thread Tools Search this Thread
Operating Systems AIX Need to install the command less
# 1  
Old 01-12-2012
Need to install the command less

Hello,
I need to install the command less
I tried to download the RPM packages but ALL the links of the packages are non-downloadable.


Any help?

Regards
Ahmed Amer
Cairo,Egypt
# 2  
Old 01-12-2012
# 3  
Old 01-12-2012
tried to download the packages but I could not!

can I install them from the command line like Linux?
# 4  
Old 01-12-2012
When you can download those (I can click them and then my dowload starts by the way), you can install them with
Code:
rpm -vi <filename>

like on Linux.

Last edited by zaxxon; 01-12-2012 at 10:34 AM.. Reason: spelling
# 5  
Old 01-12-2012
Why no one is checking IBM page first ?
IBM AIX Toolbox for Linux Applications - Alphabetical Listing
Code:
rpm -ivh ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/less/less-382-1.aix5.1.ppc.rpm

# 6  
Old 01-12-2012
@gito:
Because the IBM web page is most often out of date and has far less packages on their list than Michael Perzl @ perzl.org
# 7  
Old 01-12-2012
I agree that packages are very very very old, but what new functionality you are requesting from less command.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Yum install command -errors

i having this error message when installing a package using yum on red hat 7.2 Please see attachment (21 Replies)
Discussion started by: DOkuwa
21 Replies

2. UNIX for Advanced & Expert Users

[Solved] Add hardware in virt-install command

Hi, Again a question about virt-install. Someone knows how to add hardware in the virt-install command? I put the first disk with --disks path=/.... but I need a second disk and I don't know how to include it? Thanks (2 Replies)
Discussion started by: hiddenshadow
2 Replies

3. Red Hat

up2date command not found on Ent. 6.2 install

Folks; New to redhat coming from hp-ux.. After fresh install of Ent 6.2, can not find up2date on the system except the manpage .. Does 6.2 stop using up2date ?? Googled it but nothing concrete came up.. Thnx (2 Replies)
Discussion started by: delphys
2 Replies

4. Linux

make command problem with MySql install

Hi, hopefully someone can help me. I am trying to set up LAMP on Fedora 11 starting with MySql. I downloaded the mysql-5.1.40.tar.gz tarball and unpacked it all. This created the mysql-5.1.40 directory. Next I ran the ./configure command. Following this I ran the make command to compile but... (2 Replies)
Discussion started by: patcom
2 Replies

5. Linux

Snoop command package install

Hi, What web site I can download the snoop package from and install it into a linux environment, so I can practice and become familiar with the snoop command and capture packets with it. Thanks , (0 Replies)
Discussion started by: Pouchie1
0 Replies

6. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

7. UNIX for Dummies Questions & Answers

Top is not install on my server, is other command I can use!

Hi, Top is not install on my server, is other command I can use? Kind Regards Mehrdad (1 Reply)
Discussion started by: mehrdad68
1 Replies

8. Linux

Install bash command

Hello, I am trying to copy some dirs and files over from one part of my server to the other with groups, owners and permissions so . . . I am using the command: install -m <777> -o <owner> -g <group> /<source>/* /<destination> This works fine for the files but gives me "install:... (1 Reply)
Discussion started by: dave_c00
1 Replies

9. UNIX for Dummies Questions & Answers

Help SCO printer install via command line

Hi, I need some help with installing and configuring a printer via command line as the scoadmin menu system doesnt work fully. So I was wondering how i can install and configure a printer purely from command line editing relevant files. It would be great if someone can help me out. ... (7 Replies)
Discussion started by: dregnet
7 Replies

10. Linux

How to install mailx command on linux ???

Hi, I'm planning to move all my shell scripts from Unix to Linux. currently in unix i have used the mailx command with the options -r & -s eg., mailx -s "Hai" -r "xyz@abc.com" < abc.txt But, if i move the scripts to linux i do not have the option -r in the mail command. What should... (3 Replies)
Discussion started by: mpvenkat
3 Replies
Login or Register to Ask a Question