Tagged articles
7 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Aug 3, 2025 · Operations

Master Linux Package Management: yum, apt, dpkg, rpm, and Source Compilation

This guide walks through Linux package management fundamentals, covering yum on RPM‑based systems, apt/apt‑get on Debian‑based systems, low‑level dpkg and rpm commands, and step‑by‑step source compilation with practical examples, tips, and a concise comparison of convenience, customizability, and required privileges.

APTRPMSource Compilation
0 likes · 9 min read
Master Linux Package Management: yum, apt, dpkg, rpm, and Source Compilation
MaGe Linux Operations
MaGe Linux Operations
Jun 16, 2025 · Operations

Master Linux Package Management: yum, apt, dpkg & Source Compilation

An in‑depth guide walks you through Linux package management using yum, apt/apt‑get, dpkg/rpm, and source compilation, detailing commands for updating, installing, upgrading, removing, version locking, and verification, plus a comparative analysis of convenience, customizability, and required permissions.

Source Compilationdpkgpackage management
0 likes · 9 min read
Master Linux Package Management: yum, apt, dpkg & Source Compilation
Raymond Ops
Raymond Ops
Jun 7, 2025 · Operations

Step-by-Step Guide to Building and Deploying Nginx from Source on Linux

This tutorial walks you through downloading the Nginx source package, extracting it, compiling and installing the binary, setting up the required directories, creating a systemd service file, and finally enabling and starting the Nginx service on a Linux system.

LinuxSource Compilationsystemd
0 likes · 3 min read
Step-by-Step Guide to Building and Deploying Nginx from Source on Linux
Liangxu Linux
Liangxu Linux
Jul 9, 2023 · Fundamentals

Why Choose Binary Packages Over Building from Source on Linux?

This guide explains the differences between binary packages and source code installations on Linux, covering how package managers work, the benefits of pre‑compiled binaries, and when compiling from source can be advantageous.

Binary PackagesCMakeLinux
0 likes · 9 min read
Why Choose Binary Packages Over Building from Source on Linux?
ITPUB
ITPUB
Mar 31, 2020 · Fundamentals

How to Install Python 3.7 on Ubuntu 18.04 – Step‑by‑Step Guide

This tutorial walks you through two reliable methods for installing Python 3.7 on Ubuntu 18.04 LTS—using the deadsnakes PPA with APT and compiling from source—detailing prerequisite packages, exact commands, expected output, and verification steps.

APTInstallationPython
0 likes · 10 min read
How to Install Python 3.7 on Ubuntu 18.04 – Step‑by‑Step Guide