sudo apt-get update sudo apt-get purge adobe-flash{plugin,-properties-gtk} sudo apt-get install flashplugin-installer
Search This Blog
Wednesday, December 30, 2015
How to install flash player in Ubuntu
Thursday, December 24, 2015
grub rescue
if get error as follows at the of boot:
No Such partition..again you will get 'not found' or unknown file system message
apply ls on next partition eg
ls (hd0,msdos7)
now suppose here you gets some list of files and folder. THis indicates that your ubuntu/linux is installed here
apply ls on next partition eg
ls (hd0,msdos7)
now suppose here you gets some list of files and folder. THis indicates that your ubuntu/linux is installed here
now apply ls (hd0.msdos7)/boot/grub
you should get list of mod files
5. Now use following commands
set root=(hd0,msdos7)
set prefix=(hd0,msdos7)/boot/grub
insmod normal
normal
Your system to start...
6. Once you started the system in Linux
Re-install the grub
sudo grub-install /dev/sda
sudo grub-install /dev/sda
do not put partition number like sda1 or sda2
Update the grub:
sudo update-grub
sudo update-grub
Friday, May 29, 2015
how to remove crossplatformui
Enter /var/lib/dpkg/info
cd /var/lib/dpkg/info
Delete all entry related to crossplatformui
sudo rm crossplatformui.*
Force remove crossplatformui
sudo dpkg --remove --force-remove-reinstreq crossplatformui (Reading database ... dpkg: warning: files list file for package `crossplatformui' missing, assuming package has no files currently installed. (Reading database ... 159448 files and directories currently installed.) Removing crossplatformui ...
Source: http://askubuntu.com/questions/136423/crossplatformui-error
Subscribe to:
Posts (Atom)