Install Deb Package Puppy Linux System

 Posted admin
Install Deb Package Puppy Linux System Average ratng: 4,3/5 4799 votes

Every Linux distribution based on Debian uses Debian packages as a method for installing and uninstalling the software. Debian packages are identified by the file extension .deb. They can be installed and uninstalled using graphical tools and the command line.

Why Install a .deb File Manually

Most of the time you use a package manager such as the Ubuntu Software Center, Synaptic, or Muon to install the software in Debian-based distributions. If you prefer to use the command line, you are likely to use apt-get.

Some applications aren't available in the repositories and have to be downloaded from the vendors' websites. Be careful about downloading and installing Debian packages from sources that do not exist in the distribution's repositories.

May 18, 2017. How to install deb packages. Debian or a derivative of Debian Linux and have downloaded a.deb package that they want. Download your chosen.deb package. Puppy Linux Documentation Wiki. Puppy Package Manager (PPM). It will then download and install the software onto the system. Slacko Puppy. Install Deb Package Puppy Linux Forum. Package once and run everywhere. Puppy Linux's package manager, Puppy Package Manager, installs packages in PET (Puppy Enhanced Tarball) format by default but it also accepts packages from other. About Slacko. Slacko Puppy Linux is an operating system for your computer. An operating system is. Puppy also has the capability of installing deb, rpm and tgz/txz packages from Debian family, Red Hat family and Slackware family of Linux operating systems. The way Puppy is designed, if you use a frugal type install, software can be installed as an sfs (Squash File System) package.

Some of the biggest applications are delivered in this format, including Google's Chrome web browser. For this reason, it is important to know how to install the packages manually.

Where to Get a .deb File

For demonstration purposes, you need a .deb file to install.

This example uses the .deb file for a QR Code Creator. A QR code is one of those funny-looking symbols you see just about everywhere. When you focus on the QR Code with your mobile device, it takes you to a web page, almost like a hyperlink.

On the QR Code Creator page, there is a .deb file. Clicking on the link downloads the .deb file to your downloads folder.

How to Install .deb Packages

The tool used to install and uninstall Debian packages is called 'dpkg.' It is a command line tool. Through the use of switches, you can do many different things with it.

The first thing you want to do is install the package. Type the following into the command line:

For example to install the QR Code Creator the command is as follows:

If you prefer, you can also use --install instead of -i as follows:

What Happens If It Breaks?

When you install a any type of package on a Linux system, there's a good chance that it's going to depend on other packages, often called dependencies. Dpkg doesn't have automatic dependency resolution, meaning that it won't pull the packages that your package requires. Often times, this leads to errors when installing a .deb package with dpkg.

Linux

There's a simple solution. After your install fails, run the following command to use the Apt package manager, which does have dependency resolution, to sort out the mess and fix anything that's broken.

You can shorten that to:

Apt will clean up what dpkg broke, and install both your package and its dependencies.

Installing With Apt

You do have another option when it comes to installing .deb packages on your system. The Apt package manager, the same one you use to update your system and install new packages from the Web, can also install packages locally on your system.

As previously discussed, Apt has the advantage of automatic dependency resolution, so you won't need to worry about things ever breaking in the first place. Apt will handle both your package and anything that it may need.

To use Apt, simply point it in the direction of whichever .deb package you want to install.

If you want to play it extra safe, you can add the 'fix broken' flag from before to ensure that Apt gets everything.

What Is in a .deb File?

If you have ever wondered what makes up a .deb package, you can run the following command to extract the files from a package without installing it.

Install Deb Packages Ubuntu

This command extracts the contents of the qr-code-creator package into a folder called qrcodecreator located in the home folder (/home/qrcodecreator). The destination folder qrcodecreator must already exist.

In the case of qr code creator, the contents are as follows:

  • usr
  • usr -> bin
  • usr -> bin -> qr-code-creator
  • usr -> share
  • usr -> share -> applications
  • usr -> share -> applications -> qr-code-creator.desktop
  • usr -> share -> doc
  • usr -> share -> doc -> qr-code-creator
  • usr -> share -> doc -> qr-code-creator -> changelog.gz
  • usr -> share -> doc -> qr-code-creator -> copyright
  • usr -> share -> man
  • usr -> share -> man -> man1
  • usr -> share -> man -> man1 -> qr-code-creator.1.gz
  • usr -> share -> pixmaps
  • usr -> share -> pixmaps -> qr-code-creator.png
  • usr -> share -> qr-code-creator

Removing .deb Packages

Remove a Debian package using the following command:

If you want to remove the configuration files as well, use the following command:

Apt can handle these too, and you won't need to remember the whole version number, just the actual name of the package.

If you are using a Ubuntu-based distribution, just double-click on the .deb file, and it loads into the Software Center. Then, click install.

Active3 months ago

A month or two ago, I installed the latest version of Puppy Linux to an old Eee PC which I hardly use any more. Well I'm on it now! But I can't figure out how to update it.

It uses a weird Puppy package manager which only seems to have options for installing and uninstalling things. I found an option to update the database, but that didn't actually update any of the software on my system.

I've looked through the menus several times and don't see anything that says update.

How do I update Puppy Linux??

Gilles
571k138 gold badges1180 silver badges1692 bronze badges
RicketRicket
4523 gold badges6 silver badges13 bronze badges

1 Answer

Please go through this blog as i think it exactly describes what you need : how-to-update/upgrade-kernel-for-puppy-linux
I think this site could also help you.. flash-puppy
Another link which might help you is : Update from 4.1.2 to 4.2

Note : Take a look at this site also : installing-puppy-linux-to-your-hard-drive

Thanks,
Sen

SenSen
4,20116 gold badges50 silver badges64 bronze badges

Install Deb Package Linux Mint

Not the answer you're looking for? Browse other questions tagged linuxpackage-managementupgrade or ask your own question.