Excerpts from gladstein's message of Thu May 06 14:33:38 -0400 2010: > I've been spoiled by package managers that download and install > everything for you, and I've forgotten how RPM works. > > In particular, I want to install Haskell on suse, and I read that "RPMs > are available from openSUSE. " > > I followed the link, and found a bunch of folders of folders of RPM > files. > > What exactly should I do to install Haskell?
man rpm (You probably want rpm -i) Cheers, Edward _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
