I've been using Windows since I was 4 years old, and now my dad brings home Kubuntu so he can set up another computer. I hated it at first, then I liked it alot, now I'm about to give up and not use it ever again. I just want to be able to play my iPod or watch some videos on i-am-bored.com, but nothing I've done seems to make it work. I've tried installing gtkpod, but that hasn't worked using the Terminal, so I don't think I'm doing that right. And amaroK doesn't know my iPod's connected, and once in a while when it does know, it doesn't play any of the music. I've also tried installing macromedia, but that hasn't gotten me anywhere. I'm just very fed up with the whole manual thing. So questions, How do you know if the Terminal thing is doing anything? I did cd documents, and all it did was >. So I have no idea if it worked. So I kept going until I got to the directory with gtkpod in it, and I did ./configure, then sudo something install. And it did >. I have no idea what I'm doing.
Announcement
Collapse
No announcement yet.
Installing anything is a hassle
Collapse
This topic is closed.
X
X
-
Re: Installing anything is a hassle
Hi,
In fact, to install staff, you should use either adept, apt-get or aptitude. For example :
sudo aptitude install gtkpod
To install all staff to read things like video on the net :
check easyubuntu or automatix :
for easy ubuntu : http://easyubuntu.freecontrib.org/
Hope you will like and understand the idea of linux
Cheers
- Top
- Bottom
-
Re: Installing anything is a hassle
You don't need to install those things with ./configure make make install and all that.
Here are all the ways (most of them easy) to install software in Kubuntu:
http://www.psychocats.net/ubuntu/installingsoftware
For your particular situation, just enable extra repositories and then paste this command into the terminal:Code:sudo aptitude update && sudo aptitude install amarok gtkpod flashplugin-nonfree
- Top
- Bottom
Comment
Comment