Skip to content

Tools for shrotening apt commands and making installing/updating using apt more efficient.

Notifications You must be signed in to change notification settings

slxmmy999/apttools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

APT TOOLS

Simple tools written in C that allow shortening of apt commands in Debian.

Usage

inst:

Used to install packages using system(sudo apt install <package>). This command also updates the catalog before installing using system(sudo apt update).

Usage for this command is as follows:

sudo inst <package>

updt:

Used to update the software catalog using system(sudo apt update).

Usage for this command is as follows:

sudo updt

upgr:

Used to upgrade system software using system(sudo apt upgrade).

updt:

Used to update the software catalog using system(sudo apt update).

Usage for this command is as follows:

To upgrade all packages with available upgrades:

sudo upgr

To upgrade a specific package:

sudo upgr <package>

Contributions

All contributions to this project are welcome! Please feel free to reach out if you would like to contribute!

About

Tools for shrotening apt commands and making installing/updating using apt more efficient.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages