LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installation of fftw on fedora (https://www.linuxquestions.org/questions/linux-software-2/installation-of-fftw-on-fedora-880454/)

tilakraj 05-13-2011 12:55 AM

installation of fftw on fedora
 
hi,
i am new to linux, and i want 2 install fftw and mpi-ch on my machine.
and i have no idea about the cammand line, so can anyone help me out with this.
and please remember i am totally new to this linux OS, so explain it in a simplest way you can

thank you,

knudfl 05-13-2011 02:13 AM

Welcome to LQ.

The package Manager can be used too : Enter fftw and mpich into the "Search"


The terminal is easy to use : 1) su (+enter password)
2) yum install fftw-devel mpich2-devel

( All packages can be watched with 'yum search fftw mpich' ).

..

tilakraj 05-13-2011 02:33 AM

thank you for your reply,knudfl
i tried what you've suggested me but its shows
loaded plugins: refresh-packagekit
so, now what should i do.

tilakraj 05-13-2011 05:17 AM

look i have tar files of both the application in my downloads folder please sum one let me know and i guess in the terminal "yum" is not working properly because whenever i run yum it shows up like this,
[root@molsimlab2 tilak]# yum update
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
[root@molsimlab2 tilak]# yum search fftw
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
[root@molsimlab2 tilak]#


what should i do

knudfl 05-13-2011 08:05 AM

Please do this command : cat /etc/redhat-release

.. to decide the Fedora version.

John VV 05-13-2011 02:33 PM

you NEED TO fix yum first
that is a MUST !!!

now what version of fedora is this ?
only fedora 13 & 14 are currently supported .


from your error one or more of a few things might be happening
yum needs the version of "python" in the fedora repo
If YOU installed a different version that WILL kill fedora

or

you did a "upgrade " maybe even skipping a few versions ?
that will break things

or
this is a VERY old version of fedora
fedora 8 and older ???

so before you can install fftw 3 we need to know a few things

what version of fedora is this ?
and was / is it a clean NEW install or a " upgrade"

szboardstretcher 05-13-2011 02:38 PM

Quote:

Originally Posted by tilakraj (Post 4355097)
thank you for your reply,knudfl
i tried what you've suggested me but its shows
loaded plugins: refresh-packagekit
so, now what should i do.

If that is all you see, then you have to set up your DNS information correctly before it will work.

Try:
Quote:

ping www.google.com
to verify this.

tilakraj 05-16-2011 12:50 AM

to,
john vv
its fedora 14 and before there was windows xp

John VV 05-16-2011 10:08 PM

Quote:

and i have no idea about the cammand line, so can anyone help me out with this.
.. then ...
its fedora 14 and before there was windows xp
well fedora might not be a good choice for you then .
Almost ALL programs are installed using the terminal , and most things in fedora are debugged or fixed in the terminal


ok i am assuming that firefox is working and it is just yum that is not
and this is a new fresh install of 14
what was the last things you installed ??
if an update then maybe an error occurred , it happens .
look in /var/log/yum.log

or did you install a different version of python using some rpm from the net ?
-- or --
and this might be it also
are you behind a wireless router and did not set up yum to use that
see the fedora documentation
http://docs.fedoraproject.org/en-US/index.html
-- Software Management Guide --
http://docs.fedoraproject.org/en-US/...ide/index.html

http://docs.fedoraproject.org/en-US/...ess-Setup.html

http://docs.fedoraproject.org/en-US/...anced_Yum.html


All times are GMT -5. The time now is 08:55 AM.