Find the answer to your Linux question:
Results 1 to 3 of 3
Can somebody let me know what i need to do next, i have downloaded a file to /usr/local/src i am able to identify the directory i have made with ls ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    57

    install a Deb file

    Can somebody let me know what i need to do next, i have downloaded a file to /usr/local/src i am able to identify the directory i have made with ls which shows the file cycas3-en_3.80-5_i386.deb what do i need to do to install from here. Not sure what to do next does this have to be opened to access the tar files or can it be executed from here.

    cheers

    Darthman8

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You dont have to do anything special to install .deb packages. Save file anywhere and cd to .deb location.
    Let say, you have saved .deb on Desktop. Execute this
    Code:
    cd ~/Desktop
    su
    dpkg -i <filename.deb>
    Check this link too.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie lugoteehalt's Avatar
    Join Date
    Jan 2004
    Posts
    231
    Another way is to use mc.
    $ mc
    Then suggest you enable 'lynx like navigation' in one of the menus, and navigate with the arrow keys to said .deb file. Hit <enter> and the file will open. Go into it and look round; read the info - navigate to it and hit F3.

    To install simply go to INSTALL and hit <enter>. This will always install the thing, but leave it unconfigured if the correct dependencies are abscent.
    All power is violence; all power is evil.
    Money As Debt

Posting Permissions

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