Results 1 to 8 of 8

Thread: Installing .deb files

  1. #1
    Join Date
    Mar 2012
    Beans
    2

    Unhappy Installing .deb files

    Hello ubuntu community! I'm new, and I wish to install a .deb file. The file glut.h for OpenGL does not come on my machine, whereas gl.h does. How do I install the glut3.deb file?

  2. #2
    Join Date
    May 2009
    Location
    Courtenay, BC, Canada
    Beans
    1,661

    Re: Installing .deb files

    double click on it in the file browser, it should open software center and then you can click on install (or it will tell you why it can't install)

  3. #3
    Join Date
    Mar 2012
    Beans
    2

    Re: Installing .deb files

    It doesn't work. When opening up the software center and clicking Install, the button will fade but no installation will start. Thanks for the reply!

  4. #4
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Installing .deb files

    Code:
    sudo dpkg -i filename.deb
    Last edited by haqking; March 21st, 2012 at 08:43 PM.
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  5. #5
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Installing .deb files

    Quote Originally Posted by haqking View Post
    Code:
    sudo dpkg -i filename.deb
    Forgot sudo.
    Last edited by CharlesA; March 21st, 2012 at 08:46 PM. Reason: fixed quote. ;)
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #6
    Join Date
    Jun 2007
    Beans
    14,790

    Re: Installing .deb files

    Forget the .deb. Do this:
    Code:
    sudo apt-get install freeglut3-dev

  7. #7
    Join Date
    Jun 2011
    Location
    The Shadow Gallery
    Beans
    6,744

    Re: Installing .deb files

    Quote Originally Posted by CharlesA View Post
    Forgot sudo.
    ahh my bad, long day

    edited

    cheers
    Backtrack - Giving machine guns to monkeys since 2006
    Kali-Linux - Adding a grenade launcher to the machine guns since 2013

  8. #8
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Installing .deb files

    Quote Originally Posted by haqking View Post
    ahh my bad, long day

    edited

    cheers
    Happens to everyone.

    @OP: Try doing what Temüjin posted. If it's in the repos, it's easier to install that way.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

Tags for this Thread

Bookmarks

Posting Permissions

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