fucking the white bunny rabbit

this blog is a feature

Installing source package with YUM

with 4 comments

To install source package with YUM you have to install yum-utils

yum install yum-utils

then, just use yumdownloader:

yumdownloader --source packagename

Written by whitenoise

December 11, 2007 at 10:50 am

Posted in fedora, knowledge, Linux

Tagged with , , , ,

4 Responses

Subscribe to comments with RSS.

  1. che stupore per una scopiazzatura da debian!
    gli rpm erano talmente incasinati che alla fine han dovuto copiare apt

    poveri rpm-based fedora users

    puffetta

    December 11, 2007 at 1:50 pm

  2. puffetta, non mi è chiaro cosa hanno scopiazzato da debian :P puoi essere un po’ piu specifica?

    whitenoise

    December 11, 2007 at 1:59 pm

  3. è la base dell’open source, riutilizzare qualcosa per creare qualcosa altro. Il codice viene rilasciato proprio per questo. qualcuno possa riutilizzarlo per creare qualcosa altro.

    giopao

    December 12, 2007 at 3:25 pm

  4. And to install all build dependencies automagically:

    $ sudo yum-builddep packagename
    (‘packagename’ can be a local src.rpm filename or a package name in the yum repo)

    Install and build source rpm as normal user:
    (building as root is dangerous and should be avoided!)

    $ rpm -ivh packagename-version.src.rpm
    $ cd ~/rpmbuild (or ~/rpm on some systems)
    $ cd SPECS
    $ rpmbuild -ba packagename.spec

    joost

    June 27, 2011 at 2:32 pm


Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

Please log in to WordPress.com to post a comment to your blog.

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 260 other followers