Sponsored Content
Full Discussion: PC UNIX gui seamless install
Top Forums UNIX for Beginners Questions & Answers PC UNIX gui seamless install Post 303045945 by sea on Saturday 18th of April 2020 09:14:09 PM
Old 04-18-2020
Hi

Unless they dropped it, but last time I checked Ubuntu, they already had a GUI installer for PC installs.
And the 'donate wizzard-page' aside, a rather good one if I imagine non-experts using it.

This said, it's not clear to me what you are referring to / want.

Have a nice weekend.

Last edited by hicksd8; 04-19-2020 at 08:46 AM..
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

GUI on UNIX

Dear friends; I have Hp9000 series of Unix servers with s800 11.0 range Can i make it GUI? I heard that if you have xinit installed on the servers you can make the servers Graphical User Interface. Is it possible to make this possible? Plz. help me out... Thanx in advance... (6 Replies)
Discussion started by: nileshjoshi
6 Replies

2. UNIX Desktop Questions & Answers

GUI for UNIX

Help a newbie! Just wodnering if there is an application (emulator, etc...) that will be able to read UNIX commands and bring back responses on the screen in Windows-like environment. I am looking for an app that will reside on a workstation (PC) and will querry the AIX server. If anyone can help,... (1 Reply)
Discussion started by: leok
1 Replies

3. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

4. Shell Programming and Scripting

GUI for Unix

Hey guys Do u guyz have any idea how to create a simple GUI for unix/awk/ scripts along with facilities of input files and output files. I'm using new Macbook 10.6 macosx. I tried Xcode3(basically c++ based aslo can use python n ruby n bash) by importing shell scripts to it and connecting... (2 Replies)
Discussion started by: repinementer
2 Replies

5. Red Hat

kickstart minimum install with a gui

What are the packages that you need for a kickstart minimum install with a gui? I commented out the packages I don't think I need. Am I right? %packages @admin-tools @base @core #@editors #@fonts @gnome-desktop #@games #@graphical-internet #@graphics @hardware-support @input-methods... (0 Replies)
Discussion started by: cokedude
0 Replies

6. UNIX for Dummies Questions & Answers

UNIX without GUI

Hello guys, I am new to Unix, because of low RAM, i want to install Unix terminal (command line) without the GUI. Basically, i want to install two Unix OS (without the GUI) on VMware and make a TCP connection between them. I have a total of 2GB RAM on the host computer running window 7, so i... (7 Replies)
Discussion started by: Omar_M
7 Replies

7. UNIX for Advanced & Expert Users

UNIX with GUI

Dear Experts, My application is running on linux, which makes me connect to lot of different servers manually through putty, and execute the commands. Is there a way, i can create a GUI, or something, where click on few buttons can be translated in to predefined commands at BE and i need... (2 Replies)
Discussion started by: Prateek007
2 Replies

8. Programming

Python gui or C++ gui or java gui?

python gui or c++ gui or java gui? and when to use etch one? (1 Reply)
Discussion started by: kaja
1 Replies
cmake(1)						      General Commands Manual							  cmake(1)

NAME
cmake-gui - CMake GUI. USAGE
cmake-gui [options] cmake-gui [options] <path-to-source> cmake-gui [options] <path-to-existing-build> DESCRIPTION
The "cmake-gui" executable is the CMake GUI. Project configuration settings may be specified interactively. Brief instructions are pro- vided at the bottom of the window when the program is running. CMake is a cross-platform build system generator. Projects specify their build process with platform-independent CMake listfiles included in each directory of a source tree with the name CMakeLists.txt. Users build a project by using CMake to generate a build system for a native tool on their platform. OPTIONS
--copyright [file] Print the CMake copyright and exit. If a file is specified, the copyright is written into it. --help Print usage information and exit. Usage describes the basic command line interface and its options. --help-full [file] Print full help and exit. Full help displays most of the documentation provided by the UNIX man page. It is provided for use on non-UNIX platforms, but is also convenient if the man page is not installed. If a file is specified, the help is written into it. --help-html [file] Print full help in HTML format. This option is used by CMake authors to help produce web pages. If a file is specified, the help is written into it. --help-man [file] Print full help as a UNIX man page and exit. This option is used by the cmake build to generate the UNIX man page. If a file is specified, the help is written into it. --version [file] Show program name/version banner and exit. If a file is specified, the version is written into it. COPYRIGHT
Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the docu- mentation and/or other materials provided with the distribution. The names of Kitware, Inc., the Insight Consortium, or the names of any consortium members, or of any contributors, may not be used to endorse or promote products derived from this software without specific prior written permission. Modified source versions must be plainly marked as such, and must not be misrepresented as being the original software. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIM- ITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. cmake 2.6-patch 2 October 2008 cmake(1)
All times are GMT -4. The time now is 11:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy