Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-27-2009, 01:57 AM
|
#1
|
LQ Newbie
Registered: Apr 2009
Posts: 22
Rep:
|
how to install source files in linux....?
Hi,
I downloaded Zenity source files from softopedia, i dont know how to install that Please help me, i am using Red Hat.
Thank you...
|
|
|
04-27-2009, 04:32 AM
|
#2
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
|
You should probably try installing Zenity using your package manager. It would be something like If you really need to install Zenity from source, it would be something like
Code:
./configure --prefix=usr --localstatedir=/var/lib
make
su -c 'make install'
|
|
|
04-27-2009, 09:26 AM
|
#3
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
shivarajM;
I looked thru your posting history and it seems that all of your 4 threads are related....Please keep related topics together in one thread.
For example, you question about making a "front end" for a script does no make sense unless one reads your previous posts.
|
|
|
04-27-2009, 10:49 AM
|
#4
|
Senior Member
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824
|
Unpack the source (probably with command tar xvzf filename.tar.gz), then read the README and INSTALL files.
|
|
|
04-28-2009, 01:03 AM
|
#5
|
LQ Newbie
Registered: Apr 2009
Posts: 22
Original Poster
Rep:
|
Getting Error
Quote:
Originally Posted by weibullguy
You should probably try installing Zenity using your package manager. It would be something like If you really need to install Zenity from source, it would be something like
Code:
./configure --prefix=usr --localstatedir=/var/lib
make
su -c 'make install'
|
I am geting the error message while instaling Zenity....
configure: error: gnome-doc-utils >= 0.3.2 not found
Help me........
|
|
|
04-28-2009, 01:36 AM
|
#6
|
Senior Member
Registered: Jan 2006
Posts: 4,363
Rep:
|
What distro, version, and arch are you running?
Post back the results of yum repolist.
|
|
|
04-28-2009, 01:36 AM
|
#7
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
If you use your package manager, it will install the dependencies you need.
The error message says that you need to install gnome-doc-utils. Also install the gnome-doc-utils-devel package if it exists.
|
|
|
05-11-2009, 01:03 AM
|
#8
|
LQ Newbie
Registered: Apr 2009
Posts: 22
Original Poster
Rep:
|
Quote:
Originally Posted by jschiwal
If you use your package manager, it will install the dependencies you need.
The error message says that you need to install gnome-doc-utils. Also install the gnome-doc-utils-devel package if it exists.
|
when i tried to install zenity using yum in Fedora....
yum install zenity
I got following error....
[root@localhost ~]# yum install zenity
Loading "installonlyn" plugin
Setting up Install Process
Parsing package install arguments
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...ra-7&arch=i386 error was
[Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Error: Cannot open/read repomd.xml file for repository: fedora
|
|
|
05-11-2009, 01:09 AM
|
#9
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
That sounds like you need to configure your network. It couldn't find the IP address for mirrors.fedoraproject.org. Check your /etc/resolve.conf file. Does it contain your ISP's DNS servers? Is your default gateway entry correct? Enter "/sbin/route". Is the default route correct?
|
|
|
05-11-2009, 01:09 AM
|
#10
|
Senior Member
Registered: Jan 2006
Posts: 4,363
Rep:
|
Support for Fedora 7 was dropped over a year ago. Fedora 10 is current and support for Fedora 9 will be dropped one month after F11 is released(later this month?).
|
|
|
05-11-2009, 10:03 AM
|
#11
|
LQ Newbie
Registered: Apr 2009
Posts: 22
Original Poster
Rep:
|
which Fedora Release has built in ZENITY package...?
Quote:
Originally Posted by lazlow
Support for Fedora 7 was dropped over a year ago. Fedora 10 is current and support for Fedora 9 will be dropped one month after F11 is released(later this month?).
|
which Fedora Release has built in ZENITY package...?
|
|
|
05-11-2009, 01:48 PM
|
#12
|
Senior Member
Registered: Jan 2006
Posts: 4,363
Rep:
|
I THINK it is available in the base repo of any supported version. If you do not like updating very often you may wish to consider switching to Centos. Centos is RHEL(Red Hat Enterprise Linux) with the logos removed. They have a 5 year (plus) support life. RHEL/Centos 5.X was based on FC6 so it will have a very familiar "feel". Zenity is in the Centos base repo.
|
|
|
All times are GMT -5. The time now is 08:21 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|