Pkg kali linux install

Содержание
  1. How To Install pkg-js-tools on Kali Linux
  2. What is pkg-js-tools
  3. Install pkg-js-tools Using apt-get
  4. Install pkg-js-tools Using apt
  5. Install pkg-js-tools Using aptitude
  6. How To Uninstall pkg-js-tools on Kali Linux
  7. Uninstall pkg-js-tools And Its Dependencies
  8. Remove pkg-js-tools Configurations and Data
  9. Remove pkg-js-tools configuration, data, and all of its dependencies
  10. Dependencies
  11. References
  12. Summary
  13. pkg-config on Kali Linux
  14. 2. Uninstall / Remove pkg-config package
  15. 3. Details of pkg-config package
  16. 4. References on Kali Linux
  17. 5. The same packages on other Linux Distributions
  18. How To Install pkg-ver-latest on Kali Linux
  19. One-liner install command
  20. What is pkg-ver-latest and what are the ways to install it?
  21. Install pkg-ver-latest using apt-get
  22. Install pkg-ver-latest using apt
  23. Install pkg-ver-latest using aptitude
  24. How to upgrade (update) a single package pkg-ver-latest using apt-get?
  25. How To Uninstall pkg-ver-latest from Kali Linux
  26. Uninstall pkg-ver-latest and all its dependencies
  27. Remove pkg-ver-latest with all configurations and data
  28. Remove pkg-ver-latest completely (configurations, data and all of its dependencies)
  29. Extra info and code examples
  30. Conclusion
  31. How To Install pkg-kde-tools on Kali Linux
  32. What is pkg-kde-tools
  33. Install pkg-kde-tools Using apt-get
  34. Install pkg-kde-tools Using apt
  35. Install pkg-kde-tools Using aptitude
  36. How To Uninstall pkg-kde-tools on Kali Linux
  37. Uninstall pkg-kde-tools And Its Dependencies
  38. Remove pkg-kde-tools Configurations and Data
  39. Remove pkg-kde-tools configuration, data, and all of its dependencies
  40. References
  41. Summary

How To Install pkg-js-tools on Kali Linux

In this tutorial we learn how to install pkg-js-tools on Kali Linux.

What is pkg-js-tools

The Debian Javascript Group works on packaging JavaScript libraries for Debian. This collection contains the tools which help the group with day-to-day work.

It provides github-debian-upstream, dh-make-node, a salsa configuration file and files to add “–with nodejs” to dh.

There are three methods to install pkg-js-tools on Kali Linux. We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install pkg-js-tools Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install pkg-js-tools using apt-get by running the following command:

Install pkg-js-tools Using apt

Update apt database with apt using the following command.

After updating apt database, We can install pkg-js-tools using apt by running the following command:

Install pkg-js-tools Using aptitude

If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

After updating apt database, We can install pkg-js-tools using aptitude by running the following command:

How To Uninstall pkg-js-tools on Kali Linux

To uninstall only the pkg-js-tools package we can use the following command:

Uninstall pkg-js-tools And Its Dependencies

To uninstall pkg-js-tools and its dependencies that are no longer needed by Kali Linux, we can use the command below:

Remove pkg-js-tools Configurations and Data

To remove pkg-js-tools configuration and data from Kali Linux we can use the following command:

Remove pkg-js-tools configuration, data, and all of its dependencies

We can use the following command to remove pkg-js-tools configurations, data and all of its dependencies, we can use the following command:

Читайте также:  How to set mtu in linux

Dependencies

References

Summary

In this tutorial we learn how to install pkg-js-tools package on Kali Linux using different package management tools: apt , apt-get and aptitude .

Источник

pkg-config on Kali Linux

This guide let you learn how to install pkg-config package:

2. Uninstall / Remove pkg-config package

In this section, we are going to explain the necessary steps to uninstall pkg-config package:

3. Details of pkg-config package

Package: pkg-config
Version: 0.29.2-1
Installed-Size: 204
Maintainer: Tollef Fog Heen
Architecture: amd64
Replaces: pkg-config-bin
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.16.0), libdpkg-perl
Suggests: dpkg-dev
Conflicts: pkg-config-bin
Size: 65064
SHA256: 09a05a23c5fd5baacd488255a6b0114909210691b830fb951acd276e9bcd632a
SHA1: f7e3ce831d07b087c2e99178969c7fb3cdffc8f1
MD5sum: 3ef5b6f49c456c9aae89486999714ae4
Description: manage compile and link flags for libraries
pkg-config is a system for managing library compile and link flags that
works with automake and autoconf.
.
Increasingly libraries ship with «.pc» files that allow querying of the
compiler and linker flags needed to use them through the pkg-config(1)
program.
Description-md5: 5622d544b680cd37e49d3435959207a2
Multi-Arch: foreign
Homepage: http://pkg-config.freedesktop.org
Tag: admin::configuring, devel::buildtools, interface::commandline,
role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/p/pkg-config/pkg-config_0.29.2-1_amd64.deb

4. References on Kali Linux

5. The same packages on other Linux Distributions

pkg-config (0.29.1-0ubuntu2) Ubuntu 18.04 LTS (Bionic Beaver)

pkg-config (0.29.1-0ubuntu1) Ubuntu 16.04 LTS (Xenial Xerus)

pkg-config (0.29.2-1ubuntu1) Ubuntu 21.10 (Impish Indri)

pkg-config (0.29.2-1.436) openSUSE Leap

pkg-config (0.29.2-1ubuntu3) Ubuntu 22.04 LTS (Jammy Jellyfish)

pkg-config (0.29-6) Debian 10 (Buster)

Источник

How To Install pkg-ver-latest on Kali Linux

In this guide, we’ll discuss How To Install pkg-ver-latest on Kali Linux. Also, we will demonstrate how to uninstall and update pkg-ver-latest .

One-liner install command

For those in a hurry, here’s a one-line installation command:

sudo apt-get update && sudo apt -y install drbl

But if you are interested in the detailed steps with descriptions, the following information is for you.

What is pkg-ver-latest and what are the ways to install it?

Short description: diskless remote boot, and a disk cloning utility

Before beginning this tutorial, you will need access to a server or computer running Kali Linux. This guide was written specifically with a server running Kali Linux in mind, although it should also work on older, supported versions of the operating system.

Also, make sure you are running a regular, non-root user with sudo privileges configured on your server. When you have an account available, log in as your non-root user to begin.

There are several ways to install pkg-ver-latest on Kali Linux. You can use (links are clickable):

In the following sections, we will describe each method in detail. You can choose one of them or refer to the recommended one.

Install pkg-ver-latest using apt-get

First, update apt database with apt-get using the following command.

After updating apt-get database, You can install pkg-ver-latest using apt by running the following command:

Install pkg-ver-latest using apt

Because pkg-ver-latest is available in Kali Linux’s default repositories, it is possible to install it from these repositories using the apt packaging system.

Читайте также:  Process switch in linux

To begin, update apt database with apt using the following command.

After updating apt database, You can install pkg-ver-latest using apt by running the following command:

Install pkg-ver-latest using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

After updating aptitude database, You can install pkg-ver-latest by running the following command:

sudo aptitude -y install drbl

How to upgrade (update) a single package pkg-ver-latest using apt-get?

First, you will need to update packages index. Run update command as usual:

Next, to upgrade only the pkg-ver-latest, e.g. single package, you should use the following format with the apt-get command/apt command:

sudo apt-get --only-upgrade install drbl

Note that this command will not install any new packages! If you wish to install the package if it doesn’t exist you may leave out —only-upgrade part.

It’s Good to Know:

This will upgrade the package even if is already installed.

How To Uninstall pkg-ver-latest from Kali Linux

To uninstall only the pkg-ver-latest package you can execute the following command:

Uninstall pkg-ver-latest and all its dependencies

To uninstall pkg-ver-latest and its dependencies that are no longer needed by Kali Linux, you can use the command below:

sudo apt-get -y autoremove drbl

Remove pkg-ver-latest with all configurations and data

To remove pkg-ver-latest configuration and data from your system you can run the following purge command:

Remove pkg-ver-latest completely (configurations, data and all of its dependencies)

And lastly, you can run the next command to remove absolutely everything related to pkg-ver-latest package, e.g.: configurations, data and all of its dependencies. Just use this command:

sudo apt-get -y autoremove --purge drbl

Extra info and code examples

DRBL (Diskless Remote Boot in Linux) provides a diskless or systemless environment for client machines. It works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and OpenSuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Symantec Ghost(TM) or True Image(TM). For more details, check 1. http://drbl.sourceforge.net (English) 2. http://drbl.nchc.org.tw (Chinese Big5 — Taiwan)

  • Maintainer: Georges Khaznadar
  • Sources url:http://drbl.sourceforge.net/
  • Section/Category:admin

Conclusion

You now have a full guide on how to install pkg-ver-latest using apt, apt-get and aptitude tools. Also, we showed how to update as a single package and different ways to uninstall the pkg-ver-latest from Kali Linux.

Источник

How To Install pkg-kde-tools on Kali Linux

In this tutorial we learn how to install pkg-kde-tools on Kali Linux.

What is pkg-kde-tools

This package contains a variety of packaging tools and build scripts that may be very useful when packaging KDE applications. Even if you are a maintainer of a very small KDE application, this package should be worthwhile checking out.

  • recommended build flags for building packages based on the KDE Platform;
  • cdbs class for building packages based on the KDE Platform (kde.mk);
  • debhelper build system (–buildsystem=kde) and dh addon (–with kde) for building packages based on the KDE Platform;
  • dh_sameversiondep for generating a dependency that is versioned the same way as a dependency (coming from the same source) of another reference package.
  • dh_movelibkdeinit for moving libkdeinit4_*.so libraries to private location;
  • dh_sodeps (and sodeps dh addon) for generating so:Depends substvar for -dev packages based to which local packages lib*.so symlinks point to;
  • dh_qmlcdeps (and qmlcdeps dh addon) for generating qmlc:Depends substvar for packages shipping QML cache files.
  • pkgkde-symbolshelper tool for efficient management of C and C++ symbol files;
  • pkgkde-debs2symbols tool for generating symbol files and symbol file patches from pre-built binaries in the deb packages;
  • pkgkde-getbuildlogs tool for downloading build logs for the specified package (from buildd.debian.org);
  • pkgkde-override-sc-dev-latest tool for overriding Breaks of the kde-sc-dev-latest package;
  • pkgkde-vcs tool for performing common tasks when packaging under VCS.
Читайте также:  Linux delete all old files

NOTE: since this package is cumulative, it does not depend on the packages it provides helpers for. I.e. you still need to explicitly build depend on debhelper or cdbs in your packages.

There are three ways to install pkg-kde-tools on Kali Linux . We can use apt-get , apt and aptitude . In the following sections we will describe each method. You can choose one of them.

Install pkg-kde-tools Using apt-get

Update apt database with apt-get using the following command.

After updating apt database, We can install pkg-kde-tools using apt-get by running the following command:

sudo apt-get -y install pkg-kde-tools 

Install pkg-kde-tools Using apt

Update apt database with apt using the following command.

After updating apt database, We can install pkg-kde-tools using apt by running the following command:

sudo apt -y install pkg-kde-tools 

Install pkg-kde-tools Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.

After updating apt database, We can install pkg-kde-tools using aptitude by running the following command:

sudo aptitude -y install pkg-kde-tools 

How To Uninstall pkg-kde-tools on Kali Linux

To uninstall only the pkg-kde-tools package we can use the following command:

sudo apt-get remove pkg-kde-tools 

Uninstall pkg-kde-tools And Its Dependencies

To uninstall pkg-kde-tools and its dependencies that are no longer needed by Kali Linux, we can use the command below:

sudo apt-get -y autoremove pkg-kde-tools 

Remove pkg-kde-tools Configurations and Data

To remove pkg-kde-tools configuration and data from Kali Linux we can use the following command:

sudo apt-get -y purge pkg-kde-tools 

Remove pkg-kde-tools configuration, data, and all of its dependencies

We can use the following command to remove pkg-kde-tools configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge pkg-kde-tools 

References

Summary

In this tutorial we learn how to install pkg-kde-tools using different package management tools like apt, apt-get and aptitude.

Источник

Оцените статью
Adblock
detector