Results 1 to 4 of 4
Ubuntu being based on debian, I'm assuming Ican install from .deb files? if so, how?...
- 03-23-2006 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Colorado
- Posts
- 84
[UBUNTU] .deb files
Ubuntu being based on debian, I'm assuming Ican install from .deb files? if so, how?
- 03-24-2006 #2
Yes, you can install deb packages individually. To do so, as root type:
As a note, if you can install it through apt, you would be better to do so this way.Code:dpkg -i <name of deb>
BryanLast edited by bryansmith; 03-24-2006 at 01:28 AM.
Looking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 03-24-2006 #3Just Joined!
- Join Date
- Jul 2005
- Location
- Colorado
- Posts
- 84
how do I know if a package is provided through apt?
- 03-24-2006 #4Just Joined!
- Join Date
- Jan 2005
- Location
- Maryland
- Posts
- 67
apt-cache search <package name> can show you available packages. <package name> really is using a regular expression, so if you know how to use them it can be very powerful.



