View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#16
Originally Posted by Blimer View Post
~ # ls -l /etc/apt/sources.list.d/
total 24
-rw-r--r-- 1 root root 222 May 26 19:47 aegis.ssu-keyring-001.list
-rw-r--r-- 1 user root 308 Oct 25 21:27 meecatalog.list
-rw-r--r-- 1 root root 22 May 26 19:47 osa.list
-rw-r--r-- 1 root root 46 Oct 26 11:51 qt5.list
-rw-r--r-- 1 root root 109 Oct 24 19:21 schturman_n9qt.list
-rw-r--r-- 1 root root 64 Oct 24 19:21 sdk.list
~ #
in terminal:

Code:
devel-su
{enter your password}
rm -rf /etc/apt/sources.list.d/meecatalog.list
rm -rf /etc/apt/sources.list.d/qt5.list
apt-get update
apt-get purge qt5-*
apt-get install wget
wget http://snowshoe.qtlabs.org.br/apt/snowshoe-repositories.deb
dpkg -i snowshoe-repo*
apt-get update
apt-get snowshoe-mobile
I think after the last step when you'll get the unmet dependencies error so just do apt-get install -f to correct them...

It should work then...
 

The Following User Says Thank You to thedead1440 For This Useful Post: