is there a yast-like tool for ubuntu??

Discussion in 'Installation/Configuration' started by H8LinuxLOL, Aug 23, 2006.

  1. H8LinuxLOL

    H8LinuxLOL New Member

    Does anyone know of one, or know where i could get one
     
  2. falko

    falko Super Moderator ISPConfig Developer

    What exactly do you want to do? For package management, you can use apt:

    Code:
    apt-cache search searchstring
    to search for packages,
    Code:
    apt-get install package
    to install a package,
    Code:
    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. ;)
     

Share This Page