From 00501841163c2d73bd95ee1de008f668fa4ed081 Mon Sep 17 00:00:00 2001 From: Kamran khan <76246927+kamipakistan@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:56:42 +0500 Subject: [PATCH] Update README.md --- README.md | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36145e1..29f91d3 100644 --- a/README.md +++ b/README.md @@ -1 +1,44 @@ -# View-Hikvision-CCTV-Camera-on-Ubuntu \ No newline at end of file +# How to View Hikvision CCTV Camera on Ubuntu Using Firefox Web Browser + +## 1. Install Wine 7 on Ubuntu 20.04.4 LTS +## 2. View Hikvision CCTV Camera on Ubuntu Using Firefox Web + +### 1. Steps to Install Wine on Ubuntu 20.04.4 LTS +* I. Enable 32-bit architecture support + ``` + sudo dpkg --add-architecture i386 + ``` +* II. Check architecture using the following command + ``` + dpkg --print-foreign-architectures + ``` +* III. type some description about the following command here +``` +wget -nc https://dl.winehq.org/wine-builds/winehq.key +``` +* IV. type some description about the following command here +``` +sudo apt-key add winehq.key +``` +* V. type some description about the following command here +``` +sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' +``` +* VI.type some description about the following command here +``` +sudo apt update +``` +* VII. Install Wine on Ubuntu +``` +sudo apt install --install-recommends winehq-stable +``` +* IX. Check Wine Version +``` +wine --version +``` +* X. After wine installation reboot your system. +``` +sudo reboot +``` + +## 2. View Hikvision CCTV Camera on Ubuntu Using Firefox Web