Thread
:
[HELP] Getting back to default Kernel
View Single Post
MohammadAG
2010-09-06 , 11:51
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.
Quote & Reply
|
The Following 2 Users Say Thank You to MohammadAG For This Useful Post:
lugkhast
,
spanner
MohammadAG
View Public Profile
Send a private message to MohammadAG
Find all posts by MohammadAG