Status
Not open for further replies.

Jesshost

Banned
Banned
100
2010
1
0
Hi, I need to get a package list because when I try to get it in Putty it's just to long so I cant see packages that have w or down.. (x,y,z only!)

Can someone link to a site or the map on my VPS where I can find all the packages? Thanks.
 
4 comments
Just run this : yum list > yum.list

then edit yum.list with your favorite editor.

This way you can use search rather than scroll up and down looking for something specific.
 
Last edited:
Hi, I need to get a package list because when I try to get it in Putty it's just to long so I cant see packages that have w or down.. (x,y,z only!)

Can someone link to a site or the map on my VPS where I can find all the packages? Thanks.

Increase the scroll lines in Putty so you can get the complete list OR use "more" with the command to list it page wise.

1) Login to the server with Putty, right click on the top blue bar and click 'Change Settings', then click on Window option and increase the number of zeros in "Lines of Scrollback" box and save.

2) yum list | more
 
You can see list
yum list >> yum.list ; less yum.list
Also you always can see full list of installed packages
rpm -qa | sort | less
 
Status
Not open for further replies.
Back
Top