LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   packages from disk 2...6 post installation (https://www.linuxquestions.org/questions/slackware-14/packages-from-disk-2-6-post-installation-716356/)

skoomafiend 04-02-2009 10:46 AM

packages from disk 2...6 post installation
 
Hi.I've installed disk one so far. Since I was installing off a usb stick I am only able to do them one at a time. So now I can boot into Slackware through LILO, but I am having trouble installing the other disks (the ones which contain the kde/etc.)

I am confused about where to mount the usb with the other disk, and then how exactly to use pkgtool to find the packages. I have tried to with pkgtool, where, under root, I would mount the usb to a new folder, but pkgtool does not seem to be able to find anything in them. When I use l -ls, it shows the packages are there however, maybe I am mounting them incorrectly or in a wrong location.

Any help would be greatly appreciated.

tommcd 04-02-2009 01:18 PM

Just mount the disc to a directory. Then cd into that directory and use installpkg as root to install any package you want. Example:
Code:

mkdir /mnt/disc
cd /mnt/disc

Then cd into the slackware directory of disc 2. There are individual directories in there for each of the software series. You can cd into each one and run:
Code:

installpkg package_name.tgz
to install any of the packages. Or if you want them all, just cd into each directory and run:
Code:

installpkg *.tgz
and all packages will be installed. Repeat this for disc 3 if you want KDE.


All times are GMT -5. The time now is 06:05 AM.