Find the answer to your Linux question:
Results 1 to 5 of 5
I have debian 4.0r1 installed....the updates installed fine....my only question now is....how do I install programs? I saw something in the tutorial about the apt program, but I don't know ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    4

    So I installed the OS....now what

    I have debian 4.0r1 installed....the updates installed fine....my only question now is....how do I install programs? I saw something in the tutorial about the apt program, but I don't know what to do with that....the instructions are kind of bland in detail.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Best way is, open Synaptic Package Manager and click on Reload button. Search package that you want to install, select and click on Apply button.
    Its easiest way to install packages.

    Check this tutorial : How to install Softwares in Linux. However, 16000+ packages are available in Debian sources, you can install any through Synaptic and you dont need to execute any command in Terminal.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,086
    Welcome to the forums!

    Here's an APT HowTo that's plenty detailed. You can also use Synaptic (the GUI frontend to APT) if you don't like using the command line for software installation.

    Have fun with Linux...
    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.

  4. #4
    Just Joined!
    Join Date
    Dec 2007
    Posts
    4

    Totally lost

    I am really lost.....I am trying to install AIM but nothing is happening......I downloaded the linux version of aim from the web to my desktop....I am in that terminal program and in the su root . I have typed apt-get install /home/tyler/Desktop/aim_1.5.286-2_i386.deb


    debian:~# apt-get install /home/tyler/Desktop/aim_1.5.286-2_i386.deb
    Reading package lists... Done
    Building dependency tree... Done
    E: Couldn't find package
    debian:~#


    Can someone help me? Tell me what I am doing wrong here.


    also....I tried opening it with the synaptic program but nothing happened and it didn't load
    Last edited by skiPSU87; 01-03-2008 at 07:26 PM. Reason: added info

  5. #5
    Linux Enthusiast
    Join Date
    Aug 2006
    Posts
    631
    Try:

    Code:
    dpkg --install /home/tyler/Desktop/aim_1.5.286-2_i386.deb
    Regards

Posting Permissions

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