Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
I have in one partition vista and to other UBUNTU 8.10... Well to run KDE Apps like kdevelop or quanta plus, How to appear the "terminal window" ...? what to ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    18

    How to appear the "terminal window" ...? to install all KDE I must use:

    I have in one partition vista and to other UBUNTU 8.10... Well to run KDE Apps like kdevelop or quanta plus,

    How to appear the "terminal window" ...?
    what to press after insert below command ?
    to install all KDE I must use:
    sudo apt-get install kubuntu-desktop
    ???
    is any way use protected download/install so if interupted continue later...or... [by error or not]?
    may download files[repository] from browser .. so if interupted to start from the point left ? If interupted[download files[repository]], by running the command above, may then start from the point left ?

  2. #2
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    You can start the terminal by pressing alt+f2 and typing
    Code:
    gnome-terminal
    Or go to Applications->Accessories->Terminal

    kubuntu-desktop probably does not include kdevelop or quanta, so give this command
    Code:
    sudo apt-get install kubuntu-desktop quanta kdevelop
    It is generally a good idea not to interrupt apt-get while it is working, because it may corrupt your package list. It can be fixed, but you can avoid it.

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    18
    this is a download ? install after finish ? how many MBs the download [quanta & kdevelop] ? I must do this and AFTER run the installation file eg quanta plus ?

  4. #4
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    No, you don't have to download anything yourself. If you are connected to the Internet, apt-get will download the programs for you and install them. (This way you also avoid viruses, because apt-get downloads the programs from a trusted location, called "repository")
    You will be able to choose KDE at the login screen, in options.
    Quanta & Kdevelop should have an entry in Applications->Programming after they are installed.

  5. #5
    Linux Newbie
    Join Date
    Mar 2008
    Location
    England, Manchester.
    Posts
    114
    Quote Originally Posted by L4Linux View Post
    sudo apt-get install kubuntu-desktop quanta kdevelop
    I would suggest replacing apt-get with aptitude so the command would be

    Code:
    sudo aptitude install kubuntu-desktop quanta kdevelop
    Incase you ever wanted to uninstall KDE at some time...

  6. #6
    Just Joined!
    Join Date
    Feb 2009
    Posts
    18
    quanta & kdevelop WILL INSTALL ALONG THE REPOSITORY or need separate installation ?

  7. #7
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    1) Using aptitude is a text version of using Synaptic, they both rely on apt-get and dpkg, and all will update the installed package list for future updates or removals.

    2) If you use the command L4linux suggested, all 3 packages as well as any dependencies will be downloaded FROM the repositories all in one shot.

    My only suggestion is to first run sudo apt-get --update to make sure the repository package lists are up to date before you start downloading. It's annoying to start downloading and then the whole thing falls apart because a file is missing that was updated on the repository server.

  8. #8
    Just Joined!
    Join Date
    Feb 2009
    Posts
    18
    Ialready installed=extracted quanta plus but not install the repository on ubuntu 8.10, is needed after install/download repository to reextract ? I must delete any prior re-extracting ?

  9. #9
    Linux Enthusiast Bemk's Avatar
    Join Date
    Sep 2008
    Location
    Oosterhout-NB, Netherlands
    Posts
    522
    I just want to say you can also access the shell through pressing ctrl+alt+(F1 until F6) which will get you in the shell but it will be full screen. You can leave this mode by typing ctrl+alt+F7 because VT 7 holds the X server(that's default).

    Just see for your self what you like most.

  10. #10
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    It's not a bad idea to remove what you manually installed before replacing it with the version from the repositories. This eliminates the possibility that conflicting files installed in different locations fail to overwrite on the reinstall causing a dependency hell scenario where you have to manually chase down the conflicts and remove them a/o remake proper sym-links as necessary (the Linux version of DLL hell. Sticking with Synaptic in the future helps prevent such issues).

    However, as long as you originally used the install script that came with the code, you might be able to safely just overwrite it.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...