tokyolight wrote: > Help please i want software/server on my Linux. I am root.
I'm not sure of what you're asking. Taking a guess, you are asking how to install software on your newly installed BLAG GNU/Linux system? You want to use yum to install software (if you are familiar with apt, that is available, too). Code: yum install foopackage will install a program. Code: yum grouplist will give you a list of package groups. Code: yum list '*foopackagename*' will look for "foopackagename" in the name of available packages. Packages are, in general, broke into foopackage, foopackage-doc, foopackage-devel, depending on what you need. Code: yum info foopackage will describe a package for you. Hope that helps. -------------------- m2f -------------------- Sent using Mail2Forum (http://www.mail2forum.com). Read this topic online here: http://forums.blagblagblag.org/viewtopic.php?p=26318#26318 -------------------- m2f --------------------
_______________________________________________ blag-users mailing list [email protected] https://www.autistici.org/mailman/listinfo/blag-users
