Skip to content

oaksisfolks/fedora-pkg-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fedora PKG Scripts

update

A simple BASH script that updates flatpaks, snaps, and RPM packages using flatpak, snap, and dnf.

Usage: update [-fsra]

-f : flatpaks
-s : snaps
-r : rpms
-a : all (default)

autoremove

A simple BASH script that autoremoves unused flatpaks, disabled snaps, and orphaned RPM packages using flatpak, snap, and dnf.

Usage: autoremove [-fsra]

-f : flatpaks
-s : snaps
-r : rpms
-a : all (default)

Install

Requires root. Install in /usr/local/sbin.

About

BASH scripts for maintaining flatpaks, snaps, and RPMs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages