No internet? No problem...
I'm a newbie myself, so there may well be several errors in this that may be corrected in time. I think the 'observations' below are valid, however, because I'm a newbie. You are only a virgin once and we tend to forget stuff after we get comfortable working around certain problems.
WARNING: EXPERIMENTAL.
The riskiest part here is uninstalling. Don't uninstall ANYTHING unless you have a basic understanding of dpkg or some other way to restore a seriously damaged system.
There appear to be some bugs in the linkage in the DVD packages that can uninstall kubuntu desktop and even xorg for unfathomable reasons.
That said, this is a work in progress. And I've had some success, which I hadn't had before, so I assume it's due to the changes I made to my previous setup.
But I could be wrong.
Anyway, here's the experiment and a few incidental observations as a result of this process.
Using the DVD as an offline deb package archive:
Not sure it was necessary but I created and populated the binary-i386
directory with the Packages files shown. I actually downloaded those bz2 and gz files.
It didn't seem to work before and does seem to work now. That's all I can say at present.
I added the tree above to my filesystem and updated my /etc/apt/sources.list to include it. And it works! :-) At least it seems to. The branch on the right is a copy of the dirs on the DVD and the branch on the left was generated from what I saw at a debian download page.
And here's what I have discovered by way of experiments after having setting this up. (Using version 12.4 DVD, no internet connection.)
1. Muon is dangerous.
[x] uninstalling kdevelop4 should not require uninstalling kubuntu desktop or xorg (!)
[x] Kdevelop4 is a mutant Frankenstein/Godzilla cross that wastes resources at an unimaginable rate -- 50 Megs for each and every "Hello World" app, for starters. (There's more wrong with it, but that's a biggie.)
[x] Kdevelop3, on the other hand, while it doesn't create plasmoids, is the best generic IDE/Programming editor in the Linux world. (More on kdev3 below)
Bottom line: Uninstalling kdevelop4 should not uninstall your desktop and xorg.
I think the dependencies and depends-on relationships have been reversed.
Looks like Idle might have the same prob but I haven't verified that yet.
POSSIBLE FEATURE REQUEST: There is currently no way to override this error in muon, and with many unfamiliar package names, the likelihood of newbie's being able to restore the broken system (including muon itself) is slim unless you know how to use dpkg or have other tools to work around this bug.
Know what these do?
'dpkg -i -R $MAIN/xorg' and
'dpkg -i -R $MAIN/k/kubuntu-meta/kubuntu-desktop_1.243_i386.deb'
Where $MAIN is the path to the pool subdirectory named 'main' seems to have worked to get going again.
[Verifying through a reboot... <ok> but again, I'm not sure because I've only done this once so far.]
Also:
2. qt assistant (the qt doc viewer) should either be unbundled from
[x]main/q/qt4-x11/qt4-dev-tools_4.7.4-1ubuntu6_i386.deb
or this should be added as a dependency
[x]qt4-doc_4.7.4-1ubuntu6_all.deb
As-is, assistant runs but doesn't show anything.
Note: when we attempt to get 'assistant' using apt-get (yes! it works with this setup) it offers kdevelop3 as a separate package but kdevelop4 is unfortunately bundled.
We don't have kdevelop3 on the DVD, but it's well worth the download if you want a dyn-o-mite ide/programming editor for general purposes, with a somewhat kate-like editor a regex find/replace helper (not VI/VIM), and lots more.
I'm a newbie myself, so there may well be several errors in this that may be corrected in time. I think the 'observations' below are valid, however, because I'm a newbie. You are only a virgin once and we tend to forget stuff after we get comfortable working around certain problems.
WARNING: EXPERIMENTAL.
The riskiest part here is uninstalling. Don't uninstall ANYTHING unless you have a basic understanding of dpkg or some other way to restore a seriously damaged system.
There appear to be some bugs in the linkage in the DVD packages that can uninstall kubuntu desktop and even xorg for unfathomable reasons.
That said, this is a work in progress. And I've had some success, which I hadn't had before, so I assume it's due to the changes I made to my previous setup.
But I could be wrong.
Anyway, here's the experiment and a few incidental observations as a result of this process.
Using the DVD as an offline deb package archive:
Not sure it was necessary but I created and populated the binary-i386
directory with the Packages files shown. I actually downloaded those bz2 and gz files.
It didn't seem to work before and does seem to work now. That's all I can say at present.
Code:
url ________|________ dists pool ____|___ ____|___ precise ... ... main __|___ __|____ main ... ... a ... __|________ ____|___,______ binary-i386 ... ... aisleriot ... | | [Packages.bz2 Packages.gz Release] [versions]
And here's what I have discovered by way of experiments after having setting this up. (Using version 12.4 DVD, no internet connection.)
1. Muon is dangerous.
[x] uninstalling kdevelop4 should not require uninstalling kubuntu desktop or xorg (!)
[x] Kdevelop4 is a mutant Frankenstein/Godzilla cross that wastes resources at an unimaginable rate -- 50 Megs for each and every "Hello World" app, for starters. (There's more wrong with it, but that's a biggie.)
[x] Kdevelop3, on the other hand, while it doesn't create plasmoids, is the best generic IDE/Programming editor in the Linux world. (More on kdev3 below)
Bottom line: Uninstalling kdevelop4 should not uninstall your desktop and xorg.
I think the dependencies and depends-on relationships have been reversed.
Looks like Idle might have the same prob but I haven't verified that yet.
POSSIBLE FEATURE REQUEST: There is currently no way to override this error in muon, and with many unfamiliar package names, the likelihood of newbie's being able to restore the broken system (including muon itself) is slim unless you know how to use dpkg or have other tools to work around this bug.
Know what these do?
'dpkg -i -R $MAIN/xorg' and
'dpkg -i -R $MAIN/k/kubuntu-meta/kubuntu-desktop_1.243_i386.deb'
Where $MAIN is the path to the pool subdirectory named 'main' seems to have worked to get going again.
[Verifying through a reboot... <ok> but again, I'm not sure because I've only done this once so far.]
Also:
2. qt assistant (the qt doc viewer) should either be unbundled from
[x]main/q/qt4-x11/qt4-dev-tools_4.7.4-1ubuntu6_i386.deb
or this should be added as a dependency
[x]qt4-doc_4.7.4-1ubuntu6_all.deb
As-is, assistant runs but doesn't show anything.
Note: when we attempt to get 'assistant' using apt-get (yes! it works with this setup) it offers kdevelop3 as a separate package but kdevelop4 is unfortunately bundled.
We don't have kdevelop3 on the DVD, but it's well worth the download if you want a dyn-o-mite ide/programming editor for general purposes, with a somewhat kate-like editor a regex find/replace helper (not VI/VIM), and lots more.
Comment