wajig: command not found

wajig is a command-line tool that provides simplified system support and administration for Debian-based Linux systems. It is designed to provide an all-in-one-place solution for managing packages, repositories, system updates, backups, and more, making it easier for users to perform common system maintenance tasks.

wajig provides a simplified interface for interacting with the underlying command-line tools and utilities that are used for system administration, such as apt-get, dpkg, rsync, and more. This makes it easier for users to perform tasks such as installing and removing packages, searching for available packages, upgrading the system, and performing system backups.

wajig also provides a number of advanced features that are not available in the standard command-line tools, such as the ability to clean up unused packages and dependencies, to list all installed packages by size, to search for files in installed packages, and more. Additionally, wajig can be customized and extended using configuration files and plugins, allowing users to tailor the tool to their specific needs and preferences.

wajig is primarily used on Debian-based Linux systems, such as Ubuntu, Linux Mint, and Debian itself. It is typically installed using the system’s package manager, such as apt-get or aptitude. Once installed, it can be used from the command line by running the wajig command followed by the desired subcommand and options.

If you encounter the below error while running the command deepika:

deepika: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Debian apt-get install wajig
Ubuntu apt-get install wajig
Kali Linux apt-get install wajig
Raspbian apt-get install wajig

wajig Command Examples

1. Update the list of available packages and versions:

# wajig update

2. Install a package, or update it to the latest available version:

# wajig install package

3. Remove a package and its configuration files:

# wajig purge package

4. Perform an update and then a dist-upgrade:

# wajig daily-upgrade

5. Display the sizes of installed packages:

# wajig sizes

6. List the version and distribution for all installed packages:

# wajig versions

7. List versions of upgradable packages:

# wajig toupgrade

8. Display packages which have some form of dependency on the given package:

# wajig dependents package

Summary

Overall, wajig is a useful tool for simplifying and streamlining system administration tasks on Debian-based Linux systems, and can be a valuable tool for users who are new to Linux or who prefer a simplified command-line interface for managing their systems.

Related Post