View Single Post
Posts: 1,523 | Thanked: 1,997 times | Joined on Jul 2011 @ not your mom's FOSS basement
#16
No. The rootfs (partition) is not mounted to the PC when connected via USB. You have to use xterm.

Execute the following to temporarily move the Flash support library to a place that is not using the root partiton; to free up space for apt to work between:

Code:
sudo gainroot
mv  /usr/lib/browser/plugins/libflashplayer.so /home/user/
Now deinstall some packages that use up rootfs space. Hint: Themes and Icon packs are often responsible. If you are done, issue in xterm again:

Code:
sudo gainroot
mv  /home/user/libflashplayer.so /usr/lib/browser/plugins/
To get back your Flash support in MicroB.
 

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