Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23
Hi Guy's, I,m Fairly New To Linux & The Forums, And I,ve Encountered A Problem Already! I Know My Way Around The System But Just Dont Know How To Install ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Location
    Glasgow, Scotland
    Posts
    10

    Exclamation A Little Help Installing

    Hi Guy's, I,m Fairly New To Linux & The Forums, And I,ve Encountered A Problem Already! I Know My Way Around The System But Just Dont Know How To Install Programs, I Know Its Dpkg -i Whatevertheappis.deb, And I Know About Apt-get install iceweasel. i always encounter a problem when installing .. screenshot included below .. what am i doing wrong?

    Regards
    Jordan

    [img=http://img513.imageshack.us/img513/153/screenshot2s.th.png]

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    try these commands
    run as root.
    # dpkg -i Desktop/wine-dbg_1.1.19~winehq1-1_i386.deb
    # dpkg -i Desktop/deluge_1.1.6+dfsg-2_all.deb
    hehe

    EDIT:
    And Welcome to forums
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Apr 2009
    Location
    Glasgow, Scotland
    Posts
    10

    Exclamation Bummed Out Again!

    Thanks, Tried Both Commands And Still Getting Errors Is It The Computer Or Is It Me Being A Tard? Screenshots Below

    Regards Onsight




  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I would suggest you to install packages through default Package Manager, Synaptic ( GUI )or apt-get ( Command Line ).
    Code:
    sudo apt-get update
    sudo apt-get install wine

    Btw, which Linux distro are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Welcome aboard!

    Looks like nothing more than a dependency issue. Have you tried to install with apt-get? If so, any errors?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  6. #6
    Just Joined!
    Join Date
    Apr 2009
    Location
    Glasgow, Scotland
    Posts
    10

    Exclamation Argggg!

    Yup Errors While Using Apt-Get As Usual, Pulling My Hair Out! Using Debian If It Helps

    Screenshots

    [img=http://img147.imageshack.us/img147/51/screenshot6h.th.png]

    Regards
    Jordan

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    su -
    apt-get clean all
    apt-get remove wine
    exit
    cd ~
    rm -rf .wine
    su -
    apt-get install wine
    In any command throws error, copy/paste error message here instead of posting screenshot.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Apr 2009
    Location
    Glasgow, Scotland
    Posts
    10

    ?

    Done As You Said, It Spat This In My Face?

    onsight@CommandConsole:~$ su -
    Password:
    CommandConsole:~# su -
    CommandConsole:~# apt-get clean all
    CommandConsole:~# apt-get remove wine
    Reading package lists... Done
    Building dependency tree... Done
    E: The package wine-dbg needs to be reinstalled, but I can't find an archive for it.
    CommandConsole:~# exit
    logout
    CommandConsole:~# cd ~
    CommandConsole:~# rm -rf .wine
    CommandConsole:~# su -
    CommandConsole:~# apt-get install wine

    Regards Jordan

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Alright, execute this now :
    Code:
    su -
    dpkg --remove --force-remove-reinstreq wine
    apt-get update
    apt-get install wine
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just Joined!
    Join Date
    Apr 2009
    Location
    Glasgow, Scotland
    Posts
    10

    Exclamation

    Seems Like We're getting Somewhere

    onsight@CommandConsole:~$ su -
    Password:
    CommandConsole:~# su -
    CommandConsole:~# dpkg --remove --force-remove-reinstreq wine
    dpkg - warning: ignoring request to remove wine which isn't installed.
    CommandConsole:~# apt-get update
    Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch Release.gpg
    Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch Release
    Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch/contrib Packages/DiffIndex
    Ign cdrom://[Debian GNU/Linux 4.0 r5 _Etch_ - Official i386 xfce-CD Binary-1 200 81023-23:44] etch/main Packages/DiffIndex
    Get: 1 Debian -- Security Information etch/updates Release.gpg [197B]
    Hit Debian -- Security Information etch/updates Release
    Ign Debian -- Security Information etch/updates/main Packages/DiffIndex
    Ign Debian -- Security Information etch/updates/contrib Packages/DiffIndex
    Ign Debian -- Security Information etch/updates/main Sources/DiffIndex
    Ign Debian -- Security Information etch/updates/contrib Sources/DiffIndex
    Hit Debian -- Security Information etch/updates/main Packages
    Hit Debian -- Security Information etch/updates/contrib Packages
    Hit Debian -- Security Information etch/updates/main Sources
    Hit Debian -- Security Information etch/updates/contrib Sources
    Fetched 1B in 0s (3B/s)
    Reading package lists... Done
    CommandConsole:~# apt-get install wine

    Regards
    Jordan

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
  •  
...