Results 1 to 10 of 13
Well, here is the idea..
I want to switch from Gentoo to Debian.
I dont have inet on this pc.
But I want a minimal system.
So, I did get ...
- 11-03-2007 #1
dpkg..
Well, here is the idea..
I want to switch from Gentoo to Debian.
I dont have inet on this pc.
But I want a minimal system.
So, I did get a netinstall system.
Well, done.
Well, install worked.. but now I need to install xfce and other programs.
So, I was looking at the package system.
So I found out that I had to use Dpkg.
So I downloaded all the packages I need from the website.
Jobs Done. so I was hoping thatworked.Code:dpkg -i *
But, well it doesnt.
Is there a easy way to install lots of files from a CD??
Im sorry for this low level question.
Anyone who can help me?
Cheers,
Robin
- 11-03-2007 #2
Hi,
From the documentation, it looks like if you use the recursive switch along with the name of the directory containing the packages, it should install multiple packages.
e.g.
Hope that helps. Goodluck!Code:dpkg -iR /media/cdrom/dists/
- 11-03-2007 #3
- 11-03-2007 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Just a side note, I hope this helps...
Have you heard of AptOnCD? It was written for Ubuntu but I'm sure it would work for Debian. It allows you to build a repository CD based on an existing install.
- 11-04-2007 #5
There is another way too. Check this thread.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-04-2007 #6
@devils_casper That looks like the best way.. ^^ but, I still have to find out how to install packages with that way. Instead of upgrading them. But I think I can find a way..
@bigtomrodney I think It will, not sure though. Since I dont have room for a Graphical End. Well Ill look into it. Thanks!
@hughitt1 I tryed that, and it fails since of to many errors. I have no idea wjy since I downloaded all the files that the debian site said I was needing. Anywho I think that the other ways are better. Thanks Though!!!
Edit:
I am trying Devils Way now,
I got a list of all the Packages. Downloaded everything with wget -i. (Cygwin ^^)
And well now I am installing all the packages with dpgk -i *.deb
Hope that works.
Already got once stopped since of to many errors. but that was when i did dpgk -i *
So I hope this does work.
Cheers,
Robin
- 11-04-2007 #7
Sorry I reply on myself.
But I just cant figure out how to do this?
I tried apt-get with changing sources.list...
I tried dselect. I tried the way of Devil and Bigtom.. Well Devils just doesn't work. (Since it only has a GUI..
)
And, I tryed my own way.
Ive been googling..
I think i just should stick to Gentoo. but that DualBoot keeps acting up.
And I dont like the Source-Only thing. Since I install a lot of programs. And I update everyday.
And Debian does have the innit and service scripts I likes so.
Anyhow, does anyone have a better idea for me?
And, I know this is for a diffrent topic.. But what isfor error?Code:atkbd.c Spurious ACK on isa0060/serio0.
Since it keeps coming up. And I googled it and they say you have to reinstall the kernel then. But its just the base kernel. And I always have that when I install debian.. (Never succeeded.. )
- 11-04-2007 #8
what part of Devils way breaks for you, because although I have never used it, it looks to be pretty straight forward.
as for your error, are you using any serial ports? one post I ready suggested besides recompiling your kernel is to disable the serial ports
- 11-05-2007 #9
- 11-05-2007 #10
Did you copy all downloaded packages in /var/cache/apt/archives folder?
Some Windows Machines do not assign correct filenames to downloaded packages. Make sure that dowloading package name and saved filename must match.
Your machine must be connected to internet atleast once to update sources. Execute this
It will recreate source database with latest version available over internet. it will take a few seconds only. Follow instructions given on that thread and download packages. Copy packages in /var/cache/apt/archives folder and execute apt-get install <package> command to install those.Code:su apt-get update
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
