Showing posts with label crouton. Show all posts
Showing posts with label crouton. Show all posts

Thursday, June 14, 2018

Ubuntu Reinstall on Chromebook

There are many guides to installing Linux on a Chromebook. What I don't see are too many guides on what needs to be done afterwards. Using Crouton gives a very basic experience with Ubuntu, so a lot of things need tweaking.

One step that I often forget is switching to Dev Mode on a Chromebook can require a restart. Also, walking through the Ubuntu install also requires a restart. You can combo these together or do them one at a time. It doesn't really matter. What does matter is the restart option in Ubuntu will turn off your Chromebook. Think ahead.

I find the best way to get software easily is the Software Center. I know it can be buggy and odd, but it is a good place to start. Under the standard install of Ubuntu via Crouton, it isn't there and the terminal is the best option. First things first, make sure your install is up to date:

sudo apt-get update

This should only take a few seconds. Now you can get the software center:

sudo apt-get install software-center

The Software Center takes much longer to download and install. For whatever reason, sometimes the Software Center doesn't work. Simply repeat the command:

sudo apt-get update

The next thing I hit is a proper browser. NetSurf is 3 years old and kind of funky. It works fine in a pinch but doesn't offer a lot of features. I like Chromium.

A good word processor is a must and I am a fan of Libre Write. Write isn't the only game in town, you could simply use Google Docs, Abiword or WPS Writer. WPS Writer has the look and feel of MS Word, Abiword is a stripped down word processor which is easy to use and distraction free.

Stay tuned for more ideas of how to extend your Chromebook's usefulness.

Saturday, August 30, 2014

Chromebook and Ubuntu - How do I right click?

If you are using Crouton on a Chromebook, there will come a day where you ask "How do I right click?" With Chrome, you tap with two fingers. In Ubuntu, this does work.
Nothing special is needed. Just hold the ctrl button and click. This also works with any Ubuntu variant and a Mac single button mouse.
Good to know, eh?

Saturday, December 28, 2013

Notes about installing Crouton on a Chromebook

I opted for the Unity interface for Ubuntu. HowToGeek has a great set of instructions.
At the end of the install, you have a very basic Unity interface. Everything useful is missing. The absolute easiest way to fix this is to get the Software Center.
Open Xterm by pressing ctrl-alt-t. Now type in sudo apt-get update. Wait. The next command is sudo apt-get install software-center. Wait again. There is no icon again, so go to lens and search for it.
That is all there is to it. Get installing.
My short list of software is:
Firefox
Chromium (to match Chrome)
Stellarium (to match Chrome's Planetarium software)
Dropbox
VLC Player
Restricted Extras
Inkscape
Libre Office (Search for LibreOffice and scroll down a bit for the suite)
Document Viewer
At the end of the day, you will need to "reboot" Ubuntu to all changes to go into effect. Click the gear and click the restart option. This will eventually return you to Chrome. Go ahead and open the shell and type sudo startunity again.