PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 26, 2012, 11:12:22 AM


Login with username, password and session length


Pages: [1]   Go Down
  Print  
Author Topic: Updating after installing pclinuxos-lxde-2010.iso.  (Read 1172 times)
sphinx
Guest
« on: April 23, 2010, 01:31:04 PM »

I have successfully installed pclinuxos-lxde-2010.iso and now I want to update the system with the current packages.
The system has no network connection and I am looking for help in doing this. Has anyone made a doc showing how?

I was looking at the package repo and can probably figure out what packages to get but it may be a fair bit of work.
Logged
sphinx
Guest
« Reply #1 on: April 23, 2010, 04:20:42 PM »

Could I just download this
http://spout.ussg.indiana.edu/linux/pclinuxos/pclinuxos/apt/pclinuxos/2010/base/pkglist.main.bz2

And construct a list of packages to update or is there already an update .iso file somewhere?
Logged
Joble
Global Moderator
Hero Member
*****
Offline Offline

Posts: 6848


USA - Mountain Time


« Reply #2 on: April 23, 2010, 04:24:13 PM »

I remember once reading some detailed instructions on the matter, but I can't seem to locate them now.
Logged

Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System
T6
Super Villain
******
Offline Offline

Posts: 16992


i can rest now :D


« Reply #3 on: April 23, 2010, 04:30:55 PM »

the repositories for lxde are not that big but we are talking about dvd size discs

there is multiple posts talking about how to create a local repo

http://www.pclinuxos.com/forum/index.php/topic,63997.0.html

http://www.pclinuxos.com/forum/index.php/topic,59922.0.html

and some posts talking about buying pclinux repos on dvd that you can use with synaptic but this usually doesn't have the latest files and the current repos are very new, i don't think there is a option yet but soon will be i think

sometimes the most easy thing to do is just get internet from a neighbor or take your pc to a free connection spot and download what you need, sometimes you can download specific packages and install them form konsole but this works only for some basic apps
Logged

"It pays to keep an open mind, but not so open your brains fall out."

Carl Sagan
Joble
Global Moderator
Hero Member
*****
Offline Offline

Posts: 6848


USA - Mountain Time


« Reply #4 on: April 23, 2010, 04:56:23 PM »

Found one.  Not the one I was thinking of but it should still work, even though it's old.
http://pclosmag.com/html/Issues/200701/page02.html
Logged

Search First.
Forum Rules
Hero means I talk a lot, nothing more, nothing less!
Have an Awesome Day!
Healthy System
exterran
Full Member
***
Offline Offline

Posts: 179



« Reply #5 on: April 23, 2010, 05:52:19 PM »

I have successfully installed pclinuxos-lxde-2010.iso and now I want to update the system with the current packages.
The system has no network connection and I am looking for help in doing this. Has anyone made a doc showing how?

I was looking at the package repo and can probably figure out what packages to get but it may be a fair bit of work.

I think you will be most satisfied having the complete repository stored on USB flash drive(s). If you have a good friend who has a broadband connection and a lot of patience, you could possibly arrange downloading packages to hard drive then transfer to USB flash drive(s). The current repository is not yet available on DVD discs, but after some months have passed, I expect a disc-set to be available from one or more commercial distributors.
Logged

Dell Optiplex GX240, Pentium 4, 1.8GHz, 20GB HDD, 512 MB RAM, ATI Rage 128 Pro Ultra TF video card, HP L1720 monitor, HP LaserJet P1006 printer, Best Data 56SX92 external serial modem, PCLinuxOS 2010 LXDE
<< Registered Linux User 511042 >>
sphinx
Guest
« Reply #6 on: April 23, 2010, 08:11:42 PM »

Found one.  Not the one I was thinking of but it should still work, even though it's old.
http://pclosmag.com/html/Issues/200701/page02.html


Thanks, do you know if this is still the right link?

rsync -av --progress --delete --exclude=RPMS.exp/ --exclude=SRPM*/ distro.ibiblio.org::texstar/pclinuxos/apt/

Using the link above I get pkgs like this, which look old to me but I don't know for sure:

pclinuxos/2007/RPMS.extra/GraphicsMagick-1.1.11-1pclos2009.i586.rpm
Logged
sphinx
Guest
« Reply #7 on: April 23, 2010, 08:18:00 PM »

I'm no rsync expert nor am I an pclinuxos pkg expert, but I'm thinking that this might
be the correct link


rsync -av --progress --delete --exclude=RPMS.exp/ --exclude=SRPM*/ distro.ibiblio.org::texstar/pclinuxos/2010/RPMS.main

Hopefully someone's around that can confirm this because I need to start downloading soon as there's a lot.
Logged
exterran
Full Member
***
Offline Offline

Posts: 179



« Reply #8 on: April 24, 2010, 10:16:09 AM »

Quote
... I need to start downloading soon as there's a lot.

The repository you mention is not recommended by the dev's, as it is a primary repository used to sync other mirrors. Too much usage by the general public will overload the server. Check your Synaptic install for other repositories to use (also, /etc/apt/sources.list). It is unclear to me exactly how you plan to do the downloading ... by broadband connection or dial-up. The prospect of downloading up-dates via dial-up connection is a daunting task, one that I would not consider attempting.

You can generate a list of your installed packages with this command:

rpm -qa --qf '%{name}-%{version}-%{release}-%{arch}.rpm ' > installed.txt

Only Synaptic, however, will tell you what packages can be up-dated. I would never recommend that Synaptic be by-passed for package installation. Without it, the procedure is just too complicated.
Logged

Dell Optiplex GX240, Pentium 4, 1.8GHz, 20GB HDD, 512 MB RAM, ATI Rage 128 Pro Ultra TF video card, HP L1720 monitor, HP LaserJet P1006 printer, Best Data 56SX92 external serial modem, PCLinuxOS 2010 LXDE
<< Registered Linux User 511042 >>
scoundrel
Administrator
Hero Member
*****
Offline Offline

Posts: 3661


Philosophy= Bigger Hammer


« Reply #9 on: April 24, 2010, 11:03:34 AM »

I have successfully installed pclinuxos-lxde-2010.iso and now I want to update the system with the current packages.
The system has no network connection and I am looking for help in doing this. Has anyone made a doc showing how?

I was looking at the package repo and can probably figure out what packages to get but it may be a fair bit of work.

could you explain why you have no network connection ??  would think it easiest for you to get connected and use synaptic for installing packages ..
Logged


Please Donate Today..Or I Will Make You Wish You Had
menotu
PCLinuxOS Tester
Super Villain
*******
Offline Offline

Posts: 11982

┌∩┐(◕_◕)┌∩┐


« Reply #10 on: April 24, 2010, 12:35:48 PM »

I have successfully installed pclinuxos-lxde-2010.iso and now I want to update the system with the current packages.
The system has no network connection and I am looking for help in doing this. Has anyone made a doc showing how?

I was looking at the package repo and can probably figure out what packages to get but it may be a fair bit of work.

could you explain why you have no network connection ??  would think it easiest for you to get connected and use synaptic for installing packages ..

Thought you'd of guessed that Scoundrel - OP lives in a Pyramid!!  Wink  Cheesy  Grin
Logged

If you can keep you head while all around you are losing theirs, then you have misunderstood the situation.

PCLinuxOS 32bit & 64bit; 3.2.17bfs kernel, KDE 4.8.3; nvidia 295.53, Athlon 64 X2 4200+; 4GB Ram; NVidia GeForce 8400GS 1GB; x.org 1.10.4 ; 500GB/320GB
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM