Pkg kali linux установка

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

How To Install pkg-php-tools on Kali Linux

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

What is pkg-php-tools

Provide an easy way to package PHP PEAR, PECL and Composer packages: Run dh_make, edit debian/rules and debian/control and that’s it!

Detailed instructions can be found in included READMEs.

There are three methods to install pkg-php-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-php-tools Using apt-get

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

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

Install pkg-php-tools Using apt

Update apt database with apt using the following command.

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

Install pkg-php-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-php-tools using aptitude by running the following command:

How To Uninstall pkg-php-tools on Kali Linux

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

Uninstall pkg-php-tools And Its Dependencies

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

Читайте также:  Errno 2 no such file or directory python linux

Remove pkg-php-tools Configurations and Data

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

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

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

Dependencies

pkg-php-tools have the following dependencies:

References

Summary

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

Источник

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.

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.

Читайте также:  Kali linux plasma desktop

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-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.

Читайте также:  Repair file system linux

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:

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 .

Источник

How To Install pkg-haskell-tools on Kali Linux

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

What is pkg-haskell-tools

This package provides various convenience tools used by the Debian Haskell Group.

There are three methods to install pkg-haskell-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-haskell-tools Using apt-get

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

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

Install pkg-haskell-tools Using apt

Update apt database with apt using the following command.

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

Install pkg-haskell-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-haskell-tools using aptitude by running the following command:

How To Uninstall pkg-haskell-tools on Kali Linux

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

Uninstall pkg-haskell-tools And Its Dependencies

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

Remove pkg-haskell-tools Configurations and Data

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

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

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

Dependencies

  • devscripts
  • dctrl-tools
  • reprepro
  • cabal-debian
  • perl
  • libfile-slurp-perl
  • libbz2-1.0
  • libc6
  • libffi7
  • libgmp10
  • zlib1g

References

Summary

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

Источник

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