/apt-repo

Navegos QA Ubuntu packages repository

Apache License 2.0Apache-2.0

Welcome to Navegos QA ubuntu package manager repository!


All the packages are distributed as is, and only for x86 64bits ubuntu focal OS system. (Probably more it will come at later time)


Instructions:

add the sign key to your trusted keys

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 10649EA8D069C51D

or

curl -fsSL https://apt.navegos.net/pub.key | sudo apt-key add -


Available packages versions:

  • Golang
    • golang-1.15
  • UASM
    • uasm-2.51

Source Links:

add package as sudo

sudo add-apt-repository "deb [arch=amd64] https://apt.navegos.net/ubuntu/(package version)/ $(lsb_release -cs) main"

or

echo "deb [arch=amd64] https://apt.navegos.net/ubuntu/(package version)/ focal main" | sudo tee /etc/apt/sources.list.d/(package version).list

example

sudo add-apt-repository "deb [arch=amd64] https://apt.navegos.net/ubuntu/golang-1.15/ $(lsb_release -cs) main"

or

echo "deb [arch=amd64] https://apt.navegos.net/ubuntu/golang-1.15/ focal main" | sudo tee /etc/apt/sources.list.d/golang-1.15.list