Re: Linux Newbie

From: moma (moma_at_example.net)
Date: 05/31/04

  • Next message: Lenard: "Re: FTP for updates"
    Date: Mon, 31 May 2004 10:40:39 +0200
    
    

    Charlie wrote:
    > This is my first time using Linux. Can someone tell me where I can find a
    > manual or web page that explains how to download and install programs.
    > Maybe a newbie news group.
    >
    > I am running Redhat v9.

    Are you already using 'apt-get' ?
    Apt-get makes software/package installations quite easy.

    Install apt-get (or yum)
    (ref. http://ftp.freshrpms.net/pub/freshrpms/ayo/)

     From command line (CLI):
    $ su -

    # rpm -Uvh
    http://ftp.freshrpms.net/pub/freshrpms/redhat/9/apt/apt-0.5.5cnc6-fr1.i386.rpm

    Update internal package index (list of packages)
    # apt-get update

    Install software. eg.
    # apt-get install gaim

    -------------

    Edit /etc/apt/sources.list and add nearest/best package repositoty site.
    See http://freshrpms.net/apt/repositories.html

    # gedit /etc/apt/sources.list
    Or: kate /etc/apt/sources.list

    Study also http://shrike.freshrpms.net/
    -------------

    Finally install Synaptic. It's handy apt-get GUI.
    # apt-get install synaptic.

    Run it
    $ synaptic

    ---------------

    Other examples:

    # apt-get update

    # apt-get install mplayer
    # apt-get install w32codec
    # apt-get install mplayer-fonts;
    # apt-get install transcode;
    # apt-get install mplayer-skins

    $ gmplayer (to run)

    # apt-get install xmms
    # apt-get install xmms-mp3
    # apt-get install xmms-skins

    $ xmms
    -------------------

    Other commands:
    # apt-get dist-upgrade Update whole system
    # apt-cache search program-name Search for a program
    # apt-cache show package-name
    # apt-get remove package-name Remove a package

    Some (internal) notes on RedHat9
    http://www.futuredesktop.org/RedHat9-apt-get.html

    Redhat/Fedora/Mandrake info
    http://www.futuredesktop.org/how2burn.html#mirrors

    // moma
        http://www.futuredesktop.org :: newbie manuals at the top


  • Next message: Lenard: "Re: FTP for updates"

    Relevant Pages

    • APT: ubuntu-version of libgcc1=dependencies issue
      ... Recently I've been trying to install the libgtk2.0-dev package (on my ... Reading Package Lists... ... using 'apt-get install' and 'apt-get --reinstall' wich did not ... mines.app modutils moon-lander mozilla-browser mozilla-firefox ...
      (Debian-User)
    • re: if I were a newby how would I get sound?
      ... Try apt-cache search jack if memory serves that's a package that can get cdrom's playing out of the cdrom jack. ... You probably want to run the updatedb command as root when you're disconnected from the internet and then try locate "search string" too. ... A few useful files to download would be apt-get install less -r and apt-get install lg-all and apt-get install doc-linux-text and apt-get install debian-reference. ...
      (Debian-User)
    • RE: [SLE] Getting apt to work on SuSE Pro 9.1
      ... Anyway, when I ran apt-get install synaptic, ... Reading Package Lists... ... E: Errorwhile checking package signatures: ...
      (SuSE)
    • Re: Start X window problem
      ... try just apt-get install xorg. ... Reading package lists -- done ... E: Couldn't find package xorg. ...
      (Ubuntu)
    • Re: Unable to find Ncurses libararies/Compile Kernel
      ... > there were no symlinks, ... As you've probably noticed by now, 'apt-get install' is only really ... useful if you know the exact package name. ... aptitude will display a listing of everything it wants ...
      (Debian-User)