How to Install and Uninstall ruby-factory-bot Package on Kali Linux

Last updated: May 08,2024

1. Install "ruby-factory-bot" package

This tutorial shows how to install ruby-factory-bot on Kali Linux

$ sudo apt update $ sudo apt install ruby-factory-bot

2. Uninstall "ruby-factory-bot" package

This guide covers the steps necessary to uninstall ruby-factory-bot on Kali Linux:

$ sudo apt remove ruby-factory-bot $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-factory-bot package on Kali Linux

Package: ruby-factory-bot
Version: 6.4.2-1
Installed-Size: 142
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-activesupport (>= 2:5.0.0)
Breaks: ruby-factory-bot-rails (<< 6.3)
Size: 42964
SHA256: 6f6d85d526ad5a47a9b247908e12361c543610908b0e68e90aa5a3a8692461aa
SHA1: 18f0360281eb24e2af3fc0dc73f8346df8723e12
MD5sum: 2bcf0a4eca2b7c69ef2a43c2c33a88e1
Description: Framework and DSL for defining and using model instance factories
factory_bot provides a fixtures replacement with a straightforward definition
syntax, support for multiple build strategies (saved instances, unsaved
instances, attribute hashes, and stubbed objects), and support for multiple
factories for the same class (user, admin_user, and so on), including factory
inheritance.
Description-md5:
Homepage: https://github.com/thoughtbot/factory_bot
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-factory-bot/ruby-factory-bot_6.4.2-1_all.deb