Package Management. Basic Commands apt-get install : install package + dependencies apt-get remove : removes the package not dependencies apt-get autoremove.

Slides:



Advertisements
Similar presentations
Agenda Web Application Web Page development WAMP
Advertisements

Introduce Linux Ubuntu For Beginner User. Introduction Desktop Environment Desktop Environment is GUI (Graphical user interface) for Linux Desktop Most.
Windows Apache MySQL PHP Radoslav Georgiev Telerik Corporation
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
Creating WordPress Websites. Creating a site on your computer Local server Local WordPress installation Setting Up Dreamweaver.
Software installation Chapter 7. Software installation Numerous software options Usually free Open source Several sources Installation CD Websites sourceforge.net.
A complete web app using flex. You can use the flex builder to generate the php (server side) code for a flex-php application. As before, Php connects.
Installasi Wordpress di Linux. Intallasi web server + php + mysql # apt-get install apache2 php5 mysql-server php5-mysql # apt-get install phpmyadmin.
Building and Deploying a Simple Web Application. Tomcat and JSP Tomcat is an application server, commonly used to host JSP applications Applications are.
ESyndiCat. Introduction eSyndiCat is a professional, affordable php directory script. With a large and highly customisable set of key features coupled.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
Securing LAMP: Linux, Apache, MySQL and PHP Track 2 Workshop PacNOG 7 July 1, 2010 Pago Pago, American Samoa.
Package Managers What are they and why we use them.
Setting up a Subversion repository By: Matt Krass Last Updated: 4/11/07.
SYST Web Technologies SYST Web Technologies Installing a Web Server (XAMPP)
Open Source Software WampServer Presented By Mr. R.Aravindhan.
Debian package manager Presenter: Lilian Wang. Install Software  先別管 package 了, 你有聽過重灌嗎 ?  Chrome/Firefox, Office, pietty, Notepad++, PCMan, LOL, …
GNU/Linux Fundamentals Part 3
Session 5: Working with MySQL iNET Academy Open Source Web Development.
GeoNode Installation and Configuration
PHP Motion Idris Winarno. Requirement Apache + PHP5 + MySQL lame ffmpeg flvtool.
Linux Package Management Dr. Michael L. Collard 1.
Security Testing Case Study 360logica Software Testing Services.
Working with Ubuntu Linux Track 2 Workshop June 2010 Pago Pago, American Samoa.
MySQL. MySQL is a Relational Database Management System (RDBMS) that runs as a server providing multiuser access to a number of databases. A third party.
DB server + PHPMyAdmin ดรัสวิน วงศ์ปรเมษฐ์ สาขาวิชาเทคโนโลยีสารสนเทศ คณะ วิทยาศาสตร์ มรภ. บร. 19/10/56.
Installing and Using MySQL and phpMyAdmin. Last Time... Installing Apache server Installing PHP Running basic PHP scripts on the server Not necessary.
Petteri Soininen Juhana Kraemer Jussi Vähämäki ”Group PJJ”
CERN-PH-SFT-SPI August Ernesto Rivera Contents Context Automation Results To Do…
Introduction to Web Programming. Introduction to PHP What is PHP? What is a PHP File? What is MySQL? Why PHP? Where to Start?
Ozan Şahin Ömer Üçler.  Purpose of Project  Used Technologies  Database Design  Problems&Solutions  Use Case’s  Demo.
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.
THE WEBMASTERS: SENG + WAVERING.  On account of construction, we will be having class in room 1248 next week.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Setting up Dreamweaver to use your local WAMP testing Server
PHP Introduction PHP is a server-side scripting language.
Windows 7 WampServer 2.1 MySQL PHP 5.3 Script Apache Server User Record or Select Media Upload to Internet Return URL Forward URL Create.
PhpMyAdmin Matthew Walsh April 28, 2003 CMSC Shawn Sivy.
CSCI 330 UNIX and Network Programming Unit XX: Linux Administration.
PRAKTIKUM SISTEM OPERASI PTIIK UB 2012/2013. Introduction Desktop Environment  Desktop Environment is GUI (Graphical user interface) for Linux Desktop.
A Mirror Engine Computer Science Capstone Tobias Hertkorn.
Steps to Install VirtueMart 1. Setup Database 2. Download VirtueMart 3. Setup VirtueMart 4. Test installation Prerequisites: 1. XAMPP installation complete.
Server Side Scripting. Common Gateway Interface (CGI) The web is a client-server system.
 To start using PHP, you can:  Find a web host with PHP and MySQL support  Install a web server on your own PC, and then install PHP and MySQL.
Lab 07 Cisco Routers. Project Proposals  Due NOW!  Will review after lecture Will discuss with team captain Note: evening labs may have a longer wait.
Installing Applications in FreeBSD. Computer Center, CS, NCTU 2 Install software  Package Pre-built rpm, yum, dpkg, … FreeBSD: pkg_add, pkg_delete, pkg_info.
Introduction to Linux Server Setup Jonathan Hood CSE 4000 Practical Issues in Software Engineering.
Installing Koha Presented By Aaron R. Williams KOHA North American Users Group.
Setting up a Development Environment. What you need Webserver (Apache) Database (MySQL) PHP All in Uniserver (google “uniserver”) Download the windows.
Debian Package Management
Maven. Introduction Using Maven (I) – Installing the Maven plugin for Eclipse – Creating a Maven Project – Building the Project Understanding the POM.
Moodle 2 on USB Drive (Portable) By Ramzan Jabbar IT Engineer Doncaster Deaf College.
Installing git In Linux: sudo apt-get install git In Windows: download it from run the setuphttp://git-scm.com/download/win.
PHP stands for …….. “PHP Hypertext Pre-processor” and is a server-side scripting language like ASP. PHP scripts are executed on the server PHP supports.
Wordpress. What is Wordpress? Wordpress is a content management system. It is free and easy to use. It allows you to build dynamic websites It is built.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
EGI-InSPIRE RI Pakiti Michal Prochazka, (Daniel Kouril)
Moodle Install Guide Team 5 안정현 김현수 주채진 조수아. Moodle Install Enter moodle.org web site -> Go to Standard Moodle Packages in Downloads.
Linux Basics Part 2. VIM Editor vi improved Installed on most Linux machines Can be a bit confusing at first... o Cheat sheets FTW Other popular editors:
Lab 07 Cisco Routers.
Oracle 11g Release 1 Deinstallation Steps for Windows Server 2003
Install WordPress with Xampp
UFIE8K10-M Data Management 2006/7
The Linux Command Line Chapter 14
Web Browser server client 3-Tier Architecture Apache web server PHP
A simple way to configure PHP and Apache for Assignment 2
PHP XAMPP is webhosting for windows - Apache : HTTPD for Web Server - MySQL : Database Server - PHP : Interpreter - PHPMyAdmin - Filezilla : FTP Server.
Docker, Drupal and Persistence
The Linux Command Line Chapter 14
Presentation transcript:

Package Management

Basic Commands apt-get install : install package + dependencies apt-get remove : removes the package not dependencies apt-get autoremove : removes orphaned dependencies apt-get clean : removes install files apt-get purge : combines remove and clean + removes config files apt-cache pkgnames – generates a list of installed packages

Source Lists Where are repositories? /etc/apt/sources.list deb [location][distro][component(s)] deb lenny main contrib deb lenny main

dpkg dpkg -i [package file name].deb – Installs a package dpkg --list [search pattern] – Lists packages installed on system Typically this is the back end of apt-get

Building your own install

Lets do this now What packages are installed on your server? What is the command to install Apache MySQL and PHP on your server? Do it. Also install phpmyadmin, then go to – address.gcsu.edu/phpmyadmin and login – Look in the /var/lib/mysql folder – write down the files from there – Create a new database using phpmyadmin – Look in the /var/lib/mysql folder – have the files changed Where are the config files for the AMP install? Remove the AMP install. Are the config files still there? Make sure all the files are removed from the system. Did the files change in the /var/lib/mysql folder?