Installation

 

Debian Testing/Sid

Nala is officially in the testing and sid repos.

sudo apt install nala

Volian Scar

Alternatively you can use the Volian Scar repo.

Updates from this repo are slightly faster than the Debian repos, but usually only about a day sooner.

Install the Repository and Keyring

Head over to The Volian Archive Release Page

Download the following packages:

  • volian-archive-keyring_0.1.0_all.deb
  • volian-archive-nala_0.1.0_all.deb or volian-archive-scar_0.1.0_all.deb

Note, for Ubuntu 21.04 / Debian 11 you may want volian-archive-scar_0.1.0_all.deb

volian-archive-scar will allow newer dependencies to be installed so that Nala will work. This could have unintended consequences as the packages, and Nala are not developed for these releases.

Install the archive packages:

sudo apt install ./volian-archive*.deb

If you experience issues with the repository see Troubleshooting

Source Repo

This step is optional, but if you want to add the source repo.

echo "deb-src https://deb.volian.org/volian/ scar main" | sudo tee -a /etc/apt/sources.list.d/volian-archive-scar-unstable.list

Ubuntu 22.04

After the repository and key are installed simply run

sudo apt update && sudo apt install nala

Ubuntu 18.04 / Debian Buster and older

Unfortunately Nala will not work on these releases or older.

The python versions are too old, and they don't have the required packages.

Having said that you may be able to look further below and install from source. These distros will not be officially supported.

Pacstall

Alternatively we maintain a pacscript for Pacstall.

If you haven't already, install Pacstall.

Once that is complete all you have to do is run

pacstall -I nala-deb

Local .deb

You can also choose to download our .deb and install it locally through apt or dpkg.

To download the package you can head over to our Releases page.

From there you can run the command below to install nala.

sudo apt install /path/to/nala_version_arch.deb

Installing From Source

There are 2 choices to make on what source to install from

  • Main Branch. This may be ahead of the current release.

  • Main Branch, but targeting a specific version.

The first step is to clone the repository. Make sure the following build depends are installed.

sudo apt install git python3-apt python3-debian pandoc -y

Clone Main

git clone https://gitlab.com/volian/nala.git
cd nala/

Clone Specific Release

git clone --branch=v0.12.1 https://gitlab.com/volian/nala.git
cd nala/

Ubuntu 22.04 / Debian Stable/Testing/Sid

sudo make install

Ubuntu 20.04 / Debian Buster

And maybe older releases

The following commands will all install Nala with pip, along with the man pages, translations, shell completions and configuration file.

Nala requires python3.9+, which these distros do not have.

This method will install python3.10 from source, as that's the version Nala is developed with

Before continuing you will need the following additional build depends

sudo apt-get install -y wget build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev libbz2-dev

Now you can get to building and installing Nala!

sudo make legacy

After this is installed, anytime you want to update, we provide a command that will skip building python.

sudo make legacy-update

Uninstalling

sudo make uninstall

If you build the legacy way

sudo make uninstall-legacy

That's it! we hope you enjoy using Nala!

https://gitlab.com/volian/nala/-/wikis/Installation的更多相关文章

  1. Mac神器Iterm2的Shell Integration的用法和注意事项

    在iterm2 v3.0版本中有了个新的feature——Shell Integration,其中比较重要的功能就是可以取代传统的“rz”.“sz”(即:向服务器上传.下载文件) 具体的用法可以参见官 ...

  2. android dm-verity 功能【转】

    转自:https://blog.csdn.net/ee230/article/details/73348344 Android dm-verity 实现原理深入研究 思维导图: dm-verity 说 ...

  3. 免费ss账号网站

    下面网址按排序顺序优先使用,数字越小优先级越高 1,https://io.freess.today/ 2,https://free-ss.site/ 3,https://ss.freess.org/ ...

  4. Unity3d游戏地图生成器MapMagic World Generator v1.9.1

    Unity3d MapMagic World Generator基于节点的程序和无限游戏地图生成器,图形上的每个节点表示地形或对象生成器:噪声,voronoi,混合,曲线,侵蚀,散射,森林等生态系统, ...

  5. 免费s账号网站

    下面网址按排序顺序优先使用,数字越小优先级越高 1,https://io.freess.today/ 2,https://free-ss.site/ 3,https://ss.freess.org/ ...

  6. macos Item2 添加 Shell Integration (ftp传输)

    macos系统 的item2软件 的  Shell Integration (ftp传输)  功能强大,无需 安装其他ftp软件,也是为了保证 密码安全 在使用时报错如下(因为本地 ping不通): ...

  7. 简单谈谈网络抓包,特别是thrift 接口

    按照惯例先谈谈最近情况,最近不是刚好跨年吗?看到很多人都在写年度总结,所以我也在写年度总结文章(其实之前我基本没有写过的,今年有点感触,也想记录一下),结果发现写起来有点多,之前还想着元旦前发出来,结 ...

  8. gitlab https

    https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#using-https https:// ...

  9. CentOS 7.x上gitlab搭建教程(https可用,邮件可用)

    目录 知识要求 搭建感想 搭建过程 参考 知识要求: nginx基础知识 搭建感想 注:以下是我搭建gitlab时的思考,需要nginx的基础知识,Docker的基础知识才容易理解,与下面的搭建过程是 ...

  10. gitlab启用https的配置

    vim /etc/gitlab/gitlab.rb external_url 'https://101.101.101.63'    #启用https,默认是http (改端口:external_ur ...

随机推荐

  1. 使用 reduce 统计字符串每个字母出现的次数

    // 统计字符串每个字母出现的次数 let str = 'asdfssaaasasasasaa' let obj = str.split('').reduce(function (prev, item ...

  2. 关于自动部署 - 基于gitlab关联 腾讯云 web 应用

    gitlab 相当于 gitee 的企业版形式 : 步骤 1. 使用 Vscode 编写代码,使用 gitlab托管代码, 2. 新建腾讯云 web 应用 ,gitlab 关联 web应用, 3. 每 ...

  3. NJU ICS2024 PA 作业心得(二)

    NJU ICS2024 PA 作业心得(二) RTFSC问题处理 这部分一定要很仔细很仔细的阅读RISCV的手册,否则后边会吃苦头的. 我们这里从框架的角度对取指之前和执行之后的操作进行一些简要的补充 ...

  4. JOI Open 2017(口胡)

    T1 Amusement Park 题意:通信题.给定一张 \(n\) 个点 \(m\) 条边的无向连通图.Alice 会得到一个 \([0, 2^{60})\) 中的数 \(x\),并且她需要给这张 ...

  5. Readme 《Machine Learning by Andrew NG》

    本文系列内容是吴恩达老师的机器学习公开课的文本对应.需要具备英文,微积分,线性代数,程序设计的基础.从第二周开始有编程作业,到第九周.总共8个作业.感谢吴恩达老师⸜₍๑•⌔•๑ ₎⸝ 2021年9月1 ...

  6. react+eslint+prettier 项目配置

    项目地址 https://gitee.com/zhudachangs/react-eslint-prettierrc-demo 项目地址gitee 项目配置eslint(验证) + prettierr ...

  7. 看图认识Javascript

  8. NOIP2015 提高组 子串

    NOIP2015 提高组 子串 感觉是最长公共子序列模型的变式. 容易想到记 \(f[i][j][k]\) 表示 \(A\) 走到了第 \(i\) 位,\(B\) 匹配上了 \(1 \sim j\), ...

  9. Flink CDC同步MySQL数据到Iceberg实践

    介绍 Flink CDC: 捕获数据库完整的变更日志记录增.删.改等所有数据. Flink在1.11版本开始引入了Flink CDC功能,并且同时支持Table & SQL两种形式.Flink ...

  10. k8s之ExternalName使用

    一.简介 externalName Service是k8s中一个特殊的service类型,它不需要指定selector去选择哪些pods实例提供服务,而是使用DNS CNAME机制把自己CNAME到你 ...