Installation and Package Management Flashcards
Type code for FAT
0x0c
Type code for NTFS
0x07
Type code of newer type of extended partition
0x0f
Type code for Linux swap
0x82
Type code for Linux filesystem
0x83
GRUB1 Configuration File
/boot/grub/menu.lst
GRUB2 Configuration File
/boot/grub/grub.cfg
ldd
Print shared library dependencies for the indicated program or file
LD_LIBRARY_PATH
Bash environment variable that determines additional library locations to be searched when looking for shared libraries
ldconfig
Program you run after adding to the /etc/ld.so.conf file
File that stores shared library paths
/etc/ld.so.conf
File that stores the repository locations that apt uses to search for packages
/etc/apt/sources.list
apt-get
- Package handling and installation utility for Debian-based distributions
- Will include dependent packages during install
dpkg
Used to install .deb package files on Debian-based systems
dpkg -i
Install a package
dpkg -r
Remove a package
dpkg –configure
Configures a package
dpkg -c
Lists contents of a package
dpkg -s
Lists status of a package (whether installed or not)