Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
The blkid library which allows system programs like fsck and mount to quickly and easily find block devices by filesystem UUID and LABEL. This allows system administrators to avoid specifying filesystems by hard-coded device names, but via a logical naming system instead.
As you see you can't "run" blkid itself. It is used by other programs such as those named above. If you want to install it then
Hey, I appreciate the answer, but did you understand my question? "aptitude install" doesn't work in the installer environment. See what I said in my post:
apt-get: not found
so how do I install apps?
(BTW, blkid can indeed be run directly once you have it installed - try it yourself.)
Hey, I appreciate the answer, but did you understand my question? "aptitude install" doesn't work in the installer environment. See what I said in my post:
apt-get: not found
so how do I install apps?
(BTW, blkid can indeed be run directly once you have it installed - try it yourself.)
Puppy doesn't use deb-type packages so apt-get or aptitude are useless to you. Puppy comes with a "universal installer" (or something like that name) and you use that. I believe Puppy packages are called "PETS".
Rereading your post it isn't really clear what distro you are using. At first I thought you were using Ubuntu but I guess you aren't. Are you going to say which distro you're using or do I keep guessing?
Yes, I am using Ubuntu. As I said, "I'm in the rescue mode of the Ubuntu alternate CD installer."
If you boot from the Ubuntu alternate CD installer and go into a command shell, you will be in the shell called "/bin/sh" running BusyBox. This is a very limited environment. I think you can also reach the same environment with Ctrl-Alt-F2 from the Ubuntu alternate CD installer. I am not using the Live CD because I need to do advanced disk setup.
Aptitude and apt-get are not available in this shell. So I need to know how to install '.deb' packages in that environment.
Yes, I am using Ubuntu. As I said, "I'm in the rescue mode of the Ubuntu alternate CD installer."
If you boot from the Ubuntu alternate CD installer and go into a command shell, you will be in the shell called "/bin/sh" running BusyBox. This is a very limited environment. I think you can also reach the same environment with Ctrl-Alt-F2 from the Ubuntu alternate CD installer. I am not using the Live CD because I need to do advanced disk setup.
Aptitude and apt-get are not available in this shell. So I need to know how to install '.deb' packages in that environment.
I have never used busybox but it seems to be a small set of *nix tools. Are you even sure that you can install packages from inside the BBX environment? I guess this: http://www.busybox.net/ would be the best source of info.
Best of luck.
jdk
I'm still needing more help. Surely someone knows how to install deb packages in the Ubuntu alternate CD command shell.
The BusyBox.net website is too general. I need specific help for Ubuntu. The BusyBox website says dpkg is available, but in the Ubuntu alt installer CD, this command is not present...
I'm still needing more help. Surely someone knows how to install deb packages in the Ubuntu alternate CD command shell.
The BusyBox.net website is too general. I need specific help for Ubuntu. The BusyBox website says dpkg is available, but in the Ubuntu alt installer CD, this command is not present...
You might do ls /usr/bin and ls /usr/sbin That will give you some idea of the tools you have available. Beyond that...... I'm out of suggestions. What exactly are you trying to rescue? There doesn't seem to be much there.
jdk
This thread is super-old, so only answering it because it showed up first in a google search for "busybox package manager." The answer, as ultimately I discovered on my own with some targeted searches in a busybox console, is that busybox includes dpkg. So, if you're lucky and need to install something that doesn't have too many dependencies, you can use dpkg to get the job done.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.