PDA

View Full Version : is there a yast-like tool for ubuntu??


H8LinuxLOL
23rd August 2006, 19:36
Does anyone know of one, or know where i could get one

falko
24th August 2006, 18:46
What exactly do you want to do? For package management, you can use apt:

apt-cache search searchstring
to search for packages,
apt-get install package
to install a package,
apt-get remove package to remove a package, etc. I don't know if there's a similar tool to yast... But I'd always go with the defaults for a distribution, and on Ubuntu it's apt. That way you''re less likely to mess up your system. ;)