Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
ok, i'm sorry for writing that but i'm a die hard Red Hat fan, nor fedora i mean Red hat Enterprise Linux Server. trust me i downloaded a .deb file ...
  1. #1
    Linux Newbie rituraj.goswami's Avatar
    Join Date
    Aug 2008
    Location
    Guwahati
    Posts
    133

    Angry why my first time experience with debian is bad!!!!!

    ok, i'm sorry for writing that but i'm a die hard Red Hat fan, nor fedora i mean Red hat Enterprise Linux Server. trust me i downloaded a .deb file and i i installed it and it told meto run apt- some thing and it deleted my whole gnome desktop. trust me when i rebooted i only got was a x server crash. i didn't knoew debain would crach coz of inbstalling one rpm.
    There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.

  2. #2
    Just Joined!
    Join Date
    Sep 2008
    Location
    Wherever there's a computer.
    Posts
    20
    Um...you said first that you installed a .deb file, and then you said it was an .rpm??

    Debian uses the apt-get manager, which 1) Uses .deb files and 2) Is supposed to tell you what packages are going to be removed, added, or upgraded.

    You are using the latest version (Lenny) right?? Stupid question, probably...

    You could try

    sudo apt-get install gnome-desktop

    to get all your gnome stuff back.

  3. #3
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    like said above, debian uses apt, apt can be compared to yum, except that yum repositories general only contain 6-7k packages to install, where debain apt repos can generally install over 20,000 packages. so usually for debian you don't want to download an individual deb file to install like you would in redhat. in debian you would do
    Code:
    apt-get install some_package_name
    and apt would install any additional dependencies and install your software. so the feature that makes debian so great was what you missed and made your experience a bad one.

    man apt
    or
    APT HOWTO

  4. #4
    Linux User saivin's Avatar
    Join Date
    Dec 2008
    Location
    Bengaluru, India
    Posts
    305
    Quote Originally Posted by Mulenmar View Post
    Um...you said first that you installed a .deb file, and then you said it was an .rpm??
    Hey, he has already confessed that he is a 'die hard' Redhat fan.. he so deep into it that he always thinks of it..he so 'rpm'ish...

    Well, rituraj, it would help, if you let us know what you tried to install, what exactly you typed... also apt-get is unlike gentoo's 'emerge'. It gives information as to what is being installed/deleted/upgraded, any dependencies...etc and then asks your permission before proceeding. If something bad has happened then it means you did not fully read the info apt gave...

    P.S: the above comment is written in lighter vein...
    A candle looses nothing by lighting other candles. - Khalil Zibran.
    Registered Linux User #490076

  5. #5
    Linux Newbie rituraj.goswami's Avatar
    Join Date
    Aug 2008
    Location
    Guwahati
    Posts
    133
    exactly i tried installing the gnome esktop but it won't allow me.
    There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.

  6. #6
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    Quote Originally Posted by rituraj.goswami View Post
    exactly i tried installing the gnome esktop but it won't allow me.
    what commands did you use and what was the output

  7. #7
    Just Joined!
    Join Date
    Sep 2008
    Location
    Wherever there's a computer.
    Posts
    20
    Quote Originally Posted by rituraj.goswami View Post
    exactly i tried installing the gnome esktop but it won't allow me.
    Did you have root privileges? You need to use

    sudo apt-get install packages

    Where packages is whatever you want to install. You'll be asked for your password, and it'll go from there.

    If you selected "Allow root login" during the Debian setup, you'll probably have to use su instead of sudo, and root's password instead of your user account's.

  8. #8
    Just Joined!
    Join Date
    Jun 2009
    Posts
    0
    Yes,you can use like that:

    apt-get install gnome-desktop , the desktop enviroment can be return........

  9. #9
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,080
    why my first time experience with debian is bad!!!!!
    The package manager in Debian is one of those things that most folks like best about it. I haven't used Debian in about 4 years now, but it worked quite well on my end the last time that I installed it. People that intend to run Debian should take some extra time to study the apt manual because understanding how apt works can certainly increase the pleasure of using the distribution. I personally like apt far better than yum, yast, urpmi, and many other miscellaneous package tools that I've used.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  10. #10
    Linux User
    Join Date
    May 2009
    Location
    Big River, Sask, Canada
    Posts
    342
    I'll second that opinion. I used to use .rpm based distros, but agfter trying my first .deb based one, I now run 5-all deb-based.
    Registered Linux User #420832

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
  •