Hi,
I'm new to CentOS. I've been searching for something like Debian's aptitude in CentOS. A software to install and upgrade software using packages. I know there is RPM, but how can I browse avalible packeges and download them automaticaly with all others packeges that are needed?
Is there a such tool to do this in CentOS? Is there a method to update all packeges I have installed? (maybe not to the newest versions, but autamatically make security updates etc...)
If anyone could help me, I'd be glad. Also if you know any manual about administrating via SSH (this on CentOS web page is still reffering to graphical tools) please let me know.
Aptitude?
-
- Posts: 9
- Joined: 2005/03/28 23:33:29
- Location: /dev/null
- Contact:
Re: Aptitude?
You could try with this:
# yum makecache
# yum install apt
optional:
# yum install synaptic
Hope this helps :-D
note: all commands as root.
# yum makecache
# yum install apt
optional:
# yum install synaptic
Hope this helps :-D
note: all commands as root.