Install Octave Windows Cygwin Alternative

Active1 year, 4 months ago

I installed Cygwin, to be disappointed that bash by default runs within 'cmd.exe'. I googled around and found Console2. It's not a particularly well-designed application, as doing adjustments is slightly painful, although most of the time it works well.

GOW (Gnu on Windows) is a small, easy to use, yet powerful alternative to Cygwin that brings more then 100 extremely useful UNIX applications and commands to Windows. It provides a total of 130 CLI-based UNIX commands, which can be run from Windows Command Line Interpreter. Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment.

I am still looking for a better way to survive in a Windows environment as even Console 2 occasionally crashes e.g. when trying to resize my terminal when editing in vim and there are plenty of other annoyances that I'm really not satisfied with.

Any ideas? I tried using Cygwin via PuTTY and that was an equally bad user experience.

T.K.T.K.
3642 gold badges3 silver badges11 bronze badges

closed as primarily opinion-based by Thomas Dickey, GAD3R, Stephen Harris, G-Man, AnthonSep 18 '16 at 8:33

Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center, please edit the question.

10 Answers

MinTTY - here.

It makes Cygwin entirely usable on Windows. I would be lost without it. Based on the original PuTTY code, but integrates straight into Cygwin (and in fact, is bundled with Cygwin).

Start it with,

Or where-ever you installed it. The '-' is key.

There are a few other useful additions for Cygwin as well, one being apt-cyg. It's not perfect, but it's better than running setup.exe every time you remember you're missing a package.

Even with Cygwin/X, I still use MinTTY as my primary terminal (I hate the scroll bars on xterm).

EightBitTonyEightBitTony
16.9k3 gold badges46 silver badges55 bronze badges

Reviving an old thread; however, I stumbled across this while doing my own search. So rather than make a new thread - Here's what I found:

The core of Babun consists of a pre-configured Cygwin. Cygwin is a great tool, but there’s a lot of quirks and tricks that makes you lose a lot of time to make it actually 'usable'. Not only does babun solve most of these problems, but also contains a lot of vital packages, so that you can be productive from the very first minute.

It installs quickly and sets up the environment for you, which is great, and installs pact (a package manager similar to yum / apt-get)

Uses mintty as the console.

Overall, I'd say it's a great project and the more people that use it, the better it will become.

J LJ L

Install Cygwin/X and use xterm. (And then you'll probably either want their version of gvim or the Windows native one.)

Steven PritchardSteven Pritchard

Alternatively, you can try AndLinux and work with a real terminal.

MaQleodMaQleod
1,0594 gold badges13 silver badges18 bronze badges

I added C:cygwinbin (the Cygwin installation path) to the System environment variable: Path. It solves two problems:

  1. You need not cd to a particular folder (go to a folder, press <alt+d>, type cmd, and press <enter>)
  2. Use Cygwin Terminal as the default cmd in Windows
dkbdkb
Cygwin alternatives windows 10

Install Octave Windows Cygwin Alternative Windows 10

I realize this is very old, but since things have changed, ConEmu is the best in my opinion. It lets me run all variety of tabbed shells with massive customization, hot keys, etc. My primary use case is a series of named Cygwin zsh instances.

SimileSimile

To answer the wider question about surviving on a Windows box coming from a Linux world, I'd like to recommend MobaXterm from Mobatek. It's a self-contained Windows application, works on Windows 7 & 8, and includes a plugin for Cygwin. You get the nice wide console that you don't get from the pre-packaged Windows cmd.exe. You can easily create session shells to Linux boxes from your windows machine. It's got X server capabilities so you can launch Linux apps and have them served up locally on the Windows box.

My primary machine at work is (unfortunately) Windows. But, I'm able to quite easily access and work with remote Linux boxes using my favorite GUI interfaces -- all popping up quite nicely in Windows. Quick examples of things I run include gtkterm, gedit, and Eclipse.

I have no affiliation with the company. Just a very satisfied customer who simply loves how easy it is to install and use. Download the standalone version, run the executable, and you'll be going in no time. Seriously. The Home Edition works just as well as the Pro Edition with some session count limitations that I honestly never even ran into before I became a paying customer.

MutantXenuMutantXenu

Personally I don't think there is a great solution on Windows unfortunately. I've opted to install the gvim windows package and use that for most of my editing (it adds a nice option in your right click menu to open with Vim).

As for CLI, you can keep using bash if you'd like. Other options include Windows PowerShell. I haven't bothered to learn it, but I've heard its pretty good.

The last solution is to run a VM in VirtualBox or VMWare Workstation. May not be ideal, but it lets you get Linux and edit/manipulate files from Windows via SMB Share or Shared Folders.

sbtkd85sbtkd85

rxvt is nice.

From my blog (currently down, thanks Google cache!):

My buddy Bill told me there is now a Cygwin command xhere and a setup command chere that will do all the Registry insertions for you. So launch Cygwin in the default crappy shell (with admin privs) and you can type:

chere -i -af -t rxvt -o '-bg black -fg white -sr -sl 1000 -fn 'FixedSys' -ls' -s bash -e 'Bash prompt here'

You can change -af to -cf for current user only if you don't have admin on the machine.

Because he was kind enough to give it to me, I will give you his command which seriously hurts my eyes. :) I also prefer the default size and expand it if needed.

chere -i -af -t rxvt -o '-ls -sr -sl 1000 -bg grey70 -fg black -geometry 120x65+300+15 -fn 10x16 -title Bash' -s bash -e 'Bash prompt here'

Aaron D. MarascoAaron D. Marasco

I've been using Poderosa for a long time.

It works beautifully with Cygwin.

It has a dedicated button to launch a Cygwin terminal, while being a capable terminal itself. It's a tabbed terminal, has the ability to send commands to all your tabs (using a plugin), display profiles (text/background color) per session, copy-by-select, etc.

I mainly use it to test awk/sed scripts on Cygwin before running it on the server.

polemon
6,0286 gold badges45 silver badges84 bronze badges
David LimDavid Lim

Not the answer you're looking for? Browse other questions tagged terminalwindowsconsolecygwin or ask your own question.

Active4 years, 5 months ago

Can I install Octave under Windows 7 without admin rights? There are similar questions on Linux, but this is about Windows 7.

slhck
170k49 gold badges475 silver badges491 bronze badges
gstar2002gstar2002

2 Answers

Yes. Pick a non system directory and unzip everything. It is true for any GUI for Octave such as Xoctave,QToctave, etc.

Chris NaberChris Naber

Yes, for example within Cygwin. Just download the appropriate Cygwin installer (32 or 64 bit) and run the setup*.exe with the '--no-admin' option. You can choose where your Cygwin environment and the packages should reside and can then choose packages to install. In the package overview you can find Octave in the math category or by using the search bar at the top.

Cornelius SickerCornelius Sicker

Install Octave Windows Cygwin Alternatives

Not the answer you're looking for? Browse other questions tagged windows-7installationoctave or ask your own question.