Results 1 to 7 of 7
Hi all
I'm completely new to Linux, and I have just installed Ubuntu 12.10. Now I want to install a web server to host Wordpress. Now on all the tutorials ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-20-2012 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 7
Ubuntu - Installing Lamp
Hi all
I'm completely new to Linux, and I have just installed Ubuntu 12.10. Now I want to install a web server to host Wordpress. Now on all the tutorials I have watched to install lamp or apache
, they start off with the following: sudo apt-get install lamp-server^ . Now where does lamp-server come from? Is it preinstalled with Ubuntu, or do you first have to download it? Why isn't there an install path?
Any help would be appreciated
Thank you
- 11-20-2012 #2
First of all, welcome to the forums.
I assume you are familiar with the Windows way, which is to download an installer from the Internet and choose where it gets installed. Linux does things a little differently. Most of the software you will ever need is held in repositories, think app store but much, much older.
In the Debian based distros, of which Ubuntu is one, software is packed up into .deb packages. These are installed using dpkg. apt-get is a command line front end to dpkg which will download the software from the repository, along with any dependencies (which are other bits of software needed) and install it for you. There are various GUI front ends also. Synaptic Package manager gives you very fine grained control and Ubuntu software centre which works at a higher level.
A light-hearted introduction to the Linux file system
dpkg
aptLast edited by elija; 11-20-2012 at 07:13 PM. Reason: Adding links
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn
- 11-20-2012 #3Just Joined!
- Join Date
- Nov 2012
- Posts
- 7
Thank you elija. But not sure how to implement this in a practical way. What do I need do do beforehand to get the sudo apt-get install lamp-server^ command to work?
- 11-20-2012 #4
I've never heard of that package but you would simply open a teminal and run the command
and it should do everything else for you. If that package is not found then try the followingCode:sudo apt-get install lamp-server
Open a terminal
Run the commandEnter your password when asked. It will look like you are typing nothing!Code:sudo tasksel
If tasksel is not found then install it with the commandand when completed run the first command again.Code:sudo apt-get install taskel
Select Lamp Server and then OK
You will be asked for a mySql root passwordLast edited by elija; 11-20-2012 at 08:57 PM. Reason: More details
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn
- 11-23-2012 #5Just Joined!
- Join Date
- Nov 2012
- Posts
- 7
Thank you Elija, I got it to work by doing what you said. Thank again.
- 11-23-2012 #6Just Joined!
- Join Date
- Nov 2012
- Posts
- 7
One more thing, why do some tutorials leave out the caret (^) at the end of the command? How do I close this thread/or mark it solved?
Thank you!
- 11-23-2012 #7
That's kind of cool. I've just learnt something new.
To close / mark as solved there is a thread tools menu in the blue bar above the first post. The option is in there.If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
The Fifth Continent reborn


Reply With Quote
