انجمنهای فارسی اوبونتو
تازه کار => انجمن تازهکاران => نویسنده: majid0642 در 04 اسفند 1391، 01:57 بظ
-
سلام
من از ابونتو12.04 استفاده میکنم و برنامه wine رو از لینک
http://www.mediafire.com/?ue3odullfsg6fvt
با ویندوز xpدانلود کردم و توی درایوی به اسم Ax کپی کردم
حالا میخوام توی ابونتو12.04 نصب کنم دستورات ترمینال زیاد وارد نیستم میشه نحوه نصب رو بگید
با تشکر ;)
-
سلام
من از ابونتو12.04 استفاده میکنم و برنامه wine رو از لینک
http://www.mediafire.com/?ue3odullfsg6fvt
با ویندوز xpدانلود کردم و توی درایوی به اسم Ax کپی کردم
حالا میخوام توی ابونتو12.04 نصب کنم دستورات ترمینال زیاد وارد نیستم میشه نحوه نصب رو بگید
با تشکر ;)
سافتور سنتر رو باز کن و wine رو سرچ کن و نصب کن
-
مرسی کیان
اما سرعت نتم اونقدر زیاد نیست که بخوام دوباره دانلود کنم ](*,)
اگه راه حلی هست ذکر کنید ممنون
-
از حالت فشرده خارج کن ، فایلی به اسم install یا readme داره ، اونو بخون ، توش گفته چیکار کنی ، اگه بازم نشد ، کارهایی که گفته رو بگو تا ریزتر کنیم واست :)
-
این محتوای فایلREADME
/
1. INTRODUCTION
Wine is a program which allows running Microsoft Windows programs
(including DOS, Windows 3.x, Win32, and Win64 executables) on Unix.
It consists of a program loader which loads and executes a Microsoft
Windows binary, and a library (called Winelib) that implements Windows
API calls using their Unix or X11 equivalents. The library may also
be used for porting Windows code into native Unix executables.
Wine is free software, released under the GNU LGPL; see the file
LICENSE for the details.
2. QUICK START
Whenever you compile from source, it is recommended to use the Wine
Installer to build and install Wine. From the top-level directory
of the Wine source (which contains this file), run:
./tools/wineinstall
Run programs as "wine program". For more information and problem
resolution, read the rest of this file, the Wine man page, and
especially the wealth of information found at http://www.winehq.org.
3. REQUIREMENTS
To compile and run Wine, you must have one of the following:
Linux version 2.0.36 or above
FreeBSD 6.3 or later
Solaris x86 9 or later
NetBSD-current
Mac OS X 10.4 or later
As Wine requires kernel-level thread support to run, only the operating
systems mentioned above are supported. Other operating systems which
support kernel threads may be supported in the future.
Linux info:
While Linux 2.2.x should still work and Linux 2.0.x may still work
(older 2.0.x versions had thread-related crashes),
it's best to have a current kernel such as 2.4.x or 2.6.x.
FreeBSD info:
Wine will generally not work properly on versions before FreeBSD
6.3 or 7.0, and FreeBSD 6.3 has additional patches available. See
http://wiki.freebsd.org/Wine for more information.
Solaris info:
You will most likely need to build Wine with the GNU toolchain
(gcc, gas, etc.). Warning : installing gas does *not* ensure that it
will be used by gcc. Recompiling gcc after installing gas or
symlinking cc, as and ld to the gnu tools is said to be necessary.
NetBSD info:
Make sure you have the USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG options
turned on in your kernel.
Mac OS X info:
You need Xcode 2.4 or later to build properly on x86.
Supported file systems:
Wine should run on most file systems. A few compatibility problems
have also been reported using files accessed through Samba. Also,
NTFS does not provide all the file system features needed by some
applications. Using a native Linux file system such as ext3 is
recommended.
Basic requirements:
You need to have the X11 development include files installed
(called xlib6g-dev in Debian and XFree86-devel in Red Hat).
Of course you also need "make" (most likely GNU make).
You also need flex version 2.5.33 or later and bison.
Optional support libraries:
Configure will display notices when optional libraries are not found
on your system. See http://wiki.winehq.org/Recommended_Packages for
hints about the packages you should install.
On 64-bit platforms, if compiling Wine as 32-bit (default), you have
to make sure to install the 32-bit versions of these libraries; see
http://wiki.winehq.org/WineOn64bit for details. If you want a true
64-bit Wine (or a mixed 32-bit and 64-bit Wine setup), see
http://wiki.winehq.org/Wine64 for details.
4. COMPILATION
In case you chose to not use wineinstall, run the following commands
to build Wine:
./configure
make
This will build the program "wine" and numerous support libraries/binaries.
The program "wine" will load and run Windows executables.
The library "libwine" ("Winelib") can be used to compile and link
Windows source code under Unix.
To see compile configuration options, do ./configure --help.
5. SETUP
Once Wine has been built correctly, you can do "make install"; this
will install the wine executable and libraries, the Wine man page, and
other needed files.
Don't forget to uninstall any conflicting previous Wine installation
first. Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall"
before installing.
Once installed, you can run the "winecfg" configuration tool. See the
Support area at http://www.winehq.org/ for configuration hints.
6. RUNNING PROGRAMS
When invoking Wine, you may specify the entire path to the executable,
or a filename only.
For example: to run Notepad:
wine notepad (using the search Path as specified in
wine notepad.exe the registry to locate the file)
wine c:\\windows\\notepad.exe (using DOS filename syntax)
wine ~/.wine/drive_c/windows/notepad.exe (using Unix filename syntax)
wine notepad.exe readme.txt (calling program with parameters)
Wine is not perfect, so some programs may crash. If that happens you
will get a crash log that you should attach to your report when filing
a bug.
7. GETTING MORE INFORMATION
WWW: A great deal of information about Wine is available from WineHQ at
http://www.winehq.org/ : various Wine Guides, application database,
bug tracking. This is probably the best starting point.
FAQ: The Wine FAQ is located at http://www.winehq.org/FAQ
Wiki: The Wine Wiki is located at http://wiki.winehq.org
Mailing lists:
There are several mailing lists for Wine users and developers;
see http://www.winehq.org/forums for more information.
Bugs: Report bugs to Wine Bugzilla at http://bugs.winehq.org
Please search the bugzilla database to check whether your
problem is already known or fixed before posting a bug report.
IRC: Online help is available at channel #WineHQ on irc.freenode.net.
Git: The current Wine development tree is available through Git.
Go to http://www.winehq.org/git for more information.
If you add something, or fix a bug, please send a patch (preferably
using git-format-patch) to the wine-patches@winehq.org list for
inclusion in the next release.
--
Alexandre Julliard
julliard@winehq.org
اینم خود README 6kb
http://s2.picofile.com/file/7666786983/README.html
ممنون
-
با اینی که شما دانلود کردی هیچ کاری نمیشه کرد. قبل از خود واین (wine) بستههای زیر هم باید نصب باشن.
cabextract cups cups-bsd cups-client fontconfig-config fonts-horai-umefont fonts-unfonts-core gcc-4.7-base:i386
gir1.2-gst-plugins-base-0.10 gnome-exe-thumbnailer icoutils libasn1-8-heimdal:i386 libasound2:i386 libasound2-plugins:i386
libasyncns0:i386 libavahi-client3:i386 libavahi-common-data:i386 libavahi-common3:i386 libc6:i386 libcapi20-3:i386 libcomerr2:i386
libcups2 libcups2:i386 libdb5.1:i386 libdbus-1-3:i386 libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386
libexif12:i386 libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1 libfontconfig1:i386 libfontconfig1-dev libfreetype6
libfreetype6:i386 libfreetype6-dev libgcc1:i386 libgcrypt11:i386 libgd2-xpm:i386 libgif4:i386 libgl1-mesa-dri:i386 libgl1-mesa-glx:i386
libglapi-mesa:i386 libglib2.0-0 libglib2.0-0:i386 libglib2.0-bin libglib2.0-dev libglu1-mesa:i386 libgnutls26 libgnutls26:i386
libgpg-error0:i386 libgphoto2-2:i386 libgphoto2-port0:i386 libgpm2:i386 libgssapi-krb5-2:i386 libgssapi3-heimdal:i386
libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-0:i386 libgstreamer-plugins-base0.10-dev libgstreamer0.10-0:i386
libhcrypto4-heimdal:i386 libheimbase1-heimdal:i386 libheimntlm0-heimdal:i386 libhx509-5-heimdal:i386 libice6:i386 libieee1284-3:i386
libjack-jackd2-0:i386 libjbig0:i386 libjpeg-turbo8:i386 libjpeg8:i386 libjson0:i386 libk5crypto3:i386 libkeyutils1:i386
libkrb5-26-heimdal:i386 libkrb5-3:i386 libkrb5support0:i386 liblcms1:i386 libldap-2.4-2:i386 libllvm3.1:i386 libltdl7:i386 liblzma5:i386
libmpg123-0:i386 libncurses5:i386 libnss-winbind libogg0:i386 libopenal1:i386 liborc-0.4-0:i386 libosmesa6 libosmesa6:i386
libp11-kit0:i386 libpam-winbind libpciaccess0:i386 libpcre3:i386 libpng12-0:i386 libpulse0:i386 libroken18-heimdal:i386
libsamplerate0:i386 libsane:i386 libsasl2-2:i386 libsasl2-modules:i386 libselinux1:i386 libsm6:i386 libsndfile1:i386 libspeexdsp1:i386
libsqlite3-0:i386 libssl1.0.0:i386 libstdc++6:i386 libtasn1-3:i386 libtiff4:i386 libtiff5:i386 libtinfo5:i386 libtxc-dxtn-s2tc0:i386
libusb-0.1-4:i386 libusb-1.0-0:i386 libuuid1:i386 libv4l-0:i386 libv4lconvert0:i386 libvorbis0a:i386 libvorbisenc2:i386
libwind0-heimdal:i386 libwrap0:i386 libx11-6:i386 libx11-xcb1:i386 libxau6:i386 libxcb-glx0:i386 libxcb1:i386 libxcomposite1:i386
libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386 libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 libxml2 libxml2:i386
libxml2-dev libxpm4:i386 libxrandr2:i386 libxrender1:i386 libxslt1.1:i386 libxt6:i386 libxxf86vm1:i386 odbcinst odbcinst1debian2
ttf-mscorefonts-installer unixodbc winbind wine-gecko1.9 wine-gecko1.9:i386 wine-mono0.0.8 wine1.5 wine1.5-amd64 wine1.5-i386:i386
winetricks zlib1g:i386
-
لینک اصلی wine توی پست اول هستش
http://www.mediafire.com/?ue3odullfsg6fvt
18MB حجم داره وقتی با ویندوزXP از حالت فشرده خارج میکنم میشه یه فایل 138مگابایتی و فرمت فایل 138مگابایتی هم tar_2 هستش
فایل راهنماش readme رو هم که گذاشتم طریقه نصب رو میگه ولی زبان انگلیسیم زیاد خود نیست
اگه میشه کمکم کنید توی ابونتو12.04 چطور نصبش کنم
با تشکر
-
من تو اوبونتو ۱۲٫۱۰ برای نصبش از طریق مخازن باید ۲۵۰ مگابایت دانلود کنم.
-
من باید چکار کنم؟آموزش نصبwineاز طریق پکیج کسی بلد نیست؟
-
نسخه ای که برات مناسبه رو دانلود و نصب کن. قبلش باید پیش نیازهاش نصب باشه:
- wine1.4-amd64_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-amd64_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (20.6 MiB)
- wine1.4-common_1.4.1-0ubuntu1~precise1~ppa4_all.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-common_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_all.deb) (968 bytes)
- wine1.4-dbg_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dbg_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (42.0 MiB)
- wine1.4-dbg_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dbg_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (41.2 MiB)
- wine1.4-dev_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dev_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (2.4 MiB)
- wine1.4-dev_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dev_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (2.4 MiB)
- wine1.4-i386_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-i386_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (19.1 MiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4.debian.tar.gz (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4.debian.tar.gz) (109.4 KiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4.dsc (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4.dsc) (2.3 KiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (1.1 MiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (1013.0 KiB)
- wine1.4_1.4.1.orig.tar.bz2 (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1.orig.tar.bz2) (19.2 MiB)
-
نسخه ای که برات مناسبه رو دانلود و نصب کن. قبلش باید پیش نیازهاش نصب باشه:
- wine1.4-amd64_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-amd64_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (20.6 MiB)
- wine1.4-common_1.4.1-0ubuntu1~precise1~ppa4_all.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-common_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_all.deb) (968 bytes)
- wine1.4-dbg_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dbg_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (42.0 MiB)
- wine1.4-dbg_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dbg_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (41.2 MiB)
- wine1.4-dev_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dev_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (2.4 MiB)
- wine1.4-dev_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-dev_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (2.4 MiB)
- wine1.4-i386_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4-i386_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (19.1 MiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4.debian.tar.gz (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4.debian.tar.gz) (109.4 KiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4.dsc (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4.dsc) (2.3 KiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4_amd64.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_amd64.deb) (1.1 MiB)
- wine1.4_1.4.1-0ubuntu1~precise1~ppa4_i386.deb (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1-0ubuntu1%7Eprecise1%7Eppa4_i386.deb) (1013.0 KiB)
- wine1.4_1.4.1.orig.tar.bz2 (https://launchpad.net/%7Eubuntu-wine/+archive/ppa/+files/wine1.4_1.4.1.orig.tar.bz2) (19.2 MiB)
خودش موقع نصب چک میکنه پیش نیازهاش رو هم نصب میکنه :) من که یه بار خواستم یه deb نصب کنم خودش نوشت که داره پیش نیازها رو دانلود میکنه :) عجب سیستم عامل باهوش و عاقلی داریم ;D
-
به نظر من برای این که هی سر و کله نزنید با مشکلات بهتره که
برید توی سافتوار منیجر اوبونتو و بنویسید playonlinux بعد مثل بچه آدم خودش واین رو دانلود میکنه و شما میتونی به صورت گرافیکی مدیریتش کنی و ...
هر چند داشتن یه ویندوز تو ویچرال باکس یا در کنار توزیع لینوکستون خیلی دردسر کمتره
من که توبه کردم واین نصب کنم رو لینوکس ](*,) ](*,) ](*,)