Skip to content

Instantly share code, notes, and snippets.

Full Setup Guide for NVIDIA 550 on Debian 12

Before You Begin

💡 Every command in this guide must be run in a terminal. Open a terminal by pressing CTRL + ALT + T or accessing the command line in a TTY (CTRL + ALT + F3).


Step 1: Fix sudo and Gain Root Access

By default, Debian 12 doesn’t grant sudo to the first user. Let’s fix that.

@madtunebk
madtunebk / opencv.md
Last active March 26, 2025 10:59
Build OPENCV VERSION 4.10.0 on: Ubuntu 22.04, GPU Driver Version: 550.78, CUDA Version: 12.4, GCC-10

Build OPENCV VERSION 4.10.0 on: Ubuntu 22.04, GPU Driver Version: 550.78, CUDA Version: 12.4, GCC-10

Create a Project Folder: ~/project

mkdir ~/project  
cd ~/project/    

Pre-checks Before Proceeding