Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install premake4 on Debian Unstable (Sid)


Install premake4

Installing premake4 package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install premake4

premake4 package information

distro Debian Unstable (Sid)
section Main
name premake4
version 4.3+repack1-2
description cross-platform build script generator
subsection devel
website industriousone.com / premake
maintainer Cameron Hart

Uninstall premake4

To remove just premake4 package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove premake4

Uninstall premake4 and it’s dependent packages

To remove the premake4 package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove premake4

Purging premake4

If you also want to delete configuration and/or data files of premake4 from Debian Sid then this will work:

sudo apt-get purge premake4

To delete configuration and/or data files of premake4 and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove premake4

 

Comments

comments