Question:
How do i install things on linux? My Distro is Ubuntu?
Bond Man
2009-03-25 19:26:30 UTC
Ok, so my Ubuntu OS doesnt have internet. so i have to get everything i need from a differnet computer, which is windows, So i download what i want for linux. but i dont know how to install anything, help!
Six answers:
Linux Mint 11
2009-03-25 19:41:27 UTC
Ubuntu has a built in deb.package installer (gdeb) so you get the debs. from whatever source and when you try to open the file the installer will usually take over.



LUg.
?
2016-05-25 12:36:15 UTC
I just checked the Ubuntu forums, looks like 1 person has tried and failed. They are a newbie so there may be a simple config change to fix but I don't know the details. I love Ubuntu and use it on my laptop at home but I keep Windows for my gaming Machine. Ubuntu is slowly coming around to gaming as I can run the original Left 4 Dead and it's playable... I never have viruses and my computer hasn't crashed in the last 8 months since I've installed... I can't wait for Ubuntu/Linux distros to catch up to the gaming market, Then there will be no reason to keep Windows around!
Marko S
2009-03-26 08:51:34 UTC
Do you have your Ubuntu CD/DVD, from which you installed the thing in the first place?



You can start with it. The CD itself already houses a ton of programs that you can install on your system. If you have one, just put it in your CD/DVD drive and open up your Synaptic package manager (from the menu: System -> Maintenance -> Synaptic Package Manager... Sorry for possible inaccuracies, I use a Finnish language version myself, so I don't exactly remember what these things are in English!).



In Synaptic, you should see a list of all the available programs on the right side. On the left side you have a small window where you can categorize available programs in different ways (the first option: "Groups", is the most useful one, because it lists programs in categories like "Science", "Office", "Games" and so on).



If you click on a program on the right window, you should see a description of it below. If you want to install the program, just double-click it and press the button "Execute" (orsomethinglikethat) in the menu bar at the top of the Synaptic window.



If you already double-clicked a program but decide not to install it after all, or if you want to remove a program, just right-click the program in question in the right side window. Then you get a menu with choices like "Delete The Mark" (which ticks off the "chosen" mark),"Mark for Deletion" (which marks an already installed program for deletion).



You can choose several programs like this. After you have made your choices, just hit that "Execute" button on the top menu bar. There is also an "Update" button, which updates the program package list, but this is useful only if you have an internet connection.



Programs on CD/DVD are of course bound to be older versions, but still useful.
Dustin
2009-03-25 19:30:46 UTC
go to getdeb.com, get deb is the download.com of linux for everything that's not in the repos, and a few things that are. If you can't find the right software, you can compile from tarballs, but that's more complex. Not terribly so though. deb packages are sort of like exes for windows, but without the security risks.
Jessica Queller
2009-03-25 19:48:44 UTC
Software installation in Linux really depends on the internet, as you can see here:

http://www.psychocats.net/ubuntu/installingsoftware



Your next best bet would be AptOnCD:

http://aptoncd.sourceforge.net/
2009-03-25 19:38:47 UTC
For package installations, read the manual page of the package manager.



For manual installations of downloaded programs, they will likely be in .tar.gz or .tgz or .tar.bz2 compressed archives. To learn how to unpack these, read the manual page of tar.



After you have them unpacked, if it is well-packaged you will likely only need to type "./configure" with the unpacked files in the present working directory, then "make", then "make install" from a root window.



For packages that are not as user-friendly, you might want to read the manual page of gcc or gpp and learn how to compile them yourself.



Or you could just use Windows if you're not up to learning how to do things.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...