Source: eeesite.net
My primary plan for my Eee PC is to use it a mobile blogging tool. But I just had to see if I could install some audio editing software. It turns out the answer is yes. Yes I could.Color me a little bit shocked that I managed to do this on my first day with my new toy. I had kind of sworn to myself that I wouldn't install any new software until I had played with everything the Eee PC had to offer out of the box. But where's the fun in that?When you first power up the Eee PC, there are about 40 programs installed. One is a sound recorder, but that won't get you very far if you're editing podcasts or radio stories. Ardour might be pushing it a bit, so I figured I would try to install Audacity. There's a simple add/remove programs dialog included, but right now there are only a handful of programs that you can download and most of them are actually just updated versions of the applications that ship with the Eee PC.While working to connect the Eee PC to my home network so I could play some music off of a shared drive (it comes with Amarok, and does a pretty decent job of playing music through headphones or the built-in speakers), I noticed that there was an option to "Open Console Window" in the File Manager. Ah hah! For some reason this option is grayed out when you're in some directories. But when you're browsing attached storage devices or shared network drives, it shows up.So I fired up the console and typed "apt-get install audacity." Nothing happened. Actually I got some error message or other. I forget what it was. I wasn't surprised. I figured I'd have to add some repositories. To make a long story short, here is how to install Audacity, and presumably a bunch of other programs on an Eee PC:
- Open that console window by going to File Manager and clicking Tools/Open Console Window
- Navigate to //etc/apt
- You do this by first typing "cd //"
- Then type "cd etc"
- And finally "cd apt"
- Now it's time to edit your source list using the vi text editor
- Type "sudo vi sources.list"
- User the arrow keys to put your cursor just below "deb http://update.eeepc.asus.com/p701/en p701 main
- Hit the "i" key to enter insert mode
- Type "deb http://http.us.debian.org/debian/ stable main"
- Hit the "esc" key to exit insert mode
- Press "ZZ" in order to exit and save
- Now you should be back at the console
- Type "sudo apt-get update" to get an updated list of available packages
- Type "sudo apt-get install audacity" to install audacity.
- Select yes when it asks if you want to continue
- When Audacity is done installing, type "audacity" to launch the program.













Post new comment