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...
- 03-18-2010 #1Just 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
- 03-18-2010 #2
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 postfixYou must always face the curtain with a bow.
- 03-18-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
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.
- 03-18-2010 #4
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
- 10-12-2010 #5Just Joined!
- Join Date
- Aug 2010
- Posts
- 1
For Ubuntu, do this:
First, download some packages:
Then, cd to the dir that your package is in.Code:sudo apt-get install fakeroot sudo apt-get install alien
Code:cd Downloads
The -d Command means DEB. This is converting the .tar package to a .deb package!Code:alien -d name-of-archive.tar.gz
Then, Just double-click the .deb file and install!
NOTE: Sometimes, this failes... If it does'nt work, try to find another way.



