Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I got few linux applications from a chip(MAGAZINE) cd I wanted to try (especially vlc and a few others), but didn't know how to install them. I saw a button named install it gives me some info but I can't install things like I used to with windows. I installed a few with software center, but my network connection is slow and it took me more than a hour to download an install a 10mb software. So please tell me how to install such software.

share|improve this question
1  
How is the software provided? as source, as .deb file, as ...? – gertvdijk Dec 27 '12 at 11:03

2 Answers

up vote 2 down vote accepted

First ensure that the CD does contain the applications, sometimes it just brings some info about the apps and a link to their installation trhough the Software Center.

If the applications are, in fact, into the CD, then search into CD folders to find the applications as .deb or .bin or .tar or .sh files.

If it's a .deb file

Just to double click on it and Software Center will install it for you;

If it's a .bin file

Rename it to .bin32/.bin64 (depending your arch, if you don't know just use .bin32), go to properties and permit it to run as a program, then just double click on it and you will open the installator;

If it's a .tar file

Double click on it and extract everything to a folder of your desire, into this folder you may find an icon with the program name, just double click on it to start the program.

If it's a .sh file

Go to properties and permit it to run as a program and then double click on it to start the installator.

share|improve this answer

If I am not mistaking, the chip magazine only offers installers for Windows. You should be able to run these with a software called "WINE". A better way would be to download the *.deb files (or the source code) from the homepages of these programs (if they offer support for ubuntu) trough a friends PC with a better connection to the internet and to install (or compile) them on your PC.

But: chip mainly offers software to tweak you system, you don't need that on ubuntu ;) And: the software-center is the 'best' way to get software for Ubuntu (i think). so, as long as it is a matter of time (and not money) i would prefer getting a cup of tea/coffee over the other methods, because this way you will be able to easily update the software.

share|improve this answer
G.Ashwin kumar said that the CD brough linux applications, considering he is sure about that maybe the CD is for an outdated Ubuntu version or it can be for other linux distribution such as OpenSUSE. Although if it's for Windows other option to install software from the internet with a slow internet connection is to use torrent files to download them. – Rodrigo Martins Dec 27 '12 at 14:34

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.