View Single Post
Posts: 112 | Thanked: 30 times | Joined on Jun 2012 @ Jeddah,Saudi Arabia
#8
Originally Posted by michaaa62 View Post
Please try:
Code:
apt-get purge libwrt-api1 qtwrt wrt wrt-api wrt-api-experimental
If that is blocked by more failed dependencies include those packages also in the removal command, but keep track of what will get removed.

You might also use the more dangerous dpkg-method. Grab the package names
Code:
dpkg -l|grep experimental
Then use this list for the next dpkg action
Code:
dpkg -r --force-depends PACKAGE_FROM_THE_LIST
Later install qtwrt and clean up if necessary
Code:
apt-get install qtwrt
apt-get install -f
can i just copy and paste these (dpkg & below coz first one is not working for me yet) in x terminal?
or i need to replace PACKAGE_FROM_LIST,if yes then replace with what???
sorry for stupid questions,i cant understand

Last edited by unexpected; 2013-01-15 at 13:16.