Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Hello. What program should i use to unpack .rpm-files on Debian KDE? And where do i get it? Thank you. Because there is no program for unzipping them forehand at ...
  1. #1
    Just Joined!
    Join Date
    Aug 2005
    Posts
    43

    How do you unpack an .rpm?

    Hello. What program should i use to unpack .rpm-files on Debian KDE? And where do i get it? Thank you. Because there is no program for unzipping them forehand at me.

  2. #2
    Linux Enthusiast aysiu's Avatar
    Join Date
    Jul 2005
    Posts
    633
    alien -i packagename.rpm, I believe, and you should be operating as root or sudo.

  3. #3
    Just Joined!
    Join Date
    Aug 2005
    Posts
    43
    It says just "bash: alien: command not found"
    Any other idea? Shouldn't i use a program to unzip them first? What program should i use?
    By the way, how do i then install/unzip .deb-files?
    Thank you.

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Is there some reason you aren't using apt-get? It's much easier than messing around with rpms and such.

  5. #5
    Linux Newbie ThoughtVelocity's Avatar
    Join Date
    May 2005
    Location
    OH
    Posts
    160
    You initially won't have alien so you'll have to:
    Code:
    apt-get install alien
    Then follow aysiu's advice.
    "If you are out to describe the truth leave elegance to the tailor."
    -Einstein

  6. #6
    Linux Enthusiast aysiu's Avatar
    Join Date
    Jul 2005
    Posts
    633
    Quote Originally Posted by Ozar
    Is there some reason you aren't using apt-get? It's much easier than messing around with rpms and such.
    Oh, yeah. Good point. By all means, try to apt-get something or use .debs before going to .rpms. If you must use an RPM, alien's the way to do it, though.

  7. #7
    Just Joined!
    Join Date
    Aug 2005
    Posts
    43
    Then i typed "apt-get install alien", it said:
    "E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
    E: Unable to lock the adminstration directory (/var/lib/dpkg/), are you root?

    Now i am 100% sure that i logged in with the username and password, that i made then i installed Debian. And that's the only username i have made so far. Now how do i log in as "root"?
    By the way, how do you then install .deb-files? And what is this "apt-get", that you talked about? And what exactly is that "apt-get" Ozar was talking about. Isn't that just typing in the Konsole too?

  8. #8
    Linux Enthusiast aysiu's Avatar
    Join Date
    Jul 2005
    Posts
    633
    According to the Debian installation manual:

    http://www.debian.org/releases/stabl...e-config-users

    you should have created passwords for both the root account and the user account.

  9. #9
    Just Joined!
    Join Date
    Aug 2005
    Posts
    43
    I dont remember that i made a password for a superuser. Oh well, i'll probably just have to look into that later.

    How do you then install .deb-files? And .run-files?

  10. #10
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Quote Originally Posted by Okay123
    And what exactly is that "apt-get" Ozar was talking about. Isn't that just typing in the Konsole too?
    Apt-get (Debian package management) documentation:

    http://www.debian.org/doc/manuals/ap.../index.en.html

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
  •