Recent Changes - Search:

Oktatás

* Programozás 1
  + feladatsor
  + GitHub oldal

* Szkriptnyelvek
  + feladatsor
  + quick link

Teaching

* Programming 1 (BI)
  ◇ exercises
  ◇ quick link

teaching assets


Félévek

* 2025/26/2
* archívum


Linkek

* kalendárium
   - munkaszüneti napok '20
* tételsorok
* jegyzetek
* szakdolgozat / PhD
* ösztöndíjak
* certificates
* C lang.
* C++
* C#
* Clojure
* D lang.
* Java
* Nim
* Nim2
* Scala


[ edit | logout ]
[ sandbox | passwd ]

Nimble tips

Nimble is the package manager of Nim.

When you install Nim (with choosenim, for instance), you'll also get nimble (it's located next to the nim binary). However, there is a chance that there is a newer version of nimble available.

nimble can be found here: https://github.com/nim-lang/nimble . Here you can check the latest version.

$ nimble -v

tells you the version. If there's a newer version available, update it:

$ nimble install nimble

If you want to see which version is installed, make it verbose:

$ nimble install --verbose nimble

The freshly installed binary goes here: ~/.nimble/bin . This directory should come before the folder that contains the old(er) nimble binary.

Sometimes, nimble doesn't want to install the latest tagged release. In this case specify the exact version:

$ nimble install nimble@0.22.3

Let's suppose that v0.22.3 is the latest version. The command above will install this version.

How to remove a package:

$ nimble uninstall pkg_name

How to install the latest commit:

$ nimble install pkg_name@#head

Notice that '@' must come before "#head".

Cloud City

  

Blogjaim, hobbi projektjeim

* The Ubuntu Incident
* Python Adventures
* @GitHub
* heroku
* extra
* haladó Python
* YouTube listák


Debrecen | la France


[ edit ]

Edit - History - Print *** Report - Recent Changes - Search
Page last modified on 2026 April 02, 17:23