У нас вы можете посмотреть бесплатно How to Install Software in Ubuntu Using apt | Ubuntu Package Management – Part 1 (Hindi) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, we’ll see how to install software in Ubuntu using apt. This is Part 1 of a short, beginner-friendly series on Debian/Ubuntu package management. We’ll cover: • Installing software using apt • Understanding the basic apt install command • Verifying if a package is installed • Checking a running service using simple commands This series focuses on one small concept per video, so it’s easy to follow without overload. In the next part, we’ll understand what actually happens behind the scenes when you run apt install. Commands used in this video: ################################# sudo apt install nginx nginx -v sudo systemctl status nginx curl localhost:80 ################################# Don’t worry if concepts like ports or services feel new — they’ll be explained later in the series. #ubuntu #linux #apt #linuxbasics #devops #nginx