A tool that help begginers to know which package manager they have, to know on what their Operating System bassed on, ETC
A very basic tool, help lots. Linux-Identifier get information about your operating system from over places sach as ( /etc, enviroments ) and shows it in one place, one little open source tool.
- Clone the tool into your distro
git clone https://github.com/H3ssan/Linux-Identifier
- change directory to the tool directory
cd Linux-Identifier
- Compile the source file
g++ -o linux-identifier linux-identifier.c