Results 1 to 3 of 3

Thread: wine installation issue

  1. #1
    Join Date
    Oct 2017
    Beans
    1

    Unhappy wine installation issue




    why i can not install bitvise client application
    I've tried wine to winehq,
    Please help.
    I am using ubuntu 16.04

  2. #2
    Join Date
    Aug 2009
    Location
    Charleston, SC (USA)
    Beans
    1,779

    Re: wine installation issue

    Hi Garong. I'm not sure why you are wanting to install Bitvise on Ubuntu with Wine. Linux has native SSH support which can be used in the terminal.

    Code:
    ssh <username>@<IPaddress>
    If you want a GUI so you can store all the different SSH servers you connect to there is a port of PuTTY SSH Client in the Ubuntu repositories!
    Code:
    sudo apt install putty
    Caboose
    "When our actions do not, our fears do make us traitors." -- Shakespeare
    "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not!" -- Dr. Seuss


  3. #3
    Join Date
    Aug 2009
    Location
    Charleston, SC (USA)
    Beans
    1,779

    Re: wine installation issue

    If you insist on installing Bitvise you can install it with the following.

    Code:
    sudo apt install wine
    Code:
    winecfg
    Add the installer program under the applications. For Windows Version choose Windows XP. Click "Apply" and then "OK". After that in your terminal run the following
    Code:
    wine <pathToInstaller>/BvSshClient-Inst.exe
    After Bitvise is installed it should automatically launch. It can also be found under your Dash as well.

    Caboose
    "When our actions do not, our fears do make us traitors." -- Shakespeare
    "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not!" -- Dr. Seuss


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
  •