Skip to content

Commit d0cd4f7

Browse files
os: expand on linux overview
1 parent 5dcd669 commit d0cd4f7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/os/linux/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Linux Operating System
2+
3+
Linux is an open source kernel with a very large collection of software tools.
4+
5+
Linux is typically installed via a distribution, a community or commercial effort to package that large collection of software so that it is easy to install and maintain.
6+
7+
Most commonly used Linux operating system
8+
9+
- Debian Linux & Ubuntu
10+
- Red Hat & CentOS
11+
- Arch Linux
12+
- OpenSUSE
13+
- Slackware Linux
14+
15+
There are 100s of Linux distribution, typically based on one of the above.
16+
17+
18+
## Packaging Standards
19+
20+
Deb package is a well defined standard that helps avoid conflicts between software and its package dependencies. The standard ensures consistency across all packages.
21+
22+
RPM is a simpler package design and has less strictness for managing dependencies.
23+
24+
Arch is described as a rolling release, although occasionally the install ISO is updated. Packages are continually updated in the Arch repository. Arch User Repository contains community managed packages, each package is built from Git repositories.

0 commit comments

Comments
 (0)