Monday, April 29, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 8293  / 1 Year ago, thu, january 19, 2023, 3:55:39

i am trying to install teamviewer and i am getting the following error and the entire process is as follows



kittu@kittu-355V4C-356V4C-3445VC-3545VC:~$ sudo dpkg -i teamviewer_linux_x64.debdpkg: error processing archive teamviewer_linux_x64.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
teamviewer_linux_x64.deb


the file is in home/downloads/teamviewer_linux_x64.deb


More From » software-installation

 Answers
7

You are trying to execute the command in the wrong directory. You have two ways to correct it and get going:




  1. Using the GUI:




    • Open files(the file browser in ubuntu) and go to your Downloads directory(this should be visible when you open the file browser) and then double click on the team viewer .deb file.


    • This will open the software center and take some time to load everything and then you should see the install button on the top right hand side.


    • Click on "Install" and this will install team viewer for you.



  2. Using the command-line:




    • Open a terminal (press Alt+F2 and type gnome terminal and open the application) and then type the following one line at a time:



      cd ~/Downloads
      sudo dpkg -i teamviewer_linux_x64.deb




and then enter your password when prompted and press Return.


[#24792] Thursday, January 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
shionnky

Total Points: 276
Total Questions: 104
Total Answers: 108

Location: Montenegro
Member since Thu, Jun 16, 2022
2 Years ago
shionnky questions
;