ziggy46802
Active Member
- Joined
- Aug 19, 2012
- Messages
- 418
- Reaction score
- 27
Okay, the readme says this
First of all it says run the install file and whenever I do it just opens a text box so whats up with that? And I can do the first part to add the line at the end, that works, but doing the next part I get this in my terminal
So what do I do?
Code:
step-by-step guide:
NOTE: you will to be connected to the internet.
Open a terminal window.
Type: sudo gedit /etc/apt/sources.list
Add the following line at the end:
deb http://apt.tt-solutions.com/ubuntu/ dapper main
Run the following commands in the terminal:
sudo apt-get curl
curl http://www.tt-solutions.com/vz/key.asc | apt-key add -
If the above doesn't work, try:
wget http://www.tt-solutions.com/vz/key.asc -O - | sudo apt-key add -
First of all it says run the install file and whenever I do it just opens a text box so whats up with that? And I can do the first part to add the line at the end, that works, but doing the next part I get this in my terminal
Code:
steven@ubuntu:~$ sudo apt-get curl
E: Invalid operation curl
steven@ubuntu:~$
So what do I do?