Home About Install Documentation Contribute Contact

LearnixOS Documentation

Your comprehensive guide to installing, using, and troubleshooting LearnixOS, designed for learning and experimentation.

Getting Started

Begin your journey with LearnixOS by setting up your system.

Installation

Download the latest LearniXOS ISO from our GitHub repository. Create a bootable USB using tools like Rufus (Windows), Etcher (cross-platform), or dd (Linux/macOS). Boot from the USB and follow the installation wizard to set up your system.

View Installation Guide

System Requirements

Ensure your system meets the following: 64-bit CPU, 2GB RAM (4GB recommended), 20GB storage, and UEFI or Legacy BIOS support.

Package Management

Manage software packages efficiently with LearniXOS tools.

Using the Package Manager

LearnixOS uses a source based package manager called lxpkg, Update the package list with:

lx lxpkg update

Install a package (e.g., vim):

lx lxpkg install vim

Adding Repositories

Add third-party repositories to access additional software. Edit the sources file (e.g., /etc/lxpkg.conf) and update the package list.

Basic Commands

Learn essential Linux commands for everyday use.

Navigating the Filesystem

Use these commands to move around and manage files:

  • ls - List directory contents
  • cd /path/to/directory - Change directory
  • pwd - Print current directory
  • mkdir new_folder - Create a directory

File Operations

Manage files with commands like:

  • cp source destination - Copy files
  • mv source destination - Move/rename files
  • rm file - Delete files

Troubleshooting

Resolve common issues with LearnixOS.

Boot Issues

If LearnixOS fails to boot, check your BIOS/UEFI settings to ensure the correct boot device is selected. Try disabling Secure Boot if issues persist.

Package Installation Errors

If you encounter errors during package installation, ensure your internet connection is stable and run:

lx lxpkg update && lx lxpkg upgrade

Get Help

Join our community for additional support:

Join Discord

Contact & Info

LearniXOS thrives on community contributions and feedback.

ask questions, and contribute to the project.