Re: ./configure command



Joao Paulo Pires wrote:

Hi Cameron,
Thanks for your answer.
I'm a end user for FC4. The real problem I have is each time I want try some program from CDs ou DVDs from magazines, they advise to install with './configure' and 'make install'. Is there any other possibility?
TIA, Joao.
_


Never do this, though it is recommended. With the final comman "make install" you might probably overwrite existing files which are neede by other applications.

With fedora you have the command yum. This command connects to the internet and automatically fetches rpm packages from mirror servers.

Run for example the command

yum install elinks

yum will download and install the package for the programm elinks. If elinks depends on other packages, yum downloads and installs them, too.

All packages that can e installed with yum are part of a so called repository. A repository is simply a collection of a rpm packages. Go for to your /etc/yum.repos.d directory. Each .repo file in that directory configures one repository. With FC4 you have at least something called "core", "extras" and "updates". core ist the reository, that has the packages which are needed to run you system and alle packages that are usually installed with your system (gnome, firefox, evolution, samba, etc) in extras you have millions of other packages. Usually you will be satisfied with this repository. If you are going to use software with non free licenses (mp3-codecs, wma-codecs, man videoplayers, etc), you should use for example the freshrpms repository. Go to freshrpms.net for more information. Install freshrpms' repository with

rpm -i http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/5/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm

(I found the link on freshrpms' homepage).

After the installation you have new repositories in /etc/yum.repos.d. Alternatively you could have reated these files manually. The installation via the rpm command is easier though.

From now on you can at any time run commands like

yum install xine*

which will install all packages for the xine videoplayer.

greets Boris

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list



Relevant Pages

  • Re: [opensuse] Dumb Online Update Question
    ... packages must be downgraded or the newer ones not installed. ... at some stage done a one click install of something maybe and no longer ... Whichever repository you got version 2.4 from needs to be enabled. ... repos and packman or videolan if you have used them from the ...
    (SuSE)
  • Re: yum update/install from a specific repo
    ... This plugin adds the command alias, ... Yum plugin to enable manual downgrading of packages ... Yum plugin to let Yum install only basearch packages. ...
    (Fedora)
  • Re: updating with yum (was: Need help: X GUI objects invisible)
    ... >>It will take a while to download and install all the packages, ... Does yum work along the same lines? ... enough to update your system by the install (if you upgraded from FC2, ... >>(sometimes not even other versions of SuSE). ...
    (Fedora)
  • yum localupdate weirdness on x86_64
    ... I'm trying to install FC6 for x86_64 on my notebook (this is not going ... yum localupdate *.rpm ... but that didn't work well when updated packages had new dependencies.) ...
    (Fedora)
  • Re: yum local { partial } mirror
    ... of only downloading a package once ... You might find locking issue if multiple machines try to access the central cached repodata at the same time, since each machine stores its yum lock file on it's local disk, ie a different location. ... You don't need the localupdate {unless you want to vet updated packages before releasing them to other machines}. ... install every package that is installed on any other machine. ...
    (Fedora)