View Single Post
  #26 (permalink)  
Old 14-Aug-2008, 07:10
dmitry_serpokryl dmitry_serpokryl is offline
Student Penguin
 
Join Date: Jul 2008
Posts: 79
dmitry_serpokryl hasn't been rated much yet
Default Re: Enlightenment (DR-16 and DR-17)

Attention: it's my fault (in general) but the last update of Enlightenment could be performed in a wrong way. i changed versions generation schema and an old packages may left on your PC. sorry.

Solution 1: reinstall all you have from the Enlightenment repo. if alias of this repo is 'Enlightenment' (just type 'zypper lr' in console to find it out) then the simple script below could help you to do the trick:

Code:
export a1="`sudo zypper se -r Enlightenment | grep i\  | awk -F\| '{ print $2 }' `"  && sudo zypper in -f -r Enlightenment $a1
Solution 2: reinstall only outdated and obsolete packages.

please ignore any messages that you're 'downgrading' - they're wrong. since now versions system won't change any more (I hope so) and there should be no such issues any more.

thanks.
Reply With Quote