View Single Post
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#424
Originally Posted by K9999 View Post
How did u get it working? cuz my xterminal says q-extras is already the newest version and still having the same error u got
Can I presume you have extras-devel still enabled since you installed Sociality? Anyway, make sure it is enabled, and do the following in xterm (note that the -s will not install anything, just simulate an install):

Code:
root
apt-get update
apt-get install -s q-extras
If the response from apt-get says that it will upgrade q-extras, just remove the -s from the last line above and it will install it (or if you're feeling confident, drop the -s from the get-go).

Last edited by travla; 2011-05-30 at 10:35. Reason: Typo