Subscribe For Free Updates!

We'll not spam mate! We promise.

How To Run Windows Software on Ubuntu with Wine

Linux is a great operating system, but its software catalog can be lacking. If there’s a Windows game or other app you just can’t do without, you can use Wine to run it right on your Ubuntu desktop.



Wine is a work in progress, so it won’t run every application perfectly — in fact, some applications may not run at all — but it’s improving all the time. This beginner’s guide will get you up and running with Wine.


Wine Application Database: (http://appdb.winehq.org/)

The process of finding out whether an application will work with Wine and tweaking it to work can be tedious, so the Wine project hosts an application database known as the Wine AppDB. Search the database for an application to see ratings, comments, tips, guides and tweaks left by other users.




Platinum-rated applications run perfectly, with no tweaks required, while garbage-rated applications don’t run at all.



For many apps, particularly popular ones, you’ll find a full guide to installing your application in Wine, as well as tweaks to fix any annoying issues.





Installing Wine:

You’ll find Wine available in the Ubuntu Software Center. Both stable and beta versions are available — here, version 1.2 is stable and version 1.3 is beta. The stable version is more tested — sometimes, a regression in the beta version can cause an application to stop working, but some applications will only work with the newer, beta version. An application’s entry in the Wine application database sometimes contains information about the necessary version of Wine you’ll need.





Running an Application:

Once you’ve got Wine installed, you can download an application’s EXE or MSI (Microsoft Installer) file and double-click it — just like you would if you were using Windows — to run it with Wine.




This isn’t always the best way to run an application. If you’re encountering a problem, you can run the application from the terminal to see detailed error messages that can help you troubleshoot the problem. Just use the following command:

wine /path/to/application.exe

If you have an MSI file instead, use the following command to install it:

wine msiexec /i /path/to/installer.msi




Bear in mind that many of the error messages don’t matter. For example, the fixmemessage here indicates that Wine doesn’t contain support for a specific function yet, but the application runs fine without this function.
If the application requires installation, install it as if you were using Windows.




Once it’s installed, you’ll find its shortcuts in your applications menu, and possibly on your desktop.




Wine’s Utilities:




The Wine package comes with a few utilities, which you can access from the applications menu. Just type Wine in the application menu to search for them.

Wine’s configuration dialog contains a variety of options, some of which you may need to get applications working. You can set the Windows version Wine behaves as, or set specific Windows versions for each individual applicaiton. Other options include graphics, audio and theming settings.




The Uninstall Wine Software utility lists your installed software and allows you to remove programs.




The package also includes Winetricks, a helper script that automates some tasks. Winetracks can guide you through installing certain popular applications and games — you won’t find every supported application here, though.




The Registry & File System

Many applications require registry tweaks to work properly. You’ll often find information about which registry entries to modify on the application database. Execute the regedit command from a terminal to access Wine’s registry editor.




Wine uses a virtual Windows file system, which is stored in the hidden .wine folder in your home folder. Use the View -> Show Hidden Files option in the file manager to reveal it. Once you have, you’ll find a folder named drive_c in the .wine folder — this folder contains the contents of Wine’s C: drive.





Fun, geeky fact: Wine stands for “Wine is not a Windows emulator.” It doesn’t emulate Windows; it’s an implementation of the Windows API for Linux, Mac OS X, Solaris and the BSD family of operating systems.



Easily Install Windows Games & Software on Linux with PlayOnLinux




PlayOnLinux provides a point-and-click interface to automatically install and tweak Windows software on Linux. It’s like a package manager — but for Windows games and other applications on Linux.
We’ve covered using Wine to run Windows software on Ubuntu and other Linux distributions in the past. PlayOnLinux automates this tedious process for the applications it supports. It provides a list of applications you can install and automates each installation process as much as possible.


Installation:

PlayOnLinux is in Ubuntu’s software repositories, so you can grab it from the Ubuntu Software Center or install it with the following command:

sudo apt-get install playonlinux

If you want the latest version, you can download it from the PlayOnLinux website. Download the .deb file for Ubuntu and double-click it to start the installation.




If you want to keep up-to-date with the latest version, run the four commands on the page to add the PlayOnLinux software repository to your system. New versions of PlayOnLinux will appear in Ubuntu’s Update Manager if you do this.



PlayonLinux uses Wine as its backend. Installing it will also install Wine and other required software on your system.



Getting Started:

Once it’s installed, you’ll find PlayOnLinux in your applications menu.



PlayOnLinux starts with a wizard that automatically downloads any other required software, including the Microsoft core fonts.



Installing Applications:

Once it’s done, click the Install button on the toolbar or select Install from the File menu.



Use the install window to browse available applications or search for applications. PlayOnLinux has more games than any other type of software — Linux has a lot of great alternatives to Windows software, but games are still a weak point.



Games aren’t the only category of software on offer, though. You’ll find Internet Explorer 6 and 7, Apple iTunes and Safari, Adobe Photoshop CS4, and Microsoft Office 2000, 2003, and 2007 in the list.



Click the Install button after selecting an application and you’ll see an installation wizard.



Depending on the application you selected, PlayOnLinux may automatically download the program’s installer, ask you to download and browse to the setup file, or have you insert the program’s CD or DVD into your computer’s disc drive.



Launching and Managing Applications:



After Windows applications are installed, you’ll see them in the main PlayOnLinux window. You can launch them from the PlayOnLinux window or from the shortcuts on your desktop.

Use the Remove or Shortcut buttons on the toolbar to uninstall apps or create new shortcuts.


Wine Versions:



Some applications only work with a specific version of Wine. PlayOnLinux automatically downloads and installs the appropriate version of Wine for each application, saving you the hassle.

You can view your installed versions of Wine from the Manage Wine Versions option under the Tools menu.



Other Features:


Click the Configure button to easily perform common configuration tasks.



PlayOnLinux also includes several plugins. The Capture plug-in lets you record screen capture videos, the PlayOnLinux Vault lets you save and restore your installed applications, and the Wine Look plugin lets you change the theme Windows applications use.



10 Awesome Indicator Applets for Ubuntu’s Unity Desktop

If you’ve used Ubuntu a while, you might remember GNOME applets – icons that sat on your panel and gave you access to controls and information. If you miss panel applets, try installing third-party indicator applets for Ubuntu’s Unity desktop.




 There are a wide variety of indicator applets available for Unity, most of which aren’t available in Ubuntu’s default software repositories. The commands to install the indicator applets provided here were tested on Ubuntu 12.04.

After installing an indicator, you may have to search for it and activate it from your Dash, launch it with a command, or log out and log back in. This behavior depends on the indicator.

1. Weather


The weather indicator applet provides constantly updating weather information right on your panel. Install it with the following command:

command:
sudo apt-get install indicator-weather

Launch the Weather indicator from the Dash after installing it.




2. System Load / Performance

The system load indicator shows you graphs of your system performance on your panel – like the old GNOME System Monitor applet used to. It shows a graph of your CPU activity by default, but it can show graphs for more than one type of resource at a time – from its preferences, you can enable graphs for network activity, memory, and other system resources.

command:
sudo apt-get install indicator-multiload

Launch this indicator from the Dash after installation.





3. CPU Frequency

The CPU frequency scaling indicator shows you the current speed of your CPU and lets you control its policy – for example, you can force a certain CPU speed, enable power-saving mode, or enable high-performance mode.

command:

sudo apt-get install indicator-cpufreq

Launch the indicator by running the following command after installing it:

indicator-cpufreq




4. Ubuntu One

If you use Ubuntu One, you might want an indicator applet that shows you Ubuntu One’s status – including your current file transfers and available space – without having to open Ubuntu One’s configuration window. The unofficial Ubuntu One indicator provides this information. Install it with the following commands:

command:
sudo add-apt-repository ppa:rye/ubuntuone-extras
sudo apt-get update
sudo apt-get install indicator-ubuntuone

Log out and log back in. The indicator will automatically start.





5. Classic Menu


The classic menu indicator provides a classic, GNOME 2-style menu on your panel in Unity. Install it with the following commands:

command:
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator

Launch ClassicMenu Indicator from the Dash after installing it.





6. Recent Notifications

The recent notifications indicator provides a list of recent notifications that Ubuntu has shown to you – anything that came through the notification daemon appears here. You’ll be able to view all your recent notifications, even if you were away from your computer when they appeared.

commands:
sudo add-apt-repository ppa:jconti/recent-notifications
sudo apt-get update
sudo apt-get install indicator-notifications

Log out and log back in. The indicator will automatically appear.




7. Touchpad


The touchpad indicator allows you to easily disable and enable your laptop’s touchpad — right from the panel. Run the following commands to install it:

commands
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

After installing the indicator, launch it from your Dash.




8. Hardware Sensors


The hardware sensors indicator shows you information from your system’s hardware sensors, such as the temperatures of your system’s hardware and the speed of its fans. Install it with the following commands:

commands:
sudo add-apt-repository ppa:alexmurray/indicator-sensors
sudo apt-get update
sudo apt-get install indicator-sensors

Launch the indicator from the Dash after installing it.




9. Caffeine

The caffeine indicator allows you to prevent Ubuntu from going to sleep. For example, this may be useful if you’re watching videos in an application that doesn’t automatically inhibit Ubuntu’s sleep behavior. Use the following commands to install it:

commands:
sudo add-apt-repository ppa:caffeine-developers/ppa
sudo apt-get update
sudo apt-get install caffeine

Launch Caffeine from the Dash after installing it.





10. Keylock

The keylock indicator applet shows you whether your caps lock, num lock, or scroll lock keys are on. Use these commands to install it:

sudo add-apt-repository ppa:tsbarnes/indicator-keylock
sudo apt-get update
sudo apt-get install indicator-keylock

Launch Indicator-Lockkeys from the dash after installing it.



These are the things that i have installed and searched to be a best applet indicator for ubuntu, if you have any suggestions just comment below

Top 5 Best Linux OS Distributions



My personal favorite was Ubuntu for desktop (#1 in this list) and Red Hat for servers (#5 in this list).



1. Ubuntu



Like most of you, Ubuntu is my #1 choice for desktop Linux. I use it both at home and work. Ubuntu is the #1 in the Linux desktop market and some use Ubuntu for the servers also. Ubuntu offers the following three editions.
  1. Ubuntu Desktop Edition
  2. Ubuntu Server Edition
  3. Ubuntu Notebook Remix