How to Install and Uninstall dotdrop Package on Kali Linux

Last updated: May 20,2024

1. Install "dotdrop" package

This is a short guide on how to install dotdrop on Kali Linux

$ sudo apt update $ sudo apt install dotdrop

2. Uninstall "dotdrop" package

This guide covers the steps necessary to uninstall dotdrop on Kali Linux:

$ sudo apt remove dotdrop $ sudo apt autoclean && sudo apt autoremove

3. Information about the dotdrop package on Kali Linux

Package: dotdrop
Version: 1.12.9-1
Installed-Size: 386
Maintainer: Debian Python Team
Architecture: all
Depends: python3-distro, python3-docopt, python3-jinja2, python3-magic, python3-packaging, python3-requests, python3-ruamel.yaml, python3-toml, python3:any
Size: 84576
SHA256: e70ed24ec86b46fe0a62d2144ebd84ee6a9b1283016206394039be67df633e0b
SHA1: 4beb62545868d1c303239da0103041923f37905b
MD5sum: 51f0fdb457c0aed90592298e34ef7af5
Description: save your dotfiles once deploy them everywhere
This program makes the management of dotfiles between different hosts easy.
It allows you to store your dotfiles in Git and automagically deploy
different versions of the same file on different setups.
.
It also allows manage different sets of dotfiles. For example, you can have
a set of dotfiles for your home laptop and a different set for your office
desktop. Those sets may overlap, and different versions of the same dotfiles
can be deployed using different predefined profiles. Or you may have a main
set of dotfiles for your everyday host and a subset you only need to deploy
to temporary hosts (cloud VM etc.) that may be using a slightly different
version of some of the dotfiles.
Description-md5:
Homepage: https://github.com/deadc0de6/dotdrop
Section: misc
Priority: optional
Filename: pool/main/d/dotdrop/dotdrop_1.12.9-1_all.deb