Solved [SOLVED] pkg: Missing dependency matching

pkg: Missing dependency matching.

pkg install lxde-meta
Code:
Updating repository catalogue
pkg: Missing dependency matching 'graphics/imlib2'
pkg: Missing dependency matching 'x11-wm/openbox'
pkg: No packages matching 'lxde-meta' available in the repositories

pkg search lxde-meta
Code:
lxde-meta-1.0_6

What's happening?

Did something on client end get corrupted? Ive ran pkg update but the problem persists.

If I remember correctly openbox is a dependency for lxde-meta, but shouldn't pkg just grab that package and tell me its installing it too?
 
Re: pkg: Missing dependency matching

Tried downloading the packages manually... getting checksum errors...

pkg fetch -d lxde-meta

Code:
...
lxpanel-0.6.1_1.txz                           100% 1057KB   1.0MB/s   1.0MB/s   00:00    
pkg: lxpanel-0.6.1_1 failed checksum from repository
 
Re: pkg: Missing dependency matching

pkg update -f

downloads new digests.txz and packagesite.txz

*fixed*

Everything working again...
 
Back
Top