Search This Blog

7.5.12

Installing and checking packages into different family of Linux


Installation command for any package to download and install:

- RPM/RedHat-based Linux:    
               sudo yum install 'package name'

DEB/Debian-based Linux:
               sudo apt-get install 'package name'

FreeBSD
               sudo pkg_add -r bash 'package name'



Checking/Verifying command for any package that is installed or not: 

               dpkg -s 'package name'

2.5.12

mTechEase: CORE DUMP FOR DEBIAN

mTechEase: CORE DUMP FOR DEBIAN: CORE DUMP FOR DEBIAN Mayank Chourey 5/31/2011 Introduction. Steps to use core dump. -Enabling and ConfigurinG core dump. -E...