LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-27-2010, 02:03 AM   #1
coss_cat
Member
 
Registered: Jul 2007
Location: Bucharest, Romania
Distribution: Ubuntu
Posts: 42

Rep: Reputation: 0
How to install gnomeartng-0.7.0-all.deb In Ubuntu 10.10


Hello everyone,

For some days I tried to figure out how to get working gnomeartng-0.7.0-all.deb on Ubuntu 10.10.
The main drawback is that I cannot get installed the "mono-common" dependency.

" sudo apt-get --fix-missing install mono
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mono is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source"

I tried to see which are those other packages, installed them but same result.

Any ideas are welcomed

Thank you,
 
Old 10-27-2010, 02:37 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
It seems that the gnomeartng package has dependencies that your system can fulfill. Where did you get it from? Also can you please post the output of
Code:
dpkg -L /path/to/gnomeartng-0.7.0-all.deb
Evo2.

PS. Generally it is not such a good idea to download and install random packages you find on the web.
 
Old 10-27-2010, 03:53 AM   #3
coss_cat
Member
 
Registered: Jul 2007
Location: Bucharest, Romania
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 0
Hello Evo2,

I got the package as result of searching a replacement for the "gnome-art" software already included into the distro. I read and saw lots of print screns for this new version and it truly does a better job than the older "gnome-art".

The output of what you asked is this: (excuse the French version. i try to learn French)

"Le paquet «*/home/cosscat/bureau/gnomeartng-0.7.0-jaunty.deb*» n'est pas installé.
Utilisez dpkg --info (= dpkg-deb --info) pour examiner les fichiers
archives, et dpkg --contents (= dpkg-deb --contents) pour afficher leur
contenu."


after dpkg --info I get this:

" nouveau paquet Debian, version 2.0.
taille 441222 octets*: archive de contrôle = 443 octets.
449 octets, 11 lignes control
Package: gnomeartng
Version: 0.7.0
Section: admin
Priority: optional
Architecture: all
Essential: no
Depends: mono-common
Suggests: gnomeartng-thumbnails
Installed-Size: 220
Maintainer: Thomas Beck <software@plasmasolutions.de>
Description: With this application you're able to change your gnome look and feel completely. It is the successor of Gnome-Art and lets you change your Gnome-themes (icon-, wallpaper-, splash-,...-themes) with one click."

... of course a small description of the software.

Thank you Evo2
 
Old 10-27-2010, 09:49 PM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Please post in English as per the forum rules (LANG=C should be fine).

I made typo, please run the following and post the output
Code:
export LANG=C
dpkg -l gnomeartng
dpkg -L gnomeartng
Also, you haven't said where you got the package from.

Regardless, the following should get your packaging system back to a sensible state:
Code:
sudo dpkg --purge gnomeartng
Or you could try installing the mono-common package:
Code:
sudo apt-get install mono-common
Evo2.
 
Old 10-28-2010, 03:54 PM   #5
coss_cat
Member
 
Registered: Jul 2007
Location: Bucharest, Romania
Distribution: Ubuntu
Posts: 42

Original Poster
Rep: Reputation: 0
I forgot indeed to post the site where from I got the software. Here it is: http://linux.softpedia.com/get/Deskt...NG-37496.shtml
I am sure though that I also went to the project's homepage and it seems a legitimate one.

As per the "sudo apt-get install mono-common" here is what I get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mono-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
mono-runtime mono-2.0-devel

E: Package 'mono-common' has no installation candidate"

Even if I install those two packages no change in the result of installing the gnomeartng soft.
It asks for same dependency which is ... mono-common.

for what you recommended the results are:

dpkg -l gnomeartng :

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
un gnomeartng <none> (no description available)

for dpkg -L gnomeartng :

Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.

and the last dpkg --purge ...

dpkg: warning: ignoring request to remove gnomeartng which isn't installed. (which is logical because i didn't even got the chance to install it)

Thank you.
 
Old 10-28-2010, 08:17 PM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by coss_cat View Post
I forgot indeed to post the site where from I got the software. Here it is: http://linux.softpedia.com/get/Deskt...NG-37496.shtml
The page says the last update was June 2009, as such I'm not at all surprised that the package is incompatible with your system.

Quote:
As per the "sudo apt-get install mono-common" here is what I get:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mono-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
mono-runtime mono-2.0-devel

E: Package 'mono-common' has no installation candidate"
I looked a little bit more at the page you linked to above. It seems that the package you downlaoded is for ubuntu 9.04.
It appears ubuntu 10.10 now packages mono differently.

My initial suggestion still stands: don't bother with this. It's old and unsupported. If you really want to you could try extracting the relevant files from the package and install by hand: but I don't recommend doing this.

Evo2.
 
  


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
[SOLVED] Can't open synaptic after trying install flash deb of ubuntu helai Debian 13 10-17-2009 06:06 PM
LXer: Install Audacious 2.1 in Ubuntu (From A .deb File) LXer Syndicated Linux News 0 07-19-2009 09:21 PM
.deb files keep braking my install (Ubuntu 8.04 on Sony VAIO) rafttrip Ubuntu 3 08-21-2008 07:14 AM
How to install the latest Gparted in Ubuntu by source, and convert into .deb? ussr_1991 Linux - Software 0 08-22-2007 05:40 AM
Can apt4rpm use deb repositories or install .deb packages? raylpc Linux - General 0 08-18-2003 01:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 11:25 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