Slitaz Install Debian Packages
.deb should be convert by run command 'tazpkg convert (.deb filename.)' but what i'am try to install.deb never success even one. As seafolf comment, better select. Slitaz Install Debian Package Ubuntu Forums. Pkg is a lightweight package manager to install, list, download, update or remove.
TazPkg Manual TazPkg Manual Name TazPkg — Tiny autonomous zone package manager. Syntax tazpkg command options.
Description TazPkg is a lightweight package manager to install, list, download, update or remove precompiled packages on a GNU/Linux system. TazPkg offers commands for searching and creating packages and was created independently for the project. The format of the packages using the.tazpkg extension is a cpio archive containing a filesystem compressed with lzma, a receipt and an optional description.
TazPkg also manages dependencies based on package receipts. Each receipt contains all the information about a package and can also include pre- and post-installation functions. The same receipt is used by to compile sources and generate a.tazpkg package.
TazPkg is entirely built from scratch using Shell script, compatible with Bash; it runs under Ash — part of the Busybox project. TazPkg is distributed under the free GNU license.
Environment TazPkg uses some environment variables:. LANGUAGE: defines the language of output and user confirmations. Note, LANG and LCALL environment variables also affect output language. LCTIME: defines the date format in the command. root: if defined, points to the root of a file system where TazPkg should work. Note, a value defined using -root= option has precedence over this environment variable Files Configuration files. Package database files Default placement of the package database is /var/lib/tazpkg.
(deprecated): identifier of the current SliTaz repository state. The value changes when new or updated packages appear in the repository.: identifier of the current SliTaz repository state and the UNIX time stamp.
The ID value changes when new or updated packages appear in the repository. Time stamp allows you to track how long a change is made in the repository and to track the freshness of repository mirrors. (To convert UNIX time stamp to the date: date -d@ timestamp).: URL of the current repository mirror in use. URL points to the remote folder containing packages and database files.: list of URLs of available repository mirrors. Note the difference between URLs from these two files; you should append URL from this file by packages/ cooking/ (for cooking-based SliTaz version). (deprecated): list of package names with version numbers available in the repository.
(deprecated): list contained package name, version, short description, category and upstream URL. (deprecated): list containing package name, version, short description and two package sizes (first — traffic to download package, second — HDD size for installed package). (deprecated): list containing MD5 checksum with package file name.: list was built to replace and extend above lists. For every package available in the repository it contains: package name, version, category, short description, upstream URL, tags, package sizes, depends and MD5 checksum.
Development continues, and the list can be extended by other fields, if necessary.: list of equivalent packages available in the repository. Format of the list item: package= rule rule. Format of the rule: alternative:newname — if alternative is installed then newname will be installed instead of the package. In the second format of the rule alternative: part is omitted — in this case newname can be installed instead of the package (in the user choice).: list created when you run command. List contains package names with versions of the new packages available in the repository with the last recharge.: list created when you run command. List contains package names you can upgrade with the last recharge.: list of the “long” descriptions of the all packages available on the repository.
packages-desc. Language — optional list of the packages translated short descriptions (see the package tazpkg-desc-ru). descriptions. Language.txt — optional list of the packages translated “long” descriptions (see the package tazpkg-desc-ru). packages.icons — optional list of the packages icons for TazPanel.: optional list of the packages blocked for update.: list of the extra packages (non-free packages; free packages but not compiled from sources). List contains package name, short description, upstream URL, category, version, license.
files.list.lzma: very large compressed list which contains all the files of all the packages available in the repository (nearly 5,000 packages and nearly 0.7 million files now). files-list.md5: MD5 checksum of the files.list.lzma.: list of the installed packages with the exact format of the packages.info list. Idea is just to copy list item from packages.info to the installed.info during package installation. (deprecated): list containing MD5 checksum with file names of all installed packages.: optional list of the repositories priority. One repository name per line. Undigest repositories are called by their names and main repository by “main”. If priority list absent, then default priority is: main repository and all existing undigest repositories in alphabetical order.
Debian Install Deb Package
All the deprecated files will be deleted after we verify that the programs do not use them (and modify the programs as necessary). In addition to the common package database files there is also individual folders for all installed packages placed by default in the /var/lib/tazpkg/installed/ package.