1 / 8

Software Management and Installation

Software Management and Installation. Package Mangers. Add/ Remove Programs in Ubuntu RPM – red hat package managers APT – Debian package managers Portage package manager – Gentoo. Ubuntu. Add/ Remove Programs Synaptic package manager- Managing installed packages or remove

akiko
Download Presentation

Software Management and Installation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Software Management and Installation

  2. Package Mangers • Add/ Remove Programs in Ubuntu • RPM – red hat package managers • APT – Debian package managers • Portage package manager – Gentoo

  3. Ubuntu • Add/ Remove Programs • Synaptic package manager- Managing installed packages or remove • system – administration – synaptic package manager • Search mark and apply • Debian menu • Terminal installation • applications- accessories- terminal • sudo apt-get install abc and sudo aptitude install abc • sudo apt-get remove abc and sudo aptitude remove abc

  4. Red Hat Package Manager • Installing from command line • rpm -ivh xsnow-1.40-5.i386.rpm • I = install v= verbose h= hash progress • Removing software • rpm -e faq • Or, just double click on the .rpm file.

  5. Apt (Advanced packaging tool) – Debian • Same as Ubuntu • apt-get install <package> • apt-get remove <package> • Removing unused package files • apt-get clean • apt-get autoclean

  6. Portage package manager- Gentoo • Maintaining software • emerge –search <file name> • Installing in terminal • emerge <file name> • Removing software • emerge --unmerge <file name>

  7. How to find Software • Search online • From distro repositories • Buy it. it cost $$$$$ :)‏

  8. Archive Extensions • Http://www.fileinfo.net/filetypes/compressed

More Related