Api/apt.uninstall(): Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "t")
 
No edit summary
 
Line 1: Line 1:
t
this [[api]] is used to remove a program trough [[Api/apt|apt]]
 
'''usage:'''
 
apt.uninstall(packname)
 
'''output:'''
 
if packname is found on the system, it will be uninstalled.

Latest revision as of 08:24, 24 September 2024

this api is used to remove a program trough apt

usage:

apt.uninstall(packname)

output:

if packname is found on the system, it will be uninstalled.