LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-02-2010, 02:47 AM   #1
wakkana12
Member
 
Registered: Dec 2009
Posts: 171

Rep: Reputation: 15
add packages from the installation disk


i'm done selecting packages from the slackware installer and the installation was finished. the problem is that when i tried to 'startx' it gives me an error.. i think there's some missing packages. how to go to the selection of packages again?
 
Old 08-02-2010, 02:52 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
What errors ?
To rerun the setup scripts
Code:
#pkgtool
 
Old 08-02-2010, 03:54 AM   #3
wakkana12
Member
 
Registered: Dec 2009
Posts: 171

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
What errors ?
To rerun the setup scripts
Code:
#pkgtool
when i run the
Code:
pkgtool
it shows me options, then i choose others so that i can specify the location of the cd then i point it to
Code:
/media/cdrom/sources
after that nothing happens.

the cdrom was mounted properly.
 
Old 08-02-2010, 06:56 AM   #4
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Install everything in x and xap
then run xorgsetup or xorgconfig.

Again, what are the errors when you start X ?
 
Old 08-05-2010, 12:16 AM   #5
wakkana12
Member
 
Registered: Dec 2009
Posts: 171

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Install everything in x and xap
then run xorgsetup or xorgconfig.

Again, what are the errors when you start X ?
actually i dont want to install everything in x and xap.. i just wanna add some packages which i forgot to add during the installation setup..
 
Old 08-05-2010, 03:52 AM   #6
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
actually i dont want to install everything in x and xap.. i just wanna add some packages which i forgot to add during the installation setup..
mount the cd, and install whatever you want.
 
Old 08-05-2010, 07:38 AM   #7
wakkana12
Member
 
Registered: Dec 2009
Posts: 171

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
mount the cd, and install whatever you want.
yeah.. but is there an easy way? like something in the installation where i can just select and deselect those packages..
 
Old 08-05-2010, 01:41 PM   #8
rg3
Member
 
Registered: Jul 2007
Distribution: Fedora
Posts: 527

Rep: Reputation: Disabled
Locate the package files for the packages you want to install inside the mounted CD, and simply use something like

Code:
installpkg /path/to/package.txz
or

Code:
upgradepkg --install-new /path/to/package.txz
By the way, I don't think my Slackware DVD has a "sources" directory, and if it's there, it's probably the package sources, not the package files.
 
Old 08-05-2010, 10:48 PM   #9
wakkana12
Member
 
Registered: Dec 2009
Posts: 171

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by rg3 View Post
Locate the package files for the packages you want to install inside the mounted CD, and simply use something like

Code:
installpkg /path/to/package.txz
or

Code:
upgradepkg --install-new /path/to/package.txz
By the way, I don't think my Slackware DVD has a "sources" directory, and if it's there, it's probably the package sources, not the package files.

mine does.. ^^ i downloaded the whole 3gig.. there's also the .txz file..
 
Old 08-06-2010, 12:56 AM   #10
wakkana12
Member
 
Registered: Dec 2009
Posts: 171

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by repo View Post
Install everything in x and xap
then run xorgsetup or xorgconfig.

Again, what are the errors when you start X ?
the errors in /var/log/Xorg.0.log was

Code:
Failed to load module "fbdev" (module does not exist, 0)
GLX: could not load software renderer
XKB: couldn't open rules file /etc/X11/xkb/rules/evdev
XKB: No components provided for device Virtual core keyboard
and there's more.. like another 5 lines..
how can i fix this?

Last edited by wakkana12; 08-06-2010 at 01:13 AM.
 
Old 08-11-2010, 12:49 AM   #11
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
i think there's some missing packages. how to go to the selection of packages again?
try
Code:
# slackpkg install a ap d e f k kde l n t tcl x xap y
see
http://www.linuxquestions.org/questi...estion-825436/
 
Old 08-11-2010, 02:54 AM   #12
bormant
Member
 
Registered: Jan 2008
Posts: 426

Rep: Reputation: 240Reputation: 240Reputation: 240
Quote:
Originally Posted by wakkana12 View Post
when i run the
Code:
pkgtool
it shows me options, then i choose others so that i can specify the location of the cd then i point it to
Code:
/media/cdrom/sources
after that nothing happens.

the cdrom was mounted properly.
1) You can specify directory with packages (no recursion).
2) Path to binary packages of Slackware is /media/cdrom/slackware/x for X series, /media/cdrom/slackware/xap for XAP series and so on.

But if you plan to install whole series and have no time to say "yes" to confirm install of every package, the best way is (for ex. for X series):
Code:
# upgradepkg --install-new /media/cdrom/slackware/x/*.t?z
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
packages from disk 2...6 post installation skoomafiend Slackware 1 04-02-2009 01:18 PM
add packages abd_bela VectorLinux 1 02-24-2009 09:55 AM
Still cannot use Installation CD/DVD RHEL5 to add & remove packages? hocheetiong Linux - Newbie 1 01-03-2008 05:26 AM
How to install Packages from Fedora installation disk gopi.d Fedora 1 12-07-2007 07:10 AM
How to add packages futurist Linux - Newbie 3 02-10-2004 07:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration