Quote:
|
Originally Posted by phuchungbhutia
thanks for all ur help now i hav installed fedora ... now how do i install programs in it .tar files which cant be installed using software installer
|
Now as praka123 has already mentioned don't go for source packages (tar.gz) prefer binary (rpm/deb) packages .. Now since you are in fedora go for RPM or simply use Yum installer for installing ..
Code:
$ su -c yum install <application name>
You may save the downloaded package from
/var/cache/yum/<repository name>/packages