You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
433 B
13 lines
433 B
# Write the name of the package manager in all lowercase below
|
|
apt
|
|
# Write a comma separated list of commands from the manager below
|
|
install,remove,update,upgrade,search,download
|
|
# Write "yes" or "no" depending on whether you want to use sudo
|
|
yes
|
|
# Write command to use for root
|
|
sudo
|
|
# Write a comma separated list of shortcuts below
|
|
rm,inst
|
|
# Write a comma separated list of shortcut mappings from the manager below
|
|
remove,install
|
|
|
|
|