Linux Distribution From Scratch - Simple Package Manager P3

Опубликовано: 21 Октябрь 2024
на канале: Low Level Devel
1,068
21

Hi and welcome back to the low level devel channel's linux distribution from scratch series.
In this video we are going to continue with the development of the package manager. We will load
the repository information so we can get ready to start building and installing the packages.

So let's get started.


Hi and welcome to the low level devel channel's Building your own linux distribution from scratch series.

The key goals of this series are as follows:
To give you a deeper understanding of linux based OSs and how they are put together
Learn the key software package and libraries that are part of every linux distribution
Learn a good amount of bash shell scripting
Learn how to do linux system programming in C
Learn how to put together your own linux OS distribution.

This 9th video in the series will continue the development of the simple package manager, which will be used for installing as well as building packages.
We will implement the loading of all packages and their dependencies as well as the command line interface.

Discord:   / discord  
Github: https://github.com/rockytriton/LLD
Reddit:   / lowleveldevel  
Donate (Paypal/Venmo): [email protected]

Playlist:
   • LLD - Linux OS Distribution From Scratch