Help installing WINE and other software


 
Thread Tools Search this Thread
Operating Systems Solaris Help installing WINE and other software
# 8  
Old 05-11-2010
Did you add the contrib publisher ?
# 9  
Old 05-11-2010
sorry whats that how do i get that?
# 10  
Old 05-11-2010
I told you in post #2.
# 11  
Old 05-11-2010
ohh yes i did as you said and thats the msg that came up ive installed basiclly every thing that comes in the download manager to get it to run i must be doing some thing wrong could you tell me step by step pls ?

---------- Post updated at 12:58 AM ---------- Previous update was at 12:49 AM ----------

after installing the packages from download manager i tryd it agin this is what it looks like
drdex@opensolaris:~$ pkg set-authority -P -O http://pkg.opensolaris.org/contrib/ contrib.opensolaris.org

pkg: Could not operate on /var/pkg/cfg_cache
because of insufficient permissions. Please try the command again using pfexec
or otherwise increase your privileges.
drdex@opensolaris:~$ pkg install wine
DOWNLOAD PKGS FILES XFER (MB)
wine 0/1 0/1082 0.00/33.20
pkg: An unexpected error happened while preparing for install:
pkg: An error was encountered while attempting to retrieve package or file data for the requested operation.
pkg: Unable to create download directory /var/pkg/download/incoming-1788: Permission denied
# 12  
Old 05-11-2010
Part that should have warned you highlighted:
Quote:
Originally Posted by drdex
drdex@opensolaris:~$ pkg set-authority -P -O http://pkg.opensolaris.org/contrib/ contrib.opensolaris.org

pkg: Could not operate on /var/pkg/cfg_cache
because of insufficient permissions. Please try the command again using pfexec
or otherwise increase your privileges.
drdex@opensolaris:~$ pkg install wine
DOWNLOAD PKGS FILES XFER (MB)
wine 0/1 0/1082 0.00/33.20
pkg: An unexpected error happened while preparing for install:
pkg: An error was encountered while attempting to retrieve package or file data for the requested operation.
pkg: Unable to create download directory /var/pkg/download/incoming-1788: Permission denied
You obviously haven't the required privileges. Try again that way as the first message already suggests:
Code:
pfexec pkg set-authority -P -O http://pkg.opensolaris.org/contrib/ contrib.opensolaris.org
pfexec pkg install wine

# 13  
Old 05-17-2010
i tryd wot you said mate this is wot its done does that mean its installed ? how do i access the program?

drdex@opensolaris:~$ pfexec pkg set-authority -P -O http://pkg.opensolaris.org/contrib/ contrib.opensolaris.org
drdex@opensolaris:~$ pfexec pkg install wine
DOWNLOAD PKGS FILES XFER (MB)
Completed 1/1 1082/1082 33.20/33.20

PHASE ACTIONS
Install Phase 1119/1119
drdex@opensolaris:~$
# 14  
Old 05-18-2010
You run the program that way:
Code:
wine path/to/somecommand.exe

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Installing software -going insane

I have Solaris 10 update 11 installed on a virtual machine which I use for my lunix class (I'm studying I.T. but have little unix experience). So I have root access* I'm also do C programming in my course and would love to do it on my Solaris machine. So I looked into installing GCC and... (5 Replies)
Discussion started by: goformickey
5 Replies

2. Red Hat

Problem in installing wine on rhel 6-64bit

I have installled and configured wine on rhel 6 - 64bit system... When i run wine command i faced a problem : wine : could not exec wineserver and when i run wineserver command i got the following error : /usr/local/wine/bin/wineserver : /lib/ld-linux-x86-64.so.2 : bad ELF interpreter NO... (1 Reply)
Discussion started by: anuajay1988
1 Replies

3. HP-UX

Installing software other than default directory

Hi, I'm using the command(swinstall -s product.pkg product1.cbin) to install software(product1). Here by default the installation is happening on the location(/opt/). Whereas I want the installation directory to be a different one (eg. /sw/). Is there any specific command which will help me to... (1 Reply)
Discussion started by: Thunderbird288
1 Replies

4. Solaris

How to decide installing a Software group

Hello, I need to install a Jboss AS 4.2 asap. But I dont want to use the GUI. I need to install a solaris 10 server with the minimal packages but I dont know how deep I should customize and select the packages. You guys , how you decide to select a package installation level ? Each server's... (7 Replies)
Discussion started by: shadowfaxxxx
7 Replies

5. Linux

What's better for running Windows software in Linux, Wine or Windows VMware?

What are the differences, advantages, and disadvantages? (1 Reply)
Discussion started by: Advice Pro
1 Replies

6. UNIX Desktop Questions & Answers

Installing software

Greetings, all. I'm a newcomer here, and I appreciate the forum to ask questions. Here is the situation: I am installing software on a network hard-drive (NAS), to add functionality to it. The OS is in a read-only flash partition. Someone else hacked the firmware to install Busybox on this... (1 Reply)
Discussion started by: jhansen
1 Replies

7. UNIX for Dummies Questions & Answers

Installing Software

Hi all, So I remotly log on to one of the unix boxes we have at work. I want to use a software that is not installed on the server. What's better? to install it locally in my home folder and use it, or to ask the system admin to install it on the server? and what's the main difference? I asuume... (1 Reply)
Discussion started by: Rachel Ross
1 Replies

8. SuSE

installing software

hi, i have installed suse linux (10) at my home. can anyone tell me how do i install the softwares like players , messengers etc. i am new to linux ,i am learning now. can anyone suggest or post any material so that i can easily go through and learn. thanks in advance. vishwa. (6 Replies)
Discussion started by: viswareddy.32
6 Replies

9. UNIX Desktop Questions & Answers

installing new software

Hello, I recently downloaded and installed fedora core 3, and I am triyng to install other software like movie players and so on, when ever I download software for this operating system, I recieve with the software a text file explaining how to install it. The installation instrucions are allways... (1 Reply)
Discussion started by: st_matan
1 Replies

10. UNIX for Dummies Questions & Answers

installing software

when i d/l files from net "/usr/port/editor/koffice then make" i don't know what excactly have to do after when it finnished d/l it and configure i guess what its done downloading file it configures :confused: the file what do i have to do next I use FREEBSD 4.5 (3 Replies)
Discussion started by: challenger
3 Replies
Login or Register to Ask a Question