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. UsbHostManager解析

    UsbHostManager和UsbDeviceManager的区别在于,UsbDeviceManager是将手机作为一个设备,比如手机连上电脑,使用adb.mtp等:而UsbHostManager, ...

  2. 优质技术文章分享 | 首届【MogDB数据库征文活动】进行中,期待您的参与

    2022年6月30日,MogDB 3.0版本正式发布,基于2.1版本进一步增强,集成了openGauss 3.0.0版本的新增特性,并融合了云和恩墨的创新特性研发,持续助力用户达成安稳易用的企业级数据 ...

  3. HRM平台的登录页的背景图片- scss

    .login-container {   // 设置背景图片   background-image: url("~@/assets/common/login.jpg");   ba ...

  4. js中 操作符new 的作用和含义

    作用:通过构造函数创建实例对象 :通过 new 出来的实例可以访问构造函数的属性和方法 :

  5. Vmware挂载san存储_vSphere 6.x 共享存储LUN丢失分区表修复(精华)

    Vmware挂载san存储_vSphere 6.x 共享存储LUN丢失分区表修复 炎炎夏夜客户机房空调意外故障,前端ESXI物理服务器由于温度过高都自保关机,存储和SAN没有自保关机.上班修复空调后, ...

  6. 云原生周刊:Kubernetes v1.30 一瞥 | 2024.3.25

    开源项目推荐 Retina Retina 是一个与云无关的开源 Kubernetes 网络可观测平台,它提供了一个用于监控应用程序运行状况.网络运行状况和安全性的集中中心.它为集群网络管理员.集群安全 ...

  7. C# 利用epplus导出excel,自动求和

    /// <summary> /// 生成xlsx /// </summary> /// <param name="dvLine">数据视图< ...

  8. nginx从入门到实战

    概述 异步非阻塞的高性能HTTP和反向代理服务器 nginx的运行架构 1.Master进程 启动检查nginx.conf是否正确 根据配置文件创建.监控worker进程的数量和状态 监听socket ...

  9. Nuxt.js 应用中的 imports:dirs 事件钩子详解

    title: Nuxt.js 应用中的 imports:dirs 事件钩子详解 date: 2024/10/30 updated: 2024/10/30 author: cmdragon excerp ...

  10. 远程连接服务器时出现“这可能是由于CredSSP加密数据库修正”的错误提示的解决办法

    当我们远程连接服务器时,有时候会出现以下提示,从而导致我们无法成功连接服务器,如下所述: 原因: 远程桌面使用的是"凭据安全支持提供程序协议 (CredSSP) ",这个协议在未修 ...