LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 03-12-2005, 06:55 AM   #1
greenthing
Member
 
Registered: Jan 2005
Distribution: Suse 9.3 pro
Posts: 117

Rep: Reputation: 17
Unhappy apt problem


i have never used apt before but it seemed like such a great program i wanted to try it but i cant get it working Please help me...

heres my problem

Code:
ad:/home/gr/Desktop/temp/Kaffeine # apt --no-checksig install xine-ui
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  apt4rpm: Depends: perl-XML-LibXML but it is not going to be installed
  dcgui: Depends: libcrypto.so.0.9.6
         Depends: libssl.so.0.9.6
  perl-XML-Handler-Dtd2Html: Depends: perl-HTML-Template but it is not going tobe installed
  vlc: Depends: libdvdcss (>= 1.2.8) but it is not going to be installed
       Depends: libdvdplay (>= 1.0.1) but it is not going to be installed
       Depends: libcdio.so.3 but it is not installable
       Depends: libcdio.so.3(CDIO_3) but it is not installable
  xine-ui: Depends: libxine1 (>= 1) but it is not going to be installed
           Depends: libxine.so.1
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
ad:/home/gr/Desktop/temp/Kaffeine #
Code:
ad:/home/gr/Desktop/temp/Kaffeine # apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
  compat-openssl096g libdvdcss libdvdplay perl-HTML-Template perl-XML-LibXML
  vlc
The following packages will be upgraded
  vlc
The following NEW packages will be installed:
  compat-openssl096g libdvdcss libdvdplay perl-HTML-Template perl-XML-LibXML
1 upgraded, 5 newly installed, 0 removed and 788 not upgraded.
Need to get 0B/12.6MB of archives.
After unpacking 2287kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Checking GPG signatures...
Unknown signature /var/cache/apt/archives/libdvdcss_1.2.8-1_i586.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#b90d278f)
Unknown signature /var/cache/apt/archives/vlc_0.8.1-0.pm.7_i686.rpm: (SHA1) DSAsha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#27db6f5b)
E: Error(s) while checking package signatures:
0 unsigned package(s)
2 package(s) with unknown signatures
0 package(s) with illegal/corrupted signatures
ad:/home/gr/Desktop/temp/Kaffeine #
i do as it tells me to but it dosnt help so im lost what should i do
 
Old 03-12-2005, 07:06 AM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
What distro are you using, can you please list it in your profile. I am guessing its Fedora Core, you need to either disable gpg checking or import the gpg keys of the repositories that you are trying to install packages from. What repositories have you added to your /etc/apt/sources.list.
 
Old 03-12-2005, 07:29 AM   #3
greenthing
Member
 
Registered: Jan 2005
Distribution: Suse 9.3 pro
Posts: 117

Original Poster
Rep: Reputation: 17
sorryn completly forgot all that.
im using suse 9.2
what is gpg keys im a newbie so i dont so much about linux.

im trying to use the guide found here Link
so im using the sources.list found there here it is in text format

Code:
# Uncomment the line below, in case you want to use SuSE's patch rpms.
# Read the information about patch rpms at http://linux01.gwdg.de/apt4rpm

# rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update-prpm security-prpm  

# A very basic sources.list line.  Fastest repository first.
# Remove "base" in case you are behind a
# slow connection.  Fastest repository first.
# Visit the server to determine which apt components are provided.
rpm ftp://mirrors.mathematik.uni-bielefe...inux/suse/apt/ SuSE/9.2-i386 update security
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update security 

rpm      ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.2-i386 suser-guru rpmkeys base update-drpm update-prpm update kde misc xorg mozilla samba3 ximian suser-rbos suser-oc2pus suser-gbv suser-obengs suser-tcousin suser-scorot suser-sbarnin suser-ollakka funktronics packman packman-i686 kernel-of-the-day kraxel wine suse-people suse-projects kde3-stable kde-unstable security-prpm security
rpm-src  ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.2-i386 suser-guru rpmkeys base update-drpm update-prpm update kde misc xorg mozilla samba3 ximian suser-rbos suser-oc2pus suser-gbv suser-obengs suser-tcousin suser-scorot suser-sbarnin suser-ollakka funktronics packman packman-i686 kernel-of-the-day kraxel wine suse-people suse-projects kde3-stable kde-unstable security-prpm security


# The list with all available components can be found at:
# http://linix01.gwdg.de/apt4rpm
# Some components provide experimental software, select wisely!
# http://ftp.gwdg.de/pub/linux/suse/ap...urces.list.FTP

# Consult the link above if you want to include uri's for src rpms
 
Old 03-17-2005, 04:02 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Sorry, I am not familiar wih apt on Suse. Maybe searching on google can give you some some possible solutions.
 
Old 03-18-2005, 12:36 AM   #5
tardigrade
Member
 
Registered: Jun 2004
Distribution: SuSE 9.1
Posts: 150

Rep: Reputation: 15
First uninstall vlc dcgui xine-ui and apt4rpm. apt4rpm is unneed unless you want to host a package thingy(like a server). you can get vlc dc and xine back later. you probably need to get rif of that perl thing too. use yast to uninstall. You cant have any forced dependancies when you start. heres my sources.list yours seems fine to me.

# Uncomment the line below, in case you want to use SuSE's patch rpms.
# Read the information about patch rpms at http://linux01.gwdg.de/apt4rpm

rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update-prpm security-prpm suser-oc2pus suser-guru suser-tux rpmkeys base kde misc xorg mozilla samba3 ximian suser-rbos suser-gbv suser-obengs suser-tcousin suser-scorot suser-sbarnin suser-ollakka funktronics packman packman-i686 kraxel wine suse-people suse-projects kde3-stable update-drpm

# A very basic sources.list line. Fastest repository first.
# Remove "base" in case you are behind a
# slow connection. Fastest repository first.
# Visit the server to determine which apt components are provided.
rpm ftp://mirrors.mathematik.uni-bielefe...inux/suse/apt/ SuSE/9.2-i386 update security
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.2-i386 update security

# The list with all available components can be found at:
# http://linix01.gwdg.de/apt4rpm
# Some components provide experimental software, select wisely!
# http://ftp.gwdg.de/pub/linux/suse/ap...urces.list.FTP

# Consult the link above if you want to include uri's for src rpms

now if you have key check problems open /etc/apt/apt.conf.d/gpg-checker.conf
change
GPG::Check true;
to
GPG::Check false;

then in a console type apt-get update
then apt-cache search xine
it will give you names.
then apt-get install xine-ui
be very carefull when you have gpg::chechk false. you could really mess things up. i suggest only using it for induvidaul things and not groups or dist-upgrades or upgrade. If you want kde 3.4 use the ftp link inside konquerors little side bar.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problem with apt efi360 Debian 18 12-24-2005 06:12 PM
apt problem filwhua SUSE / openSUSE 3 04-23-2005 08:22 AM
problem with apt-get himanshuabc Debian 1 10-21-2004 05:46 PM
Problem with apt-get scng Linux - General 2 09-16-2004 02:39 PM
rh9 xd2 apt apt-get problem fix and solution transeunt Red Hat 0 12-16-2003 10:54 PM

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

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