Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I would like to know that how can i install postfix.tar.gz in ubuntu/fedora.......... Please mention all the steps........ Thanks Regards Prince...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    2

    install postifx from .tar.gz file

    Hi,

    I would like to know that how can i install postfix.tar.gz in ubuntu/fedora..........
    Please mention all the steps........

    Thanks

    Regards
    Prince

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    Do you have a reason to do a installation from source (tar.gz contains the sources)

    The preferred and much easier way is to use the package managers of ubunto / fedora
    ubuntu: apt-get install postfix
    fedora: yum install postfix
    You must always face the curtain with a bow.

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by Irithori View Post
    The preferred and much easier way is to use the package managers of ubunto / fedora
    ubuntu: apt-get install postfix
    fedora: yum install postfix
    I agree with Irithori's comment above.

    If you must install from source for some reason, check this HowTo (post #2) for the steps needed:

    http://www.linuxforums.org/forum/lin...are-linux.html

    ...also, be sure to check any README files included in the tarball for special instructions.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Postfix available in Universe repository and you should install it through Synaptic or apt-get.
    Which version of Ubuntu are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Aug 2010
    Posts
    1

    For Ubuntu, do this:

    First, download some packages:
    Code:
    sudo apt-get install fakeroot
    sudo apt-get install alien
    Then, cd to the dir that your package is in.

    Code:
    cd Downloads
    Code:
    alien -d name-of-archive.tar.gz
    The -d Command means DEB. This is converting the .tar package to a .deb package!
    Then, Just double-click the .deb file and install!

    NOTE: Sometimes, this failes... If it does'nt work, try to find another way.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...