﻿# CloudlessCam Linux
Following dependencies are required for CloudlessCam to work on Linux:

# Ubuntu / Raspberry Pi OS / Debian-based systems
sudo apt install vlc libvlc-dev libfontconfig1 net-tools polkit pkexec

# Optional CloudlessCam Web Player user service
You can install the Web Player as a user-level systemd service:
bash ./Web_Player_systemd_Daemon_Install.sh

To remove the user-level systemd service again:
bash ./Web_Player_systemd_Daemon_Deinstall.sh
