|
| View previous topic :: View next topic |
| Author |
Message |
rishi
|
Posted: Sun Nov 19, 2006 5:39 pm Post subject: Packages not found |
|
|
While trying to install Evince, I get the message that the following packages were not found:
gtk2
libdbus-1.so.1
libdbus-glib-1.so.1
Tried installing Gtk2 from the Blag CD and I get the message package already installed.
Tried "apt-get libdbus-1.so.1" and get the message couldn't find package.
Tried to install a dbus package for FC3, but doesn't work.
Any suggestions?
Last edited by rishi on Tue Nov 21, 2006 2:42 am; edited 2 times in total |
|
|
 |
john maclean
|
Posted: Sun Nov 19, 2006 7:34 pm Post subject: |
|
|
| Code: |
[jayeola@acid ~]$ apt-cache search evince
evince - Document viewer
[jayeola@acid ~]$ sudo apt-get -y install evince
Password:
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
poppler
The following NEW packages will be installed:
evince poppler
0 upgraded, 2 newly installed, 0 removed and 1 not upgraded.
Need to get 4070kB of archives.
After unpacking 11.6MB of additional disk space will be used.
Get:1 http://www.blagblagblag.org 60000/i386/os poppler 0.5.4-2.fc6 [3121kB]
Get:2 http://www.blagblagblag.org 60000/i386/os evince 0.6.0-3.fc6 [949kB]
Fetched 4070kB in 18s (221kB/s)
Committing changes...
Preparing... ########################################### [100%]
1:poppler ########################################### [ 50%]
2:evince ########################################### [100%]
Done.
[jayeola@acid ~]$ whereis evince
evince: /usr/bin/evince /usr/share/evince
[jayeola@acid ~]$ type evince
evince is /usr/bin/evince
[jayeola@acid ~]$ ev # I am pressing the tab key for tabbed completion
eval evince evince-thumbnailer
[jayeola@acid ~]$ evince --version
Gnome evince 0.6.0
|
Did you run something like apt-get -y update or update your system with synaptic?
|
_________________ BLAG 'em up! |
|
 |
jebba
|
Posted: Sun Nov 19, 2006 9:04 pm Post subject: |
|
|
| Code: | apt-get update
apt-get install evince |
Will certainly do it if you are running 50k. It isn't in the 30k repo. I think it requires more recent packages.
gtk2, however, most certainly is in the 30k repo. So if `apt-get update && apt-get install gtk2` doesn't work, it means you've changed your default apt configs.
-Jeff
|
|
|
 |
rishi
|
Posted: Tue Nov 21, 2006 2:38 am Post subject: |
|
|
| Code: |
[root@Blag ~]# apt-get install evince
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package evince
|
It doesn't matter because I have the package downloded
|
|
|
 |
stevo32
|
Posted: Tue Nov 21, 2006 7:15 am Post subject: |
|
|
| rishi wrote: | | Code: |
[root@Blag ~]# apt-get install evince
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package evince
|
It doesn't matter because I have the package downloded |
Where did you download it from, and what version of blag are you using?
Thanks,
Stephen Clement
|
_________________ E-mail me at s.clement@localhost (replace localhost with sympatico.ca) or stevo32@localhost (replace localhost with blagblagblag.org). |
|
 |
rishi
|
|
 |
stevo32
|
Posted: Wed Nov 22, 2006 9:09 pm Post subject: |
|
|
None of those are for fedora core 3. Grab it from the blag repo, where there's actually a version that's for fedora core 3 (blag30k).
Thanks,
Stephen Clement
|
_________________ E-mail me at s.clement@localhost (replace localhost with sympatico.ca) or stevo32@localhost (replace localhost with blagblagblag.org). |
|
 |
|
|
|