Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: installing teanviewer

  1. #1
    Join Date
    Nov 2012
    Beans
    14

    installing teanviewer

    hi
    i am totally new to linux, i want to install teamviewer, i have downloaded it and tried to install it by using

    sudo dpkg--install teanviewer_linux_x64.deb

    and it gives me an error that

    sudo: dpkg--install: comand not found

    can anyone help me on that i need to install teamviewer please
    Regards

  2. #2
    Join Date
    Dec 2009
    Beans
    4

    Re: installing teanviewer

    Hey sunny12345 (loving the creativity with the name ),

    Have you tried navigating the terminal to the correct folder that the TeamViewer programme is?

    This is a good place to learn how to navigate the terminal (that's if you don't know of course )
    http://ubuntuforums.org/showthread.php?t=908543

    Hope this helps and hope you're enjoying Linux too (:
    Last edited by Robocracy; November 7th, 2012 at 11:38 AM. Reason: Left out somethin

  3. #3
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: installing teanviewer

    Hello, and welcome to Ubuntu and the forums!

    For future reference, commands entered at the terminal and results from terminal commands should be surrounded by code tags when you post them, like this:

    [CODE]Command
    or
    output
    here[/CODE]

    (An easy way to do this is to highlight the command/output and click the button with # right above the composition frame.)

    Also, copying and pasting is usually a much better idea than retyping commands. A single character mistake throws everything off. (Keyboard shortcuts for copy and paste in the the terminal are Ctrl+Shift+C and Ctrl+Shift+V.)

    Code:
    sudo dpkg --install teanviewer_linux_x64.deb
    Jane, stop this crazy thing!

  4. #4
    Join Date
    Nov 2012
    Beans
    14

    Re: installing teanviewer

    thx for your reply Robocracy
    i have saved it into my Downloads and then using the comand lines which i found on the internet, i am using linux for the first time, could you possibly guide me how to install teamviewer?
    Regards

  5. #5
    Join Date
    Dec 2009
    Beans
    4

    Re: installing teanviewer

    Well I'm hoping I'm going to get this right, so here goes:

    You head over to the 'Terminal' and you enter

    Code:
    cd /home/[insert your username here without the square brackets]/Downloads
    then you should get the initial command line change from

    Code:
    [username]@[computer name]:~$
    to

    Code:
    [username]@[computer name]:~/Downloads$
    now enter

    Code:
    sudo dpkg --install teanviewer_linux_x64.deb
    Hopefully that'll sort everything out (:

  6. #6
    Join Date
    Nov 2012
    Beans
    14

    Re: installing teanviewer

    i am doing the same and its giving me an error:

    Errors were encounted while processing:
    teamviewer7: i386

  7. #7
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: installing teanviewer

    Hi ,

    If the error you received is due to missing dependencies , you can try to correct with this command

    Code:
    sudo apt-get install -f
    or else, make sure you downloaded the correct architecture 32bit or 64bit.

    You can see what arch is your system with these commands
    Code:
    lscpu | grep Arch
    uname -a
    x86_64= 64 bit
    i686 or X86 = 32bit

    The other thing is that teamviewer is available to another form , where you not need to install something. Scroll down the page and you will see
    Other systems (not officially supported)
    Download tar.gz v7.0.9377


    You can download this package and extract the contents and then run teamviewer with a simple command in terminal.

    We assume you downloaded and extracted the contents to Downloads folder, open a terminal and do
    Code:
    cd Downloads 
    ./teamviewer
    Is running ?

  8. #8
    Join Date
    Nov 2012
    Beans
    14

    Re: installing teanviewer

    nothing seems to work for me!!

  9. #9
    Join Date
    Nov 2010
    Location
    India
    Beans
    Hidden!

    Re: installing teanviewer

    open your terminal and do these steps one by one
    Code:
    wget http://www.teamviewer.com/download/teamviewer_linux.deb
    sudo dpkg -i teamviewer_linux.deb
    execute them one by one .
    Dont miss anything even it is small. one small pin is enough to bring down a man.


  10. #10
    Join Date
    Nov 2005
    Location
    Lincolnshire, UK
    Beans
    1,461
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: installing teanviewer

    Firstly, spelling is important when installing software and this thread refers to both "teamviewer" and "teanviewer".

    Assuming you actually want to install "teamviewer_linux_x64.deb" then simply download this file to the location of your choice then double-click on the downloaded file to start the gdebi installer. This should request your password and then install the package automatically.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •