Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Need Help Downloading With Ubuntu
Feelay
post Mar 29 2008, 10:44 AM
Post #1


Kinda N00B
Group Icon

Group: Members
Posts: 230
Joined: 13-January 08
From: Sweden
Member No.: 27,579



Hey!

I want you to have a look at this:
http://packages.ubuntu.com/audacity

I am trying to download audacity to Linux. But I don't know where I should go from here.. This is not the only place. I tryed to download amsn too, but I came to the same site (but for Amsn instead of audacity OFC). Can you please make a "mini tutorial" that can help me download and install the softwares?

Thanks //Feelay

Edit: Ok.. I don't even know how to install tar.gz softwares like the flash player.. I am a total noob, and would really like some help smile.gif

This post has been edited by Feelay: Mar 29 2008, 10:49 AM
Go to the top of the page
 
+Quote Post
yordan
post Mar 29 2008, 04:58 PM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,242
Joined: 16-August 05
Member No.: 7,896
myCENTs:56.55



QUOTE(Feelay @ Mar 29 2008, 11:44 AM) *
Edit: Ok.. I don't even know how to install tar.gz softwares like the flash player.. I am a total noob, and would really like some help smile.gif

OK, that's why I told you to start with Mandriva. With Mandriva you click in the something.rpm file. With Ubuntu, you have to know the minimum noob's command line programs.
something.tar.gz is a the gzip-compressed version of the tar-compressed set of files.
I know, it could seem stupid to compress a compressed file, but in the Crosoft Windows world I also have seen people sending a rar file containing a zip file containing a text file.
Now, let's go with a mini tutorial.

step zero : you open a Linux command line box. Usually it's an icon with a box named "shell" or "console". Inside the box, you type "whoami" (without the quotes) in order to verify that you really opened a command line window, "whoami" should answer with your Linux user name.

step one : go to the directory where your something.tar.gz file is, and type
"gunzip something.tar.gz" # (still without the quotes, replacing "something" with your real file name.
Then, type "ls -l", you should see that the previously compressed something.tar.gz became now "something.tar" without the .gz

Now a general Unix commands explanation : the .gz extension means "compressed with gzip", the command for compressing toto.doc is "gzip toto.doc", which moves the large file toto.doc to a smaller file named toto.doc.gz You uncompress a compressed file by typing "gunzip toto.doc.gz", which brings back the "toto.doc file.

step three : now you have your something.tar file, you have to uncompress again to have the files inside the tarfile.
To do that, type "tar xvf something.tar"
You will see the names of all the extracted files.
Be careful, usually there are trees of files, for instance something/doc, something/doc/readme.txt, something/install

step four: most of the work is done. All the necessary files are in. In the list you have seen appearing, there is usually a file named "readme" or "readme.txt" or "readme.first" or "install.txt"

Depending from where you downloadied the thing, the further steps are simple or not, also depending from the guy who made the package.
When I make a package, my readme.txt says that you simply have to type install/install.sh
Some other people think that this is too simple, so for these packages you have to do something like
cd install
make clean
make
make install
And sometimes you even have to have the gcc compiler already installed before doing all these things.

OK, now at least you know how to unpack the something.tar.gz file. Please keep us informed with the rest of the story.

Regards
Yordan
Go to the top of the page
 
+Quote Post
xboxrulz
post Mar 29 2008, 05:10 PM
Post #3


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,881
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233
myCENTs:22.53



Not exactly Yordan, Mandriva has huge downsides to it also. You can't upgrade to newer versions of KDE easily and the kernel, etc.

Anyways, back to Ubuntu, have you used the Package Manager and used a repository that have an Audacity package? If you did it will be just as easy as going into the Package Manager (different for GNOME and KDE) and just search for Audacity, click on it and press the Install button.

xboxrulz
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Ubuntu Linux CDs For Free (incl. Shipping)(26)
  2. My Ubuntu Cd's Arrived !(14)
  3. Ubuntu! Install(5)
  4. Ubuntu Install Cd - Xp Crash When Browsing Cd(8)
  5. Ubuntu Gives Cd Totaly Free(9)
  6. Ubuntu 5.10 - Free CDs(1)
  7. Help: How To Dual Boot Ubuntu And Windows ME(5)
  8. Help: Installing Device Drivers On Ubuntu(4)
  9. Ubuntu 6.06(36)
  10. Installing Themes(6)
  11. Ubuntu Installation Help !(11)
  12. Ubuntu Livecd(7)
  13. Ubuntu Won't Log On(12)
  14. Ubuntu 7.04 - Test Drive(0)
  15. Get Wireless Working In Ubuntu 7.04(0)
  1. Automate The Advanced Setup Of Graphics Cards In Ubuntu And Debian(1)
  2. With Wubi The Hard Drive Does Not Have To Be Repartitioned Before The Ubuntu Installation(2)
  3. Do These Things Immediately After Installing Ubuntu(0)
  4. Beginner's Guide To Installing Software In Ubuntu(2)
  5. Ubuntu 7.10(8)
  6. Easy Downloading Command For Linux (newbies)(2)
  7. Review About Ubuntu 7.10(15)
  8. Simple Ubuntu Based Home File Server | For Newbies(1)
  9. Ubuntu 7.10 + Windows Xp Dual Boot(6)
  10. Is There A Php Editor That Runs On Pclinuxos Or Ubuntu?(7)
  11. Ubuntu- How To Install C/ C++ Compilers.(3)
  12. Ubuntu Edubuntu Kbuntu Series(4)
  13. Ubuntu Mobile 8.04 With Touchscreen(0)


 



- Lo-Fi Version Time is now: 5th December 2008 - 01:41 AM