LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-18-2009, 07:32 AM   #31
mesho
LQ Newbie
 
Registered: Apr 2009
Posts: 28

Original Poster
Rep: Reputation: 15

mesho@mesho-desktop:~$ rm -f /home/mesho/.gnupg/private-keys-v1.d/*
mesho@mesho-desktop:~$ rmdir /home/mesho/.gnupg/private-keys-v1.d
mesho@mesho-desktop:~$ rm -f /home/mesho/.gnupg/*
mesho@mesho-desktop:~$ rmdir /home/mesho/.gnupg/
mesho@mesho-desktop:~$ sudo gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 3E0219167854A3A9
[sudo] password for mesho:
gpg: directory `/home/mesho/.gnupg' created
gpg: new configuration file `/home/mesho/.gnupg/gpg.conf' created
gpg: WARNING: options in `/home/mesho/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/home/mesho/.gnupg/secring.gpg' created
gpg: keyring `/home/mesho/.gnupg/pubring.gpg' created
gpg: requesting key 7854A3A9 from hkp server wwwkeys.eu.pgp.net
gpg: /home/mesho/.gnupg/trustdb.gpg: trustdb created
gpg: key 7854A3A9: public key "Launchpad PPA for Team Galaxium" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
mesho@mesho-desktop:~$ sudo gpg --armor --export 3E0219167854A3A9 | apt-key add -
gpg: no writable keyring found: eof
gpg: error reading `-': general error
gpg: import from `-' failed: general error
mesho@mesho-desktop:~$
 
Old 04-18-2009, 07:43 AM   #32
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I have one last idea

can you use su ?
try
Code:
sudo su
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 3E0219167854A3A9
gpg --armor --export 3E0219167854A3A9 | apt-key add -
if sudo su doesn't work, try
Code:
su
 
Old 04-18-2009, 07:46 AM   #33
mesho
LQ Newbie
 
Registered: Apr 2009
Posts: 28

Original Poster
Rep: Reputation: 15
mesho@mesho-desktop:~$ sudo su
root@mesho-desktop:/home/mesho# gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 3E0219167854A3A9
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 7854A3A9 from hkp server wwwkeys.eu.pgp.net
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 7854A3A9: public key "Launchpad PPA for Team Galaxium" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
root@mesho-desktop:/home/mesho# gpg --armor --export 3E0219167854A3A9 | apt-key add -
OK
root@mesho-desktop:/home/mesho#
 
Old 04-18-2009, 07:48 AM   #34
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
perfect

no install, still under su

Code:
apt-get update
apt-get install galaxium
 
Old 04-18-2009, 07:58 AM   #35
mesho
LQ Newbie
 
Registered: Apr 2009
Posts: 28

Original Poster
Rep: Reputation: 15
root@mesho-desktop:/home/mesho# apt-get install galaxium
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package galaxium 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
E: Package galaxium has no installation candidate
root@mesho-desktop:/home/mesho#
 
Old 04-18-2009, 08:00 AM   #36
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
did you do
apt-get update ?
 
Old 04-18-2009, 08:04 AM   #37
mesho
LQ Newbie
 
Registered: Apr 2009
Posts: 28

Original Poster
Rep: Reputation: 15
yup
 
Old 04-18-2009, 08:08 AM   #38
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
I found the deb file

Code:
wget http://ppa.launchpad.net/galaxium/ub...~ppa1_i386.deb
dpkg -i galaxium-svn_0.8~svn1388-0ubuntu1~jaunty1~ppa1_i386.deb
Hope this works :-)
 
Old 04-18-2009, 08:11 AM   #39
mesho
LQ Newbie
 
Registered: Apr 2009
Posts: 28

Original Poster
Rep: Reputation: 15
okkkkkkkkk thnxxxxxxxxxxxxxxx thnxxxxxxxxxxxxxxx
 
Old 05-05-2009, 04:14 PM   #40
kekropas
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Rep: Reputation: 0
the same problem here:

Package galaxium 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
E: Package galaxium has no installation candidate


and the link for the deb file is not valid!
I am trying to install from source but I get an error of gmcs not found, and I am sure this will keep going.
I am in ubuntu 9.04 64bit
 
Old 05-06-2009, 10:36 AM   #41
wichien
LQ Newbie
 
Registered: May 2009
Posts: 2

Rep: Reputation: 0
the number has been changed from 1388 to 1399 in repo's link
 
Old 05-06-2009, 10:36 AM   #42
wichien
LQ Newbie
 
Registered: May 2009
Posts: 2

Rep: Reputation: 0
see the link in

http://ppa.launchpad.net/galaxium/ub.../galaxium-svn/
 
Old 05-06-2009, 11:12 AM   #43
kekropas
LQ Newbie
 
Registered: Nov 2003
Posts: 5

Rep: Reputation: 0
Quote:
Originally Posted by wichien View Post
thanks,
sudo apt-get galaxium-svn
worked fine.

Has anyone tested biderectional webcam communication or it just supports one way like amsn and other programs I've tested.
I could test but right now I don't have a contact with webcam!
 
  


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
Sound Card problem(every time i install linux i have diffirent hardware problem) jacka1l Linux - Newbie 7 08-11-2005 06:10 AM
Lan configuration problem - NFS boot problem - RX&TX packets errors 242VDM242 Linux - Networking 4 11-25-2004 01:35 PM
hi.. im new and having problem with prm instalition New In Linux 11 Linux - Software 4 07-23-2004 11:06 AM
perl problem? apache problem? cgi problem? WorldBuilder Linux - Software 1 09-17-2003 07:45 PM

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

All times are GMT -5. The time now is 05:34 PM.

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