LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-14-2006, 02:01 AM   #16
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57

Yes that's probably safer
 
Old 03-14-2006, 10:54 AM   #17
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
is it libsdb2 or libdp2 ..... i searched for libsdb2 on kung fuu master of search engines(google) and cant find even a single link to libsdb2 ... well link is very far, it returned nothing matches...
so juss wana make sure
 
Old 03-14-2006, 11:01 AM   #18
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
i tried to install "libdb2_2.7.7.0-9_i386.deb" with this command...
Code:
 dpkg -i libdb2_2.7.7.0-9_i386.deb
and this is the result "again"...
Code:
 root@auditor:~/Desktop# dpkg -i libdb2_2.7.7.0-9_i386.deb
(Reading database ... 111543 files and directories currently installed.)
Preparing to replace libdb2 2:2.7.7.0-9 (using libdb2_2.7.7.0-9_i386.deb) ...
Unpacking replacement libdb2 ...
Setting up libdb2 (2.7.7.0-9) ...
ldconfig: /usr/lib/libsdp.so.2 is not a symbolic link


root@auditor:~/Desktop#
now what can be done, idunt think that am able to install packages directly from the cd, cuz its a live cd,.... andd am not sure bout that i can do that or not.......... any help, thxx
 
Old 03-14-2006, 11:02 AM   #19
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
apt-cache search libsdp2
 
Old 03-14-2006, 11:04 AM   #20
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Code:
apt-get install apt-file
apt-file update
apt-file search libsdp.so.2
=>
xxx : /usr/lib/libsdp.so.2

apt-get --reinstall xxx
 
Old 03-14-2006, 11:22 AM   #21
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
ok, 1st of all i did "apt-cache search libsdp2" which return me this...cant really get what it means though... :

Code:
root@auditor:~# apt-cache search libsdp2
libsdp2 - Dummy package for BlueZ SDP library.
libsdp2-dev - Dummy package for BlueZ SDP library development files.
root@auditor:~#
then i did all the 4 steps described by nx5000, and here is what i got... :

Code:
root@auditor:~# apt-get install apt-file
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  libconfigfile-perl
The following NEW packages will be installed:
  apt-file libconfigfile-perl
0 upgraded, 2 newly installed, 0 to remove and 861 not upgraded.
Need to get 18.2kB of archives.
After unpacking 111kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.de.debian.org unstable/main libconfigfile-perl 1.2.1 [7008B]
Get:2 http://ftp.de.debian.org unstable/main apt-file 2.0.6 [11.2kB]
Fetched 18.2kB in 0s (20.1kB/s)
Selecting previously deselected package libconfigfile-perl.
(Reading database ... 111543 files and directories currently installed.)
Unpacking libconfigfile-perl (from .../libconfigfile-perl_1.2.1_all.deb) ...
Selecting previously deselected package apt-file.
Unpacking apt-file (from .../apt-file_2.0.6_all.deb) ...
Setting up libconfigfile-perl (1.2.1) ...
Setting up apt-file (2.0.6) ...
root@auditor:~# apt-file update
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  9.7M  100  9.7M    0     0   412k      0  0:00:24  0:00:24 --:--:--  380k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 9028k  100 9028k    0     0   388k      0  0:00:23  0:00:23 --:--:--  390k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   355    0   355    0     0    701      0 --:--:-- --:--:-- --:--:--     0
root@auditor:~# apt-file search libsdp.so.2

zcat: /var/cache/apt/sylpheed-claws.sourceforge.net_debian_dists_unstable_Contents-i386.gz: not in gzip format
root@auditor:~# apt-get --reinstall zcat
E: Invalid operation zcat
root@auditor:~# apt-get --reinstall /var/cache/apt/sylpheed-claws.sourceforge.net_debian_dists_unstable_Contents-i386.gz
E: Invalid operation /var/cache/apt/sylpheed-claws.sourceforge.net_debian_dists_unstable_Contents-i386.gz
root@auditor:~#
am not sure am doing it right way or not, the first three steps are done well, but the fourth one s not seems to be working........

thx
 
Old 03-14-2006, 11:37 AM   #22
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
apt-get --reinstall libsdp2

and why did you blindly try to reinstall zcat? Where did you see the line
zcat: /usr/lib/libsdp2.so.2
?

You seem to have something broken
apt-get clean
or the sylpheed source has to be removed from /etc/apt/sources.list
 
Old 03-14-2006, 11:46 AM   #23
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
am sorry for that, thats what a freshie is called

and i tried to reinstall it which gives me the error :

Code:
root@auditor:~# apt-get --reinstall libsdp2
E: Invalid operation libsdp2
root@auditor:~# apt-get clean
root@auditor:~#
and i did apt-get clean, there are the results, and i even removed the sylpheed sources from /etc/apt/sources.list

now should i repeat the steps above ??? or what else...thx
 
Old 03-14-2006, 11:50 AM   #24
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Ok my error
Code:
apt-get --reinstall install libsdp2
apt-cache search will let you search for a package if you have his name
apt-file will list content of a package (which files are in) with apt-file list (this can also be done by dpkg -L packagename) , it will also tell you in which package file X is (apt-file search)

apt-get --reinstall install libsdp2 tells apt-get to reinstall (install even if already present) the libsdp2

Last edited by nx5000; 03-15-2006 at 04:03 AM.
 
Old 03-14-2006, 11:52 AM   #25
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Did it correct?
If yes, does apt-file still gives you error "not in gzip format" ?

If its ok , you can use apt-file search <file_to_search>
 
Old 03-14-2006, 12:04 PM   #26
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
yuuhhuu i think we did it, its working and there is no error like symbolink link or anything, but however, when i tried to "apt-get --reinstall install libsdp2" , it gives some errors based on the themes that i tried to install yesterday...dunno y it is...

Code:
root@auditor:~# apt-file search libsdp.so.2
root@auditor:~# apt-get --reinstall install libsdp2
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:
  kwin-style-baghira: Depends: kdelibs4c2a (>= 4:3.4.3-1) but it is not installable
                      Depends: konqueror (>= 4:3.4.3-1) but 4:3.3.1-3 is to be installed
                      Depends: kwin (>= 4:3.4.3-1) but 4:3.3.1-2 is to be installed
                      Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed
                      Depends: libgcc1 (>= 1:4.0.2) but 1:3.4.3-1 is to be installed
                      Depends: libidn11 (>= 0.5.18) but 0.5.2-3 is to be installed
                      Depends: libqt3-mt (>= 3:3.3.5) but it is not installable
                      Depends: libstdc++6 (>= 4.0.2-4) but it is not going to be installed
                      Depends: libxinerama1 but it is not installable
                      Depends: libxrender1 (> 1:0.9.0-1) but 0.8.3-7 is to be installed
  los-linspireclear-style: Depends: kdelibs4 (>= 4:3.3.2-4.0.2) but 4:3.3.1-1 is to be installed
                           Depends: kwin (>= 4:3.3.2-1) but 4:3.3.1-2 is to be installed
                           Depends: libidn11 (>= 0.5.13) but 0.5.2-3 is to be installed
                           Depends: libqt3c102-mt (>= 3:3.3.4) but 3:3.3.3-7 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@auditor:~#
hmm......... should i run "apt-get -f install" ?
 
Old 03-14-2006, 12:31 PM   #27
dracae
Member
 
Registered: Feb 2006
Location: Oklahoma
Distribution: Debian Sid and Etch
Posts: 423

Rep: Reputation: 30
Did you install those themes manually with dpkg? I would remove them, then get the source and build them against your libs.
 
Old 03-14-2006, 12:49 PM   #28
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
i *tried* to install them with dpkg but no success, now i tried to remove them with this command :apt-get remove"
well here is the result... and am stuck in between...plz help
Code:
root@auditor:~# apt-get remove los-linspireclear-style
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:
  kwin-style-baghira: Depends: kdelibs4c2a (>= 4:3.4.3-1) but it is not installable
                      Depends: konqueror (>= 4:3.4.3-1) but 4:3.3.1-3 is to be installed
                      Depends: kwin (>= 4:3.4.3-1) but 4:3.3.1-2 is to be installed
                      Depends: libc6 (>= 2.3.5-1) but 2.3.2.ds1-22 is to be installed
                      Depends: libgcc1 (>= 1:4.0.2) but 1:3.4.3-1 is to be installed
                      Depends: libidn11 (>= 0.5.18) but 0.5.2-3 is to be installed
                      Depends: libqt3-mt (>= 3:3.3.5) but it is not installable
                      Depends: libstdc++6 (>= 4.0.2-4) but it is not going to be installed
                      Depends: libxinerama1 but it is not installable
                      Depends: libxrender1 (> 1:0.9.0-1) but 0.8.3-7 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@auditor:~# apt-get remove kwin-style-baghira
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:
  los-linspireclear-style: Depends: kdelibs4 (>= 4:3.3.2-4.0.2) but 4:3.3.1-1 is to be installed
                           Depends: kwin (>= 4:3.3.2-1) but 4:3.3.1-2 is to be installed
                           Depends: libidn11 (>= 0.5.13) but 0.5.2-3 is to be installed
                           Depends: libqt3c102-mt (>= 3:3.3.4) but 3:3.3.3-7 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@auditor:~#
 
Old 03-14-2006, 12:52 PM   #29
dracae
Member
 
Registered: Feb 2006
Location: Oklahoma
Distribution: Debian Sid and Etch
Posts: 423

Rep: Reputation: 30
apt-get update
apt-get -f install
 
Old 03-14-2006, 12:55 PM   #30
rgistered
Member
 
Registered: Jan 2006
Distribution: arch, CentOS
Posts: 83

Original Poster
Rep: Reputation: 17
apt-get -f install :
Code:
Need to get 12.6MB/23.0MB of archives.
After unpacking 4279kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err http://ftp.de.debian.org testing/main kdelibs4-dev 4:3.3.2-6.1
  404 Not Found
Err http://ftp.de.debian.org testing/main kdelibs4 4:3.3.2-6.1
  404 Not Found
Err http://ftp.de.debian.org testing/main kdelibs-bin 4:3.3.2-6.1
  404 Not Found
Err http://ftp.de.debian.org testing/main libasound2-dev 1.0.9-2
  404 Not Found
Err http://ftp.de.debian.org testing/main libasound2 1.0.9-2
  404 Not Found
Err http://ftp.de.debian.org testing/main libaspell15 0.60.2+20050121-3
  404 Not Found
Err http://ftp.de.debian.org testing/main kwin 4:3.3.2-1
  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/k/kdelibs/kdelibs4-dev_3.3.2-6.1_i386.deb  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/k/kdelibs/kdelibs4_3.3.2-6.1_i386.deb  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/k/kdelibs/kdelibs-bin_3.3.2-6.1_i386.deb  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/a/alsa-lib/libasound2-dev_1.0.9-2_i386.deb  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/a/alsa-lib/libasound2_1.0.9-2_i386.deb  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/a/aspell/libaspell15_0.60.2+20050121-3_i386.deb  404 Not Found
Failed to fetch http://ftp.de.debian.org/debian/pool/main/k/kdebase/kwin_3.3.2-1_i386.deb  404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@auditor:~#
and apt-get update,,, the list is too biiiiiggggg to be listed here....but it includes most of the "404 not found" errors...
 
  


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
Installing .deb files dkco Ubuntu 8 12-15-2005 10:18 AM
Installing .deb files dkco Linux - Software 2 12-14-2005 10:46 PM
Installing *.deb files locally Virp00 Linux - Newbie 12 03-07-2005 06:13 PM
Installing .deb files on Debian kram Linux - Newbie 2 01-22-2005 12:10 PM
installing .deb files in YDL MACSRULE Linux - General 2 04-14-2004 07:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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