Installing Linux softwares Sirak Kaewjamnong. 2 Software packets  When Linux developers create their software they typically bundle all the executable.

Slides:



Advertisements
Similar presentations
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
Advertisements

Chapter 19 FTP: Transferring Files Across a Network
Tutorial 5 Downloading and Storing Data. XP Objectives Learn what FTP is and how it works Explore how to use a Web browser to transfer files Navigate.
Software installation Chapter 7. Software installation Numerous software options Usually free Open source Several sources Installation CD Websites sourceforge.net.
Overview Basic functions Features Installation: Windows host and Linux host.
Linux+ Guide to Linux Certification, Third Edition Chapter 11 Compression, System Backup, and Software Installation.
NDT Tools Tutorial: How-To setup your own NDT server Rich Carlson Summer 04 Joint Tech July 19, 2004.
Julie McEnery1 Installing the ScienceTools The release manager automatically compiles each release of the Science Tools, it creates a set of wrapper scripts.
2440: 141 Web Site Administration Remote Web Server Access Tools Instructor: Enoch E. Damson.
Chapter 11 Compression, System Backup, and Software Installation.
Downloading & Installing Software Chapter 13. Maintaining the System Yum Pirut BitTiorrent Rpm Keeping Software Up To Date Up2date Red Hat Network Wget.
Module 10 – Linux Installations. Wikipedia: Red Hat Package Manager or RPM Package Manager (RPM) is a package management system. The name RPM variously.
Linux Operations and Administration
1 Web Server Administration Chapter 9 Extending the Web Environment.
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
SUSE Linux Enterprise Server Administration (Course 3037) Chapter 4 Manage Software for SUSE Linux Enterprise Server.
LPIC-1 TRAINING COURSE Topic 102: Linux Installation and package management.
ITE 1 Chapter 5. Chapter 5 is a Large Chapter It has a great deal of useful information about operating systems. You will find this VERY helpful when.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Home Media Network Hard Drive Training for Update to 2.0 By Erik Collett Revised for Firmware Update.
Chapter Fourteen Windows XP Professional Fault Tolerance.
1 Web Server Administration Chapter 9 Extending the Web Environment.
Apache, MySQL and PHP Installation and Configuration Chapter 4 XAMPP Installation and Configuration.
SharePoint 2010 Development Environment A Guide to Setup SharePoint 2010 Development Environment on Windows 7 Machine.
Package Management How to use rpms. Topics The Problem of Software Installation Package Management Systems Using RPM Finding RPMs Building RPMs.
COSC 4750 Customizing and maintenance. Installing software Redhat/Fedora (and linux in general) has a package installer, called rpm Many programs will.
Linux Package Management Dr. Michael L. Collard 1.
Microsoft FrontPage 2003 Illustrated Complete Finalizing a Web Site.
FTP Server and FTP Commands By Nanda Ganesan, Ph.D. © Nanda Ganesan, All Rights Reserved.
Linux Introduction Part 2. Finding Files find “start directory” -name "filename“ Find the file called "filename" on the filesystem starting the search.
APT for RPM Simplified package management for rpm based distributions INFN - Napoli 1 INFM - UDR Napoli 2 HEPiX/HEPNT 2003 – Vancouver Rosario Esposito.
Install Software. UNIX Shell The UNIX/LINUX shell is a program important part of a Unix system. interface between the user & UNIX kernel starts running.
A Practical Guide to Fedora and Red Hat Enterprise Linux Unit 8: Installing Software in Linux Chapter 13: Downloading and Installing Software By Fred R.
Managing Software Patches 10/15/ Introducing Solaris OE Patches A patch contains collection of files and directories Patch replaces existing files.
Booting Ubuntu Linux Live CSCI 130 – Fall 2008 Action Lab Dr. W. Jones.
MyBLAST standalone installation Lab of Systems Biology & Network Biology website Download link. 1.Click the Download link.
SUSE Linux Enterprise Desktop Administration Chapter 6 Manage Software.
XP Practical PC, 3e Chapter 3 1 Installing and Learning Software.
Installation of packages Objectives –Using software packaging tools Contents –Application delivered as –Where to get commonly used rpm’s –Autofs on! –Getting.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Linux Services Configuration
1 Begin to use Linux. 2 Background  Linux is an operating system similar to UNIX. It runs on many different computers and was first released in 1991.
CITA 310 Section 8 Extending the Web Environment (Textbook Chapter 9)
Installation of packages Objectives –Using software packaging tools Contents –Application delivered as –Where to get commonly used rpm’s –Autofs on! –Getting.
CSCI 330 UNIX and Network Programming Unit XX: Linux Administration.
2007 TAX YEARERO TRAINING - MODULE 61 ERO (Transmitter) Training Module 6 Federal and State Installation and Updates.
Linux Operations and Administration
Remote Access Usages. Remote Desktop Remote desktop technology makes it possible to view another computer's desktop on your computer. This means you can.
Agenda Using FTP What is FTP? How to Use the FTP Program How to transfer files Using FTP.
FTP COMMANDS OBJECTIVES. General overview. Introduction to FTP server. Types of FTP users. FTP commands examples. FTP commands in action (example of use).
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
RedHat Package Management RPM and YUM in RedHat Enterprise, Fedora, Suse and Centos.
Tutorial on setting up Zebra: A Z39.50 Server ARD Prasad DRTC Indian Statistical Institute Bangalore.
Linux Administration. KDE & Gnome Comparision Package Management User Management Linux Services System Calls Default Look Menu Navigation Renaming Files.
Debian Package Management
Materi managing user & groups, file system Managing Software Packages and File Systems The Complete Guide to Linux System Administration Chapter 10.
CACI Proprietary Information | Date 1 PD² SR13 Client Upgrade Name: Semarria Rosemond Title: Systems Analyst, Lead Date: December 8, 2011.
Chapter 7: Using Network Clients The Complete Guide To Linux System Administration.
Upgrade on Windows 7. DownloadSoftware Download Software from link provided in Webliography: e/
System Administration Application Management. ● A common task for a system administrator is the installation, updating and removal of software. Several.
Linux Command RTFM: rpm(8) & yum(8)
FTP Lecture supp.
Managing Software.
Web Server Administration
SQL Server 2005 Installation
More Scripting & Chapter 11
RedHat Package Management
University of Texas Rio Grande Valley Systems Administration CSCI 6175
Configuring Internet-related services
OPS235 PACKAGE MANAGEMENT
Presentation transcript:

Installing Linux softwares Sirak Kaewjamnong

2 Software packets  When Linux developers create their software they typically bundle all the executable and data files into a single file called a "package" file.  Package files have different formats and contain different control files Where the rest of the files should be placed The permissions they should have A list of prerequisite packages that are required for the package to function correctly

3 Packet file types  Redhat, and Fedora Linux software is primarily available in RedHat Package Manager (RPM) files  Debian and Ubuntu Linux use the Debian Package format in which the filenames end with ".deb“ called DEB files  Software developers who want to use a universally recognizable file format across all flavors of Linux also will make their products available as TAR packages

4 Where to get used Packages  Packages on Linux Installation CDs  Manually Downloaded Packages two most common ways of getting packages are by manually using FTP or a Web browser

5 Popular Package Download Sites  Redhat  Fedora ftp://download.fedora.redhat.com/pub/ fedora/linux/core/ b/fedora/linux/core/

6 Popular Package Download Sites  Debain  Ubuntu

7 How to Download Software  Getting Software Using Web-Based FTP Browse the desired Web site until you find the link to the software package. Click on the link for the desired software package. Save the file to hard drive  Getting RPMs Using Command-Line Anonymous FTP

8 FTP Commands Command Description binaryCopy files in binary mode cdChange directory on the FTP server dirList the names of the files in the current remote directory exitBye bye getGet a file from the FTP server lcdChange the directory on the local machine lsSame as dir mgetSame as get, but you can use wildcards like "*" mputSame as put, but you can use wildcards like "*" passiveMake the file transfer passive mode putPut a file from the local machine onto the FTP server pwdGive the directory name on the local machine

9 How to Download Software  Getting software using wget The wget command can be used to download files quickly when you already know the URL at which the RPM is locate # wget 3.0pl i386.rpm

10 Installing Software From RPM Files  There are generally two ways to install RPM files manually. using a file previously downloaded to your hard drive install the RPM from some sort of removable media such as a CD-ROM drive  Use command “rpm” to install.rpm file

11 The RPM Command  rpm -Uvh is the command to install package -U qualifier is used for updating an RPM to the latest version -h qualifier gives a list of hash # characters during the installation -v qualifier prints verbose status messages while the command is run

12 RPM command example tmp]# rpm -Uvh mysql-server i386.rpm Preparing... ####################### [100%] 1:mysql-server ####################### [100%] tmp]#

13 RPM Installation Errors  Sometimes RPM installations will fail giving Failed dependencies errors which really mean that a prerequisite RPM needs to be installed  To get around this problem by run the rpm command with the --nodeps option to disable dependency checks tmp]# rpm -Uvh --nodeps mysql i386.rpm

14 Uninstalling RPMs  The rpm -e command will erase an installed package tmp]# rpm -e package-name

15 Automatic Updates with yum The yum automatic RPM update program comes as a standard feature of Fedora Core. It has a number of valuable features: You can configure the URLs of download sites you want to use. This provides the added advantage of you choosing the most reliable sites in your part of the globe. yum makes multiple attempts to download RPMs before failing. yum automatically figures out not only the RPMs packages that need updating, but also all the supporting RPMs. It then installs them all.

16 Installing Software From DEB Files  Unlike Redhat or Frdora,the Debian and Ubuntu versions of Linux rely on packages in the DEB format  Use dpkg --install command to install the.deb package dpkg --install ndiswrapper-utils_1.8-0ubuntu2_i386.deb Selecting previously deselected package ndiswrapper-utils. (Reading database files and directories currently installed.) Unpacking ndiswrapper-utils (from ndiswrapper-utils_1.8-0ubuntu2_i386.deb)... Setting up ndiswrapper-utils (1.8-0ubuntu2)...