Results 1 to 4 of 4

Thread: Winetricks download?

  1. #1
    Join Date
    Oct 2011
    Beans
    6

    Winetricks download?

    I'm trying to install winetricks, but the download link isn't what I would consider a "download"... It's just a page with some script. I used to use windows but switched to ubuntu just recently- so is this just the way you download things in linux? No dialog boxes, just script that you put into a text editor and turn into a program? I'm confused and I'd like to know for sure what i'm supposed to do with this link... http://winetricks.org/winetricks

    Thanks!

  2. #2
    Join Date
    Jul 2009
    Beans
    516
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Winetricks download?

    That's a script that you need to download and then run, it's akin to a windows 'batch' script but far more powerful. Type the following into a terminal to download and run the script.
    Code:
    wget -O /tmp/winetricks http://winetricks.org/winetricks
    chmod +x /tmp/winetricks
    sudo /tmp/winetricks
    Explanation:
    1) wget downloads the file to the /tmp directory
    2) chmod sets the file as being executable
    3) runs the script as root

    See the install guide for more information.
    Mark your thread as [SOLVED], use Thread Tools on forum page.

  3. #3
    Join Date
    Oct 2011
    Beans
    6

    Re: Winetricks download?

    Thank you so much! This whole operating system is so weird to me, I've never actually done this kind of thing with windows

  4. #4
    Join Date
    Apr 2010
    Beans
    1,584
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Winetricks download?

    Quote Originally Posted by mellottb12 View Post
    Thank you so much! This whole operating system is so weird to me, I've never actually done this kind of thing with windows
    There is a much easier way to install PlayOnLinux and Winetricks:

    http://debianhelp.wordpress.com/2011...neiric-ocelot/

    about half the way down the list..

Tags for this Thread

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
  •