LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 10-25-2005, 02:27 PM   #1
Blue Jacket
Member
 
Registered: Oct 2005
Posts: 49

Rep: Reputation: 15
Question "gdesklets" package in Debian: 0.33 or 0.35 version


Hi all,

I just installed "gdesklets" for my Debian/Sarge (even still have some problem from start up).

I just discovered that, the version obtained from "apt-get" is "0.33", but when I go the Debian

Package web page, it shows that the current version is "0.35" ?????

I think that the "0.33" is a "stable" version, but "0.35" might be "unstable" ..

Is it possible to install the "0.35" version of gdesklets using "apt-get" ??

thanks in advance all,

Alez
 
Old 10-25-2005, 04:18 PM   #2
fouldsy
Senior Member
 
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284

Rep: Reputation: 47
I downloaded the 0.35.2 package from the debian website and simply installed it using
Code:
dpkg -i gdesklets0.35.2.deb
or whatever the package was actually called. Works fine, as some of the new plugins such as weather, calendar + countdown scripts need a more recent version of gdesklets to work.
 
Old 10-25-2005, 04:20 PM   #3
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
What happens when you do the following?
Code:
# apt-get install gdesklets=0.35
Which branch (stable/testing/unstable) do you use? Check that 0.35 is in one you use, and/or edit /etc/apt/sources.list; you may want to set your /etc/apt/preferences to impose some order between stable, testing and unstable.

hth --Jonas
 
Old 10-26-2005, 01:25 PM   #4
Blue Jacket
Member
 
Registered: Oct 2005
Posts: 49

Original Poster
Rep: Reputation: 15
Thank you guys for your reply,

-- fouldsy: I tried as you suggested, but I got the following errors which I don't know how to upgrade the following libraries.
I checked in Synaptic, it says that those libraries are already up to date:

+++++++++++++++++++++++++++++++++++++++++++++++
Selecting previously deselected package gdesklets.
(Reading database ... 73163 files and directories currently installed.)
Unpacking gdesklets (from gdesklets_0.35.2-1_i386.deb) ...
dpkg: dependency problems prevent configuration of gdesklets:
gdesklets depends on libatk1.0-0 (>= 1.9.0); however:
Version of libatk1.0-0 on system is 1.8.0-4.
gdesklets depends on libgconf2-4 (>= 2.9); however:
Version of libgconf2-4 on system is 2.8.1-6.
gdesklets depends on libgnomevfs2-0 (>= 2.10.0-0); however:
Version of libgnomevfs2-0 on system is 2.8.4-4.
gdesklets depends on libgpg-error0 (>= 1.1); however:
Version of libgpg-error0 on system is 1.0-1.
gdesklets depends on libgtop2-5 (>= 2.9.4); however:
Package libgtop2-5 is not installed.
gdesklets depends on librsvg2-2 (>= 2.9.5); however:
Version of librsvg2-2 on system is 2.8.1-3.
gdesklets depends on libtasn1-2 (>= 0.2.13); however:
Version of libtasn1-2 on system is 0.2.10-3.
gdesklets depends on libxml2 (>= 2.6.20); however:
Version of libxml2 on system is 2.6.16-7.
gdesklets depends on python-xml; however:
Package python-xml is not installed.
dpkg: error processing gdesklets (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
gdesklets
++++++++++++++++++++++++++++++++++++++++

However, thanks a lot for your help

Alez
 
Old 10-26-2005, 01:29 PM   #5
Blue Jacket
Member
 
Registered: Oct 2005
Posts: 49

Original Poster
Rep: Reputation: 15
jonaskoelker, thanks for reply

I also tried what you suggest, and I got an error message saying that the gdeskets verion 0.35 cannot be found.

When I checked into my sources.list file, I got these lines:

=============================================

deb ftp://mirror.switch.ch/mirror/debian/ stable main
deb-src ftp://mirror.switch.ch/mirror/debian/ stable main

deb http://debian.ethz.ch/debian/ stable main
deb-src http://debian.ethz.ch/debian/ stable main

deb http://security.debian.org/ stable/updates main

deb ftp://ftp.nerim.net/debian-marillat/ sarge main

=============================================

I guess that, I have to put some repositories for the "testing" package, but I have no idea how to do this ..

Could you please suggest me how to add them ?

Thanks again for your help

Alez
 
Old 10-27-2005, 06:37 AM   #6
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
Copy all the lines that say stable, then change stable to testing in those new lines.

I'd recommend you use the official ftp.debian.* repositories (I have used .org with success myself). At least try it in the interest of fault isolation.

hth --Jonas
 
Old 10-28-2005, 02:17 AM   #7
Blue Jacket
Member
 
Registered: Oct 2005
Posts: 49

Original Poster
Rep: Reputation: 15
Thanks jonaskoelker,

This works fine as well as solving the start up problem of my gdesklets,

Alez
 
Old 10-28-2005, 04:28 AM   #8
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
You're welcome. You may want to say "solved" in the top of the thread (so that new readers can quickly browse on, or read the solution).

Here's a few examples of what I mean: http://www.linuxquestions.org/questi...hreadid=353843 and http://www.linuxquestions.org/questi...hreadid=351315

Just a suggestion.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Telling people to use "Google," to "RTFM," or "Use the search feature" Ausar General 77 03-21-2010 11:26 AM
Installation of "Gdesklets" on "Breezy" 5.10 Blue Jacket Ubuntu 3 11-08-2005 08:48 AM
Debian Boot Up Problem - stuck at "BR" & "I" jc70417 Debian 2 08-30-2005 04:36 PM
"sar" and "iostat" equivalents on Debian? aditya_shah Debian 8 08-01-2004 11:53 PM
Can't locate object method "splitpath" via package "File::Spec" RobJohnston Linux - General 2 06-28-2003 09:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration