LinuxQuestions.org
Help answer threads with 0 replies.
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 07-02-2008, 08:08 AM   #1
KidZero
LQ Newbie
 
Registered: Aug 2007
Location: Jacksboro, Tx
Distribution: Slackware 13.34
Posts: 28

Rep: Reputation: 15
How can I install -Packages Without Internet connection-


I just installed Slackware 12.1 on my Thinkpad x390... I have no Internet connection for my laptop... I was wanting to know how I could go about installing packages manually... I can download all the binaries on another computer and put them on a Cd or Flashdrive... Also does anyone know any good sites for desktop development... I would like to create a righteous manager.. something with transparency maybe there is a way to show the kernel running in the background while running software on kde

Last edited by KidZero; 07-02-2008 at 08:09 AM.
 
Old 07-02-2008, 08:32 AM   #2
Libra RHR
Member
 
Registered: Aug 2003
Location: Salzburg, Austria
Distribution: Ubuntu 8.04
Posts: 46

Rep: Reputation: 15
I guess it's deb you're using.

By editing the file /etc/apt/sources.list - marking the lines with an Internet server with a hash - and the running

apt-get update

you can turn off away the Internet sourcing.
 
Old 07-02-2008, 08:44 AM   #3
KidZero
LQ Newbie
 
Registered: Aug 2007
Location: Jacksboro, Tx
Distribution: Slackware 13.34
Posts: 28

Original Poster
Rep: Reputation: 15
Wink

Quote:
Originally Posted by Libra RHR View Post
I guess it's deb you're using.

By editing the file /etc/apt/sources.list - marking the lines with an Internet server with a hash - and the running

apt-get update

you can turn off away the Internet sourcing.
The thing is... I work at a computer lab and the only source of internet is in the lab.. All the machines have Windows XP Os's... I thought maybe I could download the packages and put them on floppies or maybe a cd and then install them on my laptop from the media source...
 
Old 07-02-2008, 08:45 AM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by KidZero
I just installed Slackware 12.1 on my Thinkpad x390.
Quote:
Originally Posted by Libra RHR View Post
I guess it's deb you're using.
What the **** did you inhale?


KidZero, installing packages manually is easy, even without network. Burn the packages to a CDROM, mount the CDROM on your computer and use the "installpkg" program to install.

Eric
 
Old 07-02-2008, 08:52 AM   #5
KidZero
LQ Newbie
 
Registered: Aug 2007
Location: Jacksboro, Tx
Distribution: Slackware 13.34
Posts: 28

Original Poster
Rep: Reputation: 15
right on you know a good site that has all the packages so i can download them all at once?
 
Old 07-02-2008, 09:14 AM   #6
Libra RHR
Member
 
Registered: Aug 2003
Location: Salzburg, Austria
Distribution: Ubuntu 8.04
Posts: 46

Rep: Reputation: 15
Quote:
What the **** did you inhale?
There are more friendly ways to correct me that Slackware does not use deb.

Although I do not know anything about tgz file packaging, I try to give a hint: There's a helper tool just like apt, called slackpkg, which is usually not installed. The same way installing it may be the same way as turning off Internet access:

Edit the file

/etc/slackpkg/mirrors

therefore. There is also a dependency-aware helper tool that can tell you the packages you should burn on CD before proceeding.

cheers

BTW: What do you meen with "desktop development"?
 
Old 07-02-2008, 09:25 AM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Smile

Quote:
Originally Posted by KidZero View Post
right on you know a good site that has all the packages so i can download them all at once?
You can go directly to the slackware site and download packages.

http://www.slackware.com/getslack/

Also you can get excellent packages here:

http://www.slackbuilds.org/

http://slackware.com/~alien/
 
Old 07-02-2008, 05:42 PM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by Libra RHR View Post
There are more friendly ways to correct me that Slackware does not use deb.
Well yeah, but I don't generally use those for clueless posters :-)
I give it to you though: you recovered very well in your second post. Kudos for taking the trouble as a non-slacker to check out alternatives to deb.

Eric
 
Old 07-02-2008, 05:59 PM   #9
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Just a note -- slackbuilds.org does not contain packages, but instead links to source code, along with a SlackBuild. SlackBuilds are my preferred method of installing software, but if you choose to try it installing from an offline source, make sure you include both the sources and the SlackBuild (at slackbuilds.org the SlackBuild is located within a .tar.gz archive -- you would need the entire archive to build the application).

In addition to Alien Bob's repository mentioned above, you should also be aware of rworkman's repository. Both include prebuilt packages as well as SlackBuilds.

Another nice resource is slacky.eu, which contains tons of prebuilt packages along with SlackBuilds. I would trust it a little less than slackbuilds.org and the two repositories linked above, but you shouldn't have any problems using packages from there. I would discourage the use of packages from linuxpackages.net though -- not all of their packages include build scripts, so you're basically going on blind faith that the package was created properly and will work. In addition, some of the packages have questionable dependencies. There ARE reputable packagers at linuxpackages.net, but finding them takes experience. If you do decide to use packages from linuxpackages.net, be sure to research which packagers are reliable and install only packages from them.
 
Old 07-02-2008, 06:05 PM   #10
kr4ey
Member
 
Registered: May 2007
Location: Florida
Distribution: Slackware64 14.1
Posts: 58

Rep: Reputation: 17
http://www.linuxpackages.net/

http://software.jaos.org/

http://www.slacky.eu/
 
Old 07-03-2008, 12:01 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,923
Blog Entries: 44

Rep: Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158Reputation: 3158
Hi,
I really don't think 'Linuxpackages' is one that I would rely on entirely. I've used it but I prefer to use SlackBuilds.

You could look at 'Slackware Builds, Packages & Scripts' section of 'Slackware-Links'. More than just SlackwareŽ links!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
how to install softwares in linux without any internet connection?? kratosal Linux - Newbie 4 03-28-2008 01:18 AM
Gentoo install looses connection to internet. johntramp Linux - Networking 5 04-14-2004 08:04 AM
internet connection during install zhangxd6 Debian 3 02-08-2004 12:52 PM
How install modem & Internet connection cauge Mandriva 12 12-11-2003 08:43 PM
Gentoo with no internet connection - getting packages greenmuzz Linux - Software 1 10-08-2003 06:21 AM

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

All times are GMT -5. The time now is 03:44 PM.

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