answersLogoWhite

0

Where can you download LAMP package for Debian Linux?

Updated: 8/18/2019
User Avatar

Wiki User

11y ago

Best Answer

LAMP is not a package , it is : Linux Apache Mysql PHPyou can intall them with :

sudo apt-get install mysql-server mysql-client apache2 apache2-doc php5 php5-mysql libapache2-mod-php5

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where can you download LAMP package for Debian Linux?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you run php?

Easiest way would be to download a full package preferably xampp, wamp for windows, lampp or lamp for linux and mamp for macintosh. Then run php through localhost


What are the functionalities of Linux?

There are really to many to accurately list Generally Linux is deployed for most dedicated servers and host and array of different things the most common of which is LAMP (Linux Apache MYSQL PHP) which is the Linux based Web Server package


What is lamp in php?

LAMP stands for Linux-Apache-MySQL-PHP. In simpler terms it contains everything to build a php application on a linux platform.


How i can begin php in Linux?

PHP on windows runs using the WAMP Server while on Linux it runs using the LAMP Server. Try getting a LAMP Server from a search engine


How would you explain about the LAMP software?

LAMP (LINUX-APACHE-MYSQL-PHP) is a solution stack of Software to run Dynamic Websites or Servers. HTTP://openwavecomp.com.sg


What is the fragile package that arrives at the Parker home in A Christmas Story?

The fragile package that arrives at the Parker home in "A Christmas Story" contains a leg lamp that Mr. Parker won in a contest. The word "fragile" is prominently displayed on the box, leading to the humorous pronunciation of "fra-gee-lay" by the characters.


What is lamp of programming language of student?

I dont get your question but Lamp isL: Linux (operating system)A: Apache (web server)M: Mysql (database)P: Php/Python/Perl (language)


How do you add MySQL to your Web server?

Linux variant: depending on the distribution you use, there are (most certainly) prepared packages (e.g. Debian, Ubuntu) to install, if you use a more complicated distro like gentoo, you have to download and compile the source packages (check google for tutorials on that). Windows variant 1: you can employ a prepared WAMPP package (apache, mysql, php, pear/pecl) - find it here: www.apachefriends.org Windows variant 2: you can install all desired services manually (check google for tutorials on windows apache iis)


Is PHP runable in Linux?

PHP can run on any major operating system just like java as long as you have an interpreter. Try installing a LAMP (Linux, Apache, MySQL, PHP) server & you should be able to run php on your pc/server. There are some IDE's which would allow php development on linux os


How do you install Apache on Linux?

The LAMP stack is a well-known and widely used web-development stack whose primary goal is to help you to build an open source web hosting environment. This stack consists of the following components: Linux (base operating system), Apache (web server), MySQL (relational database) and PHP (multi-platform scripting language). And here’s where LAMP comes from. You may have heard about some well-known projects which are heavily relying on this stack: Facebook, Wikipedia, Tumblr, and WordPress. In this article we’ll show you how you can install it on Ubuntu server. Prerequisites You must have root privileges or have an ability to use sudo to install required packages to your system. Installation process Installation process is easy and straightforward. First, we’ll install Apache web server, then MySQL DB and then finalize the process with PHP scripting language.


How many amps are being used in an LED hundred watt flood light?

To answer this one would have to know if by "100 watt" you mean actual power used by the LED lamp or the wattage equivalence to an incandescent lamp of the same brightness. In the second case (which is the most likely) you would have to read the package that the LED lamp came in to get actual power used.


Why is php runable on Linux?

PHP is a technology in itself and like JAVA it is open source and platform independent. It has got its own interpreter. So as long as you have a LAMP server you need not worry about the os system