OK, I have a DVD of Kubuntu which came out in March, it installs well but then needs updates, my burned CDs never seem to work even though they boot correctly, so I am thinking of storing the updates on a key, that and the packs for mp3 and video codexes, etc., anyways if I cannot, no probs
Announcement
Collapse
No announcement yet.
is there a way of storing updates to my USB key
Collapse
This topic is closed.
X
X
-
Re: is there a way of storing updates to my USB key
Sorry, was thinking aloud.
'dpkg' is the command to manage packages (when we're not talking about the repositories but individual ones). 'dpkg -i packagename.deb' would install the package in the packagename.deb file. '*' is a wildcard meaning "anything".
So in fact, the command would be
Code:sudo dpkg -i *.deb
- Top
- Bottom
Comment
Comment