View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#6
Use the volume keys to zoom out in terminal, then
Code:
dpkg -l mp-fremantle*
note down what the package name was then use it in
Code:
apt-get --reinstall install $packagename
Example: if you got mp-fremantle-generic-pr with the first command use apt-get --reinstall install mp-fremantle-generic-pr.
 

The Following 2 Users Say Thank You to MohammadAG For This Useful Post: