Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23
hi am new to open source i have downloaded many softwares and i tried to in stall and failed i used cmds like "make" ".\configure" all my softwares are on ...
  1. #1
    Just Joined! shivaprasad's Avatar
    Join Date
    Apr 2008
    Posts
    11

    Installing Software

    hi
    am new to open source i have downloaded many softwares and i tried to in stall and failed


    i used cmds like "make" ".\configure"

    all my softwares are on /root/Desktop/

    dont know what is problem am finding real difficulty in installing
    i have extracted files on Desktop
    thank u

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Hi and welcome to the forums. Debian uses a neat and efficient package management system called apt-get so you can download and install the packages you need without having to compile from source (which is what it sounds like you are trying to do). Providing you already have a working Internet connection, open a terminal and type:
    Code:
    apt-get update
    Then:
    Code:
    apt-get install whatever_package_ you_ need
    See more about using Debian's apt-get here.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    Hello,

    The above is the approach to adopt in all Linux distros. Don't forget to configure your repositories, as not all of them will be enabled at this point and you won't be able to find all the software you want to install. Also, if you don't like the command line, you can use apt-get via its graphical front end called Synaptic. Just type in the software you want, select it and confirm. But, as I said, the very first thing to do is set up the repositories.
    Distribution: Archlinux
    Processor: 3 x Amd 64 bit
    Ram: 4 GB
    Graphics card: Nvidia GeForce 9800 GT

  4. #4
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    Quote Originally Posted by shivaprasad View Post
    all my softwares are on /root/Desktop/
    FYI: It looks like you're logging in as the root user which is widely considered to be a bad idea. It's generally much safer to log in as a regular user, and use tools like "su" or "sudo" to temporarily gain root permissions.

    Good luck with your software.
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  5. #5
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    Oh yes, indeed, well spotted smolloy! Don't ever do that: log in as a normal user and do any tasks that require admin priviledges with the command line in a terminal. This is a different approach to Windows, we've all been there, but one of the reasons that Windows isn't as secure as Linux is that you can effectively be an administrator all the time. Get in the habit of using the command line now...you'll be glad you did!
    Distribution: Archlinux
    Processor: 3 x Amd 64 bit
    Ram: 4 GB
    Graphics card: Nvidia GeForce 9800 GT

  6. #6
    Just Joined! shivaprasad's Avatar
    Join Date
    Apr 2008
    Posts
    11

    Smile thank u

    Ok from next time we will follow it. but how tat apti works it downloads automatically or it installs which ever i have Downloaded??


    And happy to tell tat replies are quicker then i expected

    Will be asking all our doubts here it self. Am roaming here to find who knows linux from many days now will stop it

  7. #7
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    Apt is already available - you have nothing to do, except to configure it.
    Distribution: Archlinux
    Processor: 3 x Amd 64 bit
    Ram: 4 GB
    Graphics card: Nvidia GeForce 9800 GT

  8. #8
    Just Joined! shivaprasad's Avatar
    Join Date
    Apr 2008
    Posts
    11

    hi

    hey can u give an example i tried to install Mozilla but its asking for CD
    .. CD is not there with me
    its giving
    Media change: please insert the disc labeled
    'Debian GNU/Linux 4.0 r0 _Etch_ - Official i386 DVD Binary-1 20070407-11:40'
    in the drive '/cdrom/' and press enter


    tell me some way to download and install softwares

  9. #9
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    What command did you use to try to install mozilla?

    Have you tried the following?
    Code:
    apt-get install firefox
    Registered Linux user #388328 || Registered LFS user #15880
    AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
    Need instant help? Try us on IRC -- #linuxforums on freenode

  10. #10
    Linux Enthusiast Manchunian's Avatar
    Join Date
    Dec 2007
    Location
    France but my heart stays in Britain
    Posts
    675
    It looks to me that you have still got the CD enabled as a repository. Open up /etc/apt/sources.list, copy the file and post it here:
    Distribution: Archlinux
    Processor: 3 x Amd 64 bit
    Ram: 4 GB
    Graphics card: Nvidia GeForce 9800 GT

Page 1 of 3 1 2 3 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
  •