×


Category: Laravel


Install Zoom Client on Fedora 35 - Step by step guide ?

This article covers how to install the Zoom Client on your Fedora 35 system. In fact Zoom provides free video call, chat, and remote desktop sharing services but with time and participant limitations. 


How to Install Zoom Client on Fedora ?

Zoom client is available in RPM packaged format for Fedora. 

1. Use the wget command to download the package in the terminal:

$ wget https://zoom.us/client/latest/zoom_x86_64.rpmCOPY

2. Once the Zoom client package is downloaded, install it with the dnf command:

$ sudo dnf install -y zoom_x86_64.rpm


How to Install zoom-client on Fedora via snaps ?

1. Enable snaps on Fedora and install zoom-client:

$ sudo dnf install snapd

2. To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:

$ sudo ln -s /var/lib/snapd/snap /snap

3. To install zoom-client, simply use the following command:

$ sudo snap install zoom-client


Install VLC Media Player on Fedora 35 - Step by step guide ?

This article covers how to install the VLC Media Player on your Fedora 35 system. In fact, The VLC media player is an open-source, free portable, cross-platform media player software and streaming media server developed by the VideoLAN project.


How to Install VLC on Fedora via Snaps ?

1. Enable snapd

Snap can be installed on Fedora from the command line:

$ sudo dnf install snapd

2. Enable snap support

To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:

$ sudo ln -s /var/lib/snapd/snap /snap

3. Install VLC

To install VLC, simply use the following command:

$ sudo snap install vlc


Install Discord on Fedora 35 - Step by step guide ?

This article covers how to install Discord client on Fedora 35 Linux system. In fact, with Discord, Users communicate with voice calls, video calls, text messaging, media, and files in private chats or as part of communities called "servers". It is available on Windows, macOS, and Linux Distros.


How to Install Discord with Flatpack ?

1. First, you need to enable Flatpack for Fedora using the following command in your terminal:

$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

2. Next, install Discord using Flatpack as follows:

$ flatpak install flathub com.discordapp.Discord

Type "Y" twice (x2), then press the "ENTER KEY" to proceed with the installation. 


Install Brave Browser on Fedora 35 - Step by step guide ?

This article covers how to install the Brave web browser on your Fedora 35 system. In fact, Brave is a privacy-focused Internet web browser, which distinguishes itself from other browsers by automatically blocking online advertisements and website trackers in its default settings.