1.2 Major Open Source Applications Flashcards
Master the following knowledge required for the LPI - Linux Essentials version 1.6 Exam
Which commands can be used to install DEB packages of Linux?
(i.e. GNU/Debian, Ubuntu, or Linux Mint)
dpkg
apt-get install
or
apt install
Which commands can be used to install Red Hat packages of Linux?
(i.e. CentOs, RHEL, or Fedora)
rpm
yum
or
dnf
Which open-source application on Linux can create and edit .png (image) files?
GIMP
Which open-source application on LInux is used to create and edit .doc or .docx files?
LibreOffice / OpenOffice Writer
Which open-source application on Linux is used to create and edit .xls (spreadsheet) files?
LibreOffice / OpenOffice
Calc
Which open-source application on Linux is used to create and edit .ppt (presentation) files?
LibreOffice / OpenOffice
Impress
Which open-source application on Linux is used to create and edit .wav, .mp3, .ogg, .& .flac (media) files?
Audacity
Which open-source application on Linux is used to render 3D animations that can also be exported to a a 3D printer?
Blender
Which open-source application on Linux is used to edit vector graphics?
Inkscape
Which command line tool can convert and edit most image files and can be used to create .pdf files?
ImageMagicX
Which commands can be used to uninstall DEB packages of Linux?
(i.e. GNU/Debian, Ubuntu, or Linux Mint)
apt-get remove
or
apt remove
Which commands can be used to uninstall RPM packages of Linux?
(i.e. CentOs, RHEL, or Fedora)
yum remove
or
dnf remove
What are the two major browser applications present in Linux environments?
Google Chrome
&
Mozilla Firefox
Mozilla develops and maintains a popular e-mail client application called what?
Thunderbird
Which server protocol is responsible for serving web pages to clients?
HTTP - Hyper Text Transfer Protocol
An HTTP server collects and sends all requested data back to the browser which then arranges the requested content as defined by the received HTML document