Server Administration

  Home arrow Server Administration arrow Page 4 - Wine: Not Another Emulator
SERVER ADMINISTRATION

Wine: Not Another Emulator
By: Gabor Bernat
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2009-11-04

    Table of Contents:
  • Wine: Not Another Emulator
  • Wine: a history lesson
  • Features and potential issues
  • Setting it up

  •  
     

    SEARCH CODEWALKERS

    TOOLS YOU CAN USE

    advertisement

    Wine: Not Another Emulator - Setting it up


    (Page 4 of 4 )

    Let us see what we have. First we need to get the application. Choose the correct version for your computer from the official download page here and act as indicated. For demonstration purposes I will focus on the approach for Ubuntu 8.10.

    The easiest and most straight forward approach if you have an Internet connection is to just enter the following commands into the terminal. First add Wine to your list of trusted applications.

    wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add –

     

    Add the repository to the system's APT sources list:

     

    sudo wget

    http://wine.budgetdedicated.com/apt/
    sources.list.d/intrepid.list -O /etc/apt/sources.list.d/winehq.list

     

    Update the package information.

     

    sudo apt-get update

     

    Install the application:

     

    sudo apt-get install wine

    You can find the terminal via Accessories-> Terminal. Enter the password, and once the installation is done, a new menu should appear.

     

    You can already see a couple of applications installed within the wine list. The installation of all their setups will be similar to what you would do on Linux. All you need to do is open with Wine, as shown in the picture below.

    As I've already mentioned, at the time of writing the team was not yet finished with the complete Windows API. Even after 13 years of development, many things are yet not supported or integrated. Time will solve this, perhaps, or maybe a more massive investment. The first packages for 64-bit applications have been revealed; however, they are still only in the pre-beta stage. Completing the 32-bit Wine takes priority. 

    Given this, some applications may just work without any problem, while others simply refuse to start. To find out more, you can check a central database here that collects the overall reactions of users to programs. Here you can check to see whether or not any particular application works as it should. Based on Wine's overall behavior, there exist four kinds of applications: platinum, gold, silver, and bronze.

    You may check out your favorite applications to see at which rank they are in the list. In my next article you'll see that I tried some of the most popular ones; this will help you to see if you can make the migration to Linux from Windows fairly easily. There I will also cover how Wine's third party applications try to make your life easier. 

    Thank you for reading my article. I would like to encourage you to rate it. If you have any questions related to this article you are free to add them in the blog comments. If you want to debate longer or just have other questions you can visit and join the DevHardware forum, and address your questions to our group of experts. Live With Passion!


    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.
    blog comments powered by Disqus

    SERVER ADMINISTRATION ARTICLES

    - Server Responses to Client Communication
    - Authentication in Client/Server Communication
    - Client/Server Communication
    - Understanding Awk in the UNIX Shell
    - Stream Editor in the UNIX Shell
    - Processes in the UNIX Shell
    - Migrating from Windows to Wine
    - Wine: Not Another Emulator
    - Preventive Measures to Block SSH Attacks
    - Monitoring Temperatures with Cacti
    - Cacti: RRDTool-based Graphing Solution
    - Network Magic 5.0 Review
    - Netfilter and Iptables Overview
    - Installing and Configuring Squid
    - Clickfree PC Backup Systems Compared


    © 2003-2012 by Developer Shed. All rights reserved. DS Cluster 4 - Follow our Sitemap