similar to: wine install without sudo

Displaying 20 results from an estimated 40000 matches similar to: "wine install without sudo"

2009 Aug 21
4
tar and gunzip help
HI All, I have a directory tree that when the user un-gzips/untars it does into /opt by default. The directory tree is like: ugui | |-- <misc files> |-- source |-----framework |------ <misc files> so when unzipped I want to end it with /opt/ugui and all the stuff below it. How do I do this? Can I also issue one command that will unzip and untar the archive at the same time?
2003 Sep 19
2
Latest Samba Disto for Os390/Unix ?
HI,I would be interested if there is a release of Samba for Os390/Unix later that 1.9. (I have tried downloading the 'samba-latest.tar.gz' file from the mirror site,but as I cannot unzip/untar it,due to not having the 'gzip' program !). Therfore I am not sure how compatible it may or may not be with my Os390/Uss platform. Thanks for any help received in advance. John.
2018 Apr 13
1
In base R: argument `list` does not accept lists
On 13/04/2018 7:21 AM, Johannes Rauh wrote: > The function `base::rm` has an argument that is named `list`. However, if a list is passed as `list` to `rm` (e.g.: `rm(list = list("x", "y"))`), an error is raised: "invalid first argument". > > Agreed, the documentation says that `list` should be "a character vector naming objects to be removed."
2010 Apr 22
2
install or uncompress package build in one platform in another platform
Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed under windows (unzip under windows instead of gunzip). How to proceed? Look forward to your reply, Carol
2006 Apr 19
3
Upgrade from 1.2.4 to 1.2.7.1
List, I wish to upgrade from 1.2.4 to 1.2.7.1 I have downloaded & unzipped the file but how do I compile it? Do I need to "make clean" then "make" and "make upgrade"? Or "make" then "make install"? Thanks, William -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Dec 14
12
Problems on the menu when you install a software with wine
Good afternoon, I am a user of Ubuntu 8.04.1, and had to format my PC, before formatting when installing software for XP as an example the WinRar using Wine was prepared this way: Applications>> Wine>> Programs>> WinRar>> WinRAR.exe, currently it is no longer being possible, is being installed so Applications>> Other>> WinRAR.exe, leaving everything
2009 Feb 14
6
Wine X CrossOver
Good night, Friends, a very simple question which is the best the Wine or CrossOver? Thanks
2014 Mar 05
1
[PATCH] Code coverage support proof of concept
Hello, I submit a patch for review that implements code coverage tracing in the R interpreter. It records the lines that are actually executed and their associated frequency for which srcref information is available. I perfectly understands that this patch will not make its way inside R as it is, that they are many concerns of stability, compatibility, maintenance and so on. I would like to have
2010 Feb 02
4
Internet Explorer starts without toolbar or menu
I've installed wine version 1.1.37 on Slackware 13.0 32-bit using pkginstall. Internet explorer loads via wine: example cd /home/tim/.wine/drive_c/Program Files/Internet Explorer wine iexplore.exe
2016 May 12
3
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
Thanks for the reply Mr. Eddelbuettel. However I somehow couldn't manage to solve the problem completely. So I cleaned the sources.list file so taht the output is this: sudo apt-get update Hit:1 http://tr.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease???????????????????????????????????????????????????????????????????? Hit:3
2011 Jan 25
11
SSE2 - Wine issue or not?
Hello dear friends [Wink] I have this issue that keeps bothering me. So, I have this software that I' ve been successfully using on Windows XP before migrating to Linux Mint. It's Presonus Studio One, although that don't really matter right now. What matters is when I try to install it using Wine is says "Your computer can not run this software. The required feature set SSE2 is
2006 Oct 20
2
ftp upload taking an age...
just a quick question. My edge rails app is taking an age to upload as a collection of files/folders. I was thinking about ziping up the app to save transfer time, but being new to linux I am not sure how to unzip at the bluehost end ? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2008 Mar 28
13
Is Wine taking my donations and giving them to CrossOver?
Well I must say. I certainly feel like a fool now. I have been contributing to Wine for about five months, and was shocked to see a blatant advertisement for CrossOver, who take the hard work of those who have contributed their intellect for free and sell it for profit, on your home page. I then discovered through your own FAQ that most Wine developers are employed by CrossOver. Is this legal?
2009 Jul 06
1
Wine and Crossover
Hey, I am new here but I wanted to know what code differences are there in crossover wine and opensource wine. I know the crossover uses wineloader to load programs and in opensource wine it uses mwine. So there must be some code difference. Any help is appreciated Thnx
2011 Jun 02
5
Problems with wine & Crossover Pro after upgrading to Kubunt
I have not found any other comments on any of the usual forums, so it may be just a problem with my system. The newer, "QT" versions of DVDFAB no longer work with either wine or cxoffice on my kubuntu system after upgradinging to Kubuntu 11.04 . The pre- QT versions of DVDFAB still work and if I install the DVDFAB-QT versions on a kubuntu/ubuntu 10.10 system running in a Virtualbox,
2006 Feb 14
6
Mongrel 0.3.3 -- Bug Fix
Hey Folks, This is a quick release that fixes a major bug. I forgot to require the timeout library properly in mongrel.rb so people using Mongrel outside of Rails would see pauses. 0.3.3 fixes this all up. The 0.3.3 release also has a small change to the examples/simpletest.rb file with some gzip response using Ruby''s zlib support. Curious what people think about this and whether it
2018 Jul 04
1
unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip
Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip) produces incorrect output if the zip archive has filenames with spaces, and results in an error if the zip archive includes an archive comment or file comments. Here is some code to reproduce along
2016 May 12
2
Problem with Install R on Linux Ubuntu 16.04 Xenial Xerus
Hi, I am running a dual-booted Ubuntu 16.04 from a USB stick and having problems installing R. I have been following the steps at this site: https://www.datascienceriot.com/how-to-install-r-in-linux-ubuntu-16-04-xenial-xerus/kris/ Below is the the output and the commands from the terminal: sudo echo "deb http://cran.rstudio.com/bin/linux/ubuntu xenial/" | sudo tee -a
2009 Mar 22
3
Gamemaker 5.3 under wine on OSX?
I'm very new to wine, so please excuse my noobness. I'm going to be teaching a course on Game Design for non-programmers in the fall. The school is an all-mac operation, but I'd like to use YoYo Game's Gamemaker to teach the course. YoYo has a mac version in beta, but it is unclear if it will reach release in time for my class to begin. I know that the current version of
2017 Dec 27
4
An rpmbuild spec question
I'm trying to build a package to create a directory and install some files. My rpmbuild keeps failing, unable to cd into the directory, "no such". Now, in the tmpfile, I *see* it cd'ing into BUILD/opt, and the source was unzipped and untared into BUILD/opt/smipmicfg-1.27.0. In the spec file, I've even added a cd $RPM_BUILD_ROOT/opt, and I see it cd to there... and then it