Installing Chrome and VLC through terminal

Опубликовано: 13 Октябрь 2024
на канале: T4Technology
80
1

Installing Google Chrome on Ubuntu
To install Google Chrome on your Ubuntu system, follow these steps:
1. Download Google Chrome
Download the latest Google Chrome .deb package with wget:
wget https://dl.google.com/linux/direct/go...
2. Install Google Chrome
Install the Google Chrome .deb package by typing:
sudo apt install ./google-chrome-stable_current_amd64.deb

Installing VLC on Ubuntu
Step 1 – Prerequsities
sudo apt update
sudo apt upgrade
Step 2 – Install VLC on Ubuntu
sudo apt install snap -y
sudo snap install vlc

#Chrome #VLC #terminal