Skip to content

Nyxar000/UPM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tulpar

License Version

Tulpar is a package manager created for the NurOS project.

How Tulpar Works

Tulpar works with package repositories that store binary and source packages. When a user executes an installation or removal command, Tulpar automatically:

  1. Checks available repositories
  2. Downloads required files and dependencies
  3. Installs them on the system

During package installation or removal, all dependent components are processed automatically to ensure program functionality.

Commands

Package Management

# Install package from remote repositories
tulpar install <package-name>

# Remove package
tulpar remove <package-name>

# Update specific package
tulpar update <package-name>

# Install from local .apg file
tulpar -i <package.apg>

# System upgrade
tulpar upgrade

# Package information
tulpar info                    # Brief list of all packages
tulpar info <package-name>     # Detailed package information

# Search packages
tulpar search <query>

Repository Management

# Add repository
tulpar repo -a <repository-url>

# Remove repository
tulpar repo -r <repository-url>

Configuration

Configuration files are located at /etc/tulpar/config
Installed packages are located at /var/lib/tulpar/packages/

License

This project is licensed under the GPL 3 License - see the LICENSE file for details.

Support

If you encounter any problems, please open an issue.

About

The universal package manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%