This is a discussion on Knoppix live installer - how to use? within the Linux Operating System forums, part of the Unix Operating Systems category; --> I have found that Knoppix looks at KNOPPIX/usr/share/knx-live-inst/modules to find new programs to install but obviously this is on ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have found that Knoppix looks at KNOPPIX/usr/share/knx-live-inst/modules to find new programs to install but obviously this is on the cdr, so how do I tell KNOPPIX where to look for a program which I want to install from a hard drive? |
| |||
| ["Followup-To:" header set to comp.os.linux.misc.] On 12 Dec 2004 04:35:29 -0800, Steve North <clangers_snout@yahoo.co.uk> wrote: > I have found that Knoppix looks at > KNOPPIX/usr/share/knx-live-inst/modules to find new programs to > install but obviously this is on the cdr, so how do I tell KNOPPIX > where to look for a program which I want to install from a hard drive? dpkg -i /path/to/file.deb -- Programming Department: Mistakes made while you wait. |
| ||||
| Error log for Sun, 12 Dec 2004 04:35:29 -0800: Steve North caused a Page Fault at address <40d137b3.0412120435.692ae5e9@posting.google.com >, details... > I have found that Knoppix looks at > KNOPPIX/usr/share/knx-live-inst/modules to find new programs to install > but obviously this is on the cdr, so how do I tell KNOPPIX where to look > for a program which I want to install from a hard drive? Once Knoppix is installed to hdd, then for all practical purposes it is the same as any other DEB based distro. You use the same tools that you would for a Debian system... To update the package list apt-get update To upgrade the installed packages apt-get dist-upgrade To install a single deb package dpkg -i <package> You can also take advantage of advanced tools and frontends for maintaining and upgrading your system like KPackage (gui) and aptitude (cli). HTH -- rapskat - 16:53:12 up 20 days, 23:12, 4 users, load average: 0.15, 0.30, 0.43 Someone is speaking well of you. |