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 ...
- 01-03-2008 #1Just 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.
- 01-03-2008 #2
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
- 01-03-2008 #3forum.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.
- 01-03-2008 #4Just 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 loadLast edited by skiPSU87; 01-03-2008 at 07:26 PM. Reason: added info
- 01-03-2008 #5Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Try:
RegardsCode:dpkg --install /home/tyler/Desktop/aim_1.5.286-2_i386.deb


Reply With Quote
