Find the answer to your Linux question:
Results 1 to 10 of 10
I just joined to hopefully get answers to some of my Linux questions. I've been using it for a couple of years now. That is deceiving though because until recently ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    1

    New user - Just saying hello

    I just joined to hopefully get answers to some of my Linux questions. I've been using it for a couple of years now. That is deceiving though because until recently I have done nothing more than email, web, etc.

    I just got assigned to the wireless networking team at my job. I wanted to use some of the tools available in Linux (e.g. Airsnort) for demo purposes. In fact I'm working on "cracking" my office's WEP key right now.

    I have found that installing software in Linux is still very difficult, even with RPMs. Autoinstall.org is a gift from heaven, but the list of software is very limited. I'd like to see improvement in this area so Linux can continue to grow.

  2. #2
    Linux Guru bryansmith's Avatar
    Join Date
    Nov 2004
    Location
    /Ontario/Canada
    Posts
    2,621
    Welcome aboard.

    Package management in Linux has come a long way. Depending on your distribution, installing software can be extremely easy.

    Bryan
    Looking for a distro? Look here.
    "There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
    Queen's University - Arts and Science 2008 (Sociology)
    Registered Linux User #386147.

  3. #3
    Just Joined!
    Join Date
    Sep 2005
    Posts
    1
    The main problem I have had is resolving dependencies. For example, I tried to install Firefox from an RPM. It required some Kerberos packages which took some effort to find. When I attempted to install those, I got warnings that installing them would require me to downgrade several other packages including Samba. At that point I quit to avoid breaking anything Eventually I installed Firefox successfully using autopackage.org.

    I'm using SUSE 9.2. If there is some other, better way to install software that would be great.

  4. #4
    Just Joined!
    Join Date
    May 2005
    Location
    Drifting alone in Space...
    Posts
    36
    W007! Welcome to the forums!

  5. #5
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    welcome to the community..
    Quote Originally Posted by benjt
    I'm using SUSE 9.2. If there is some other, better way to install software that would be great.
    I just installed Debian last night from a CD from a magazine and it was painless and looks great so far. If I can believe what I've read about Debian's package management system, you might want to reseach it.
    /IMHO
    //got nothin'
    ///this use to look better

  6. #6
    Linux Engineer
    Join Date
    Jan 2005
    Location
    Chicago (USA)
    Posts
    1,028
    1. I think you mean http://autopackage.org/

    2. You need to use a tool that automatically resolves dependencies. For Debian-based distros, use apt-get. For SuSE use YaST. For other RPM-based use yum to install apt-get (yum is big and written in Python thus very slow -.-). For Gentoo use emerge. For FreeBSD pkg_add -r.

  7. #7
    Linux User
    Join Date
    May 2005
    Posts
    473
    yes i love debian it is a great distro and i would suggest to any user with some linux experiance.

  8. #8
    Linux Engineer
    Join Date
    Jan 2005
    Location
    Chicago (USA)
    Posts
    1,028
    Quote Originally Posted by a12ctic
    yes i love debian it is a great distro and i would suggest to any user with some linux experiance.
    If you want a more "user friendly" Debian-based distro go with Ubuntu or Kubuntu. Debian GNU/Linux plain is rather hard to set up.

  9. #9
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    Things I'm disliking most about Debian right now (yeah, I know, it'll pass in time):
    • -root can't open X windows (okay, I fixed that)
      -users with "empty" password can't log in to X windows
      -can't see yet how to not boot to GUI: Debian apparently doesn't use the same runlevel 3=text, runlevel 5=gui paradigm that some other popular distros use....
      -no success yet in making me a sudoer (am I undeserving?)

    So how do you like us so far, benjt?
    /IMHO
    //got nothin'
    ///this use to look better

  10. #10
    Just Joined!
    Join Date
    Mar 2005
    Location
    Vancouver, BC
    Posts
    15
    I have use debian for quite some time, and really liked it.

    -can't see yet how to not boot to GUI: Debian apparently doesn't use the same runlevel 3=text, runlevel 5=gui paradigm that some other popular distros use....
    this is absolved by moving the xwindow startup script in /etc/rc2.d/ from a name that begins with 'S' to a name that begins with 'K'. This just disables it from start-up.

    -no success yet in making me a sudoer (am I undeserving?)
    I believe that
    Code:
    visudo
    is the only command that is used to add sudoers. Just create an entry similar to the one for the 'root' account.



    Needless to say, this is completely trivial to me as I have lost interest in debian due to it's older packages and conservative defaults. I am trying to get gentoo running at the moment. Using a stage 2 install, this feels like a very intermediate install procedure that will render a good sence of accomplishment. I will have noone to blame other then myself for the settings of my OS.

Posting Permissions

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