Installing
-
2. Downloading TeamViewer
Download Latest TeamViewer for Fedora
Possibly, on Firefox Prompt Choose “Save File”:
-
3. Installing TeamViewer
Installing TeamViewer.
-
By Desktop Package Installer.
Simply Right-Click >> Open with Package Installer and Follow…
-
On Shell.
First, access the Target Folder with:
cd ~/Downloads
Possibly, to check the Package is there:
ls | grep teamviewer
The grep Command refine the output List showing only the entries Matching the Keyword.
But if yuo are in Trouble to Find it Out on Terminal See: How to Access Downloads Folder from Browser.
And then to Setup it play:For Fedora < 22:
sudo su -c "yum install ./teamviewer*.rpm"
For Fedora 22+:
sudo su -c "dnf install ./teamviewer*.rpm"
-
Contents