Giter Site home page Giter Site logo

amefs / quickbox-lite Goto Github PK

View Code? Open in Web Editor NEW
796.0 12.0 114.0 7.41 MB

Lightweigt QuickBox

Home Page: https://wiki.ptbox.dev/

License: GNU General Public License v3.0

Shell 55.99% Python 0.79% PHP 4.27% JavaScript 1.53% CSS 30.17% TypeScript 7.25%
quickbox-lite seedbox seedbox-install-script debian ubuntu

quickbox-lite's Introduction

QB-lite

Project QuickBox-Lite

Project DOC


This project is a modified version of the QuickBox community edition. This project aims to build a lightweight QuickBox software kit. Most of the functions of QuickBox CE are retained, but only the most commonly used stable third party software included. The prebuilt BT client also available here, which can significantly reduce the installation time as well as CPU requirement to compile them. Most of the software is available as modules. The panel no longer needs the support of ruTorrent. You can select what you need, and this is also why the project named "Lite".


Main feature

  1. Graphical installation guide (Multi-language available)
  2. Use Nginx instead of apache
  3. Modular installation
  4. Latest OS support
  5. up to date apps (prebuild deb packages included)

Script status

VersionGNU v3.0 License

When upgrade from 1.3.2 to 1.3.3, very recommend to use SSH with box update quickbox. You also need to run the command twice to finish the service upgrade. If you are using WebUI to finish the upgrade, please also upgrade twice.

From version 1.3.6, the php version has upgraded to 7.4, so you can remove old php7.2 with sudo apt purge php7.2* when you don't need it anymore.


How to install

before install

Hardware requirement:

  • CPU: At least a 64bit Compatible x86_64 CPU
  • RAM: large than 1GB (recommend more for better performance)
  • Storage: 20GB HDD (for seeding, you need more)

OS Support (amd64 only):

Ubuntu22.04Ubuntu20.04Ubuntu18.04Ubuntu16.04

Debian12Debian11Debian10Debian9

Server Support:

  • Bare-metal server
  • Dedicated server
  • VPS with KVM/Xen/VMware (OpenVZ is not supported)

OVH DEFAULT KERNEL NOTICE!

grsec is built into OVH's custom kernel and it absolutely wrecks havoc when using these panels where we depend on the ability for one user (www-data) to see the processes of another running user ($username). This can be seen clearly by using a task manager such as htop. With grsec enabled you can only see the processes owned by your user unless you run htop as root. As such, it is highly recommended to use the stock kernel for your distribution or at the very least installing an OVH kernel that is not compiled with grsec If you are using So You Start (SYS) as a host, you should opt to use the distribution kernel. You will see this as a check box option when installing your server. Otherwise, QuickBox will handle this for you on install.

install the project

You must be logged in as root to run this installation.

One-key Install mode

One-key install is available since version 1.3.3:

bash <(wget -qO- https://git.io/qbox-lite -o /dev/null) COMMAND

Want to run in development mode?:

bash <(wget -qO- https://git.io/qbox-lite -o /dev/null) --dev COMMAND

Now, it has following arguments:

QuickBox Lite Setup Script

Usage: bash setup.sh -u username -p password [OPTS]

Options:
  NOTE: * is required anyway

  -d, --domain <domain>            setup domain for server
  -H, --hostname <hostname>        setup hostname, make no change by default
  -P, --port <1-65535>             setup ssh service port, use 4747 by default
  -u, --username <username*>       username is required here
  -p, --password <password*>       your password is required here
  -r, --reboot                     reboot after installation finished (default no)
  -s, --source <us|au|cn|fr|de|jp|ru|uk|tuna>  
                                   choose apt source (default unchange)
  -t, --theme <defaulted|smoked>   choose a theme for your dashboard (default smoked)
  --tz,--timezone <timezone>       setup a timezone for server (e.g. GMT-8 or Europe/Berlin)
  
  --lang <en|zh>                   choose a TUI language (default english)
  --with-log,no-log                install with log to file or not (default yes)
  --with-ftp,--no-ftp              install ftp or not (default yes)
  --ftp-ip <ip address>            manually setup ftp ip
  --with-bbr,--no-bbr              install bbr or not (default no)
  --with-cf                        use cloudflare instead of github
  --with-sf                        use sourceforge instead of github
  --with-osdn                      use osdn(jp)  instead of github
  --with-github                    use github
  --with-APPNAME                   install an application
  --qbittorrent-version            specify the qBittorrent version
  --deluge-version                 specify the Deluge version
  --qbit-libt-version              specify the Libtorrent version for qBittorrent
  --de-libt-version                specify the Libtorrent version for Deluge
  --rtorrent-version               specify the rTorrent version

    Available applications:
    rtorrent | rutorrent | flood | transmission | qbittorrent
    deluge | mktorrent | ffmpeg | filebrowser | linuxrar

  -h, --help                       display this help and exit

The username and the password is required anyway, or the TUI install method will start. The other arguments are the same function as in TUI. Here is a example:

bash <(wget -qO- https://git.io/qbox-lite -o /dev/null) -u demouser -p demo123456 --with-ffmpeg -P 1234 --with-bbr --with-deluge --with-mktorrent --with-linuxrar --with-cf --hostname vmserver --reboot

It means: The username being set to demouser, password is demo123456, use 1234 as ssh port, install BBR, deluge, mktorrent, linuxrar. The mirror for deb package in Cloudflare will be used for installation. Change the hostname to vmserver. The server will be automaticly restart after installation.

Have trouble with QuickBox Lite

If you still have questions about the QuickBox Lite or need to report bugs, be sure to read the Wiki first. When you still have trouble with it, please assign an issue here, I will try my best to help you.

quickbox-lite's People

Contributors

amefs avatar dependabot[bot] avatar jooleer avatar magic-glass avatar tautcony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quickbox-lite's Issues

PHP Version

It would be nice if this script installed php7.4 by default.

Hetzner开启ICPU核显解码/转码

请描述您请求的功能
File Browser EnhancedJellyfin等支持在线流媒体的程序都有支持ICPU核显硬件解码/转码功能,Emby貌似也有,不过我没试过;在默认未开启核显的情况话只会用ffmpeg软解,极其耗费CPU资源,在File Browser Enhanced的视频播放解码的转码功能甚至无法直接软解,Jellyfin勉强可以转码流畅播放。

描述您想要的解决方案
Hetzner社区有官方教程如何开启ICPU的核显功能,并且我已在本地测试可以正常开启并且调用核显进行解码/转码。

在成功开启核显后对于File Browser Enhanced仅需在Docker容器启动时加上--device=/dev/dri/renderD128:/dev/dri/renderD128参数即可,不过我自己改代码貌似没实现,最后手动启动容器是可以正常调用的。

描述您考虑过的替代方案
另外Jellyfin也可以考虑加进新的功能列表里面,同File Browser Enhanced一样直接用容器运行,前置依赖核显和Docker
数据卷configcache挂载到$user/.config/jellyfin
数据卷media可以考虑放在$user/.local/jellyfin或是其他什么目录,给予仅读权限,因为他默认扫描媒体库的时候会把Movie和TV分的乱七八糟的,最好后续还是用户自己手动链接或者cp、mv管理媒体库

附加内容
测试机型:Hetzner拍卖机 EX40
CPU:I7-4770
GPU:HD4600
以下三张图分别是源视频信息,解码+转码(4k 5Mbps h265→1080p 4Mpps h264)的效率以及htop中ffmpeg情况
属于勉强可以看的水准,不过相比于直接用CPU软解好多了
source
zm
top


这张图是File Browser Enhanced在开启ICPU解码+转码的时候htop中ffmpeg占用图,如果没有开启核显,File Browser Enhanced中对视频播放界面的转码功能几乎动不了
htop

vps重启后qBittorrent无法下载

描述 Bug
qbittorrent本来可以下载,vps重启后qBittorrent无法下载,下载的是bt热种,tracker正常工作,能找到种子,但是无法连接到种子,可以连接到部分下载者,但下载速度为0
qbittorrent.log

[REQ] Samba

Hello! The quickbox-lite is a masterpiece; many thanks for developing it. I would love to see the Samba service to map the downloaded files as a drive on Windows.

Apache reverse proxy with cloudflare CDN

First quickbox in VM ip 192.168.122.49
because i dont want disturb main server.

and main server i need reverse proxy with subdomain
`

<VirtualHost *:80>
ServerAlias sub.domain.com
SSLProxyEngine On
ProxyRequests Off
    <proxy>
    Require all granted
    </proxy>
ProxyPass / https://192.168.122.49
ProxyPassReverse / https://192.168.122.49
</VirtualHost>`

but didn't not work..

可以和网站兼容吗?

在已经有quickbox-lite情况下。
还可以用nginx新建个网站目录吗?

我看有nginx、php就够了,不用数据库。

[Fixed]update not working

I want to upgrade from version 1.2 to 1.3,staying here no respond

捕获

===============================
use ssh client run

box update quickbox
➜ QuickBox update is running.
➜ If you believe this to be in error, please manually remove the /install/.install.lock

局域网网络文件共享

Is your feature request related to a problem? Please describe.
在局域网内通过windows映射网络驱动器把文件拉回常用电脑上
如同本地NAS一样

Describe the solution you'd like
把Samba或者NFS等文件共享功能的apt安装选项集成在panel上

Describe alternatives you've considered
直接在系统命令行通过apt安装

Additional context
文件共享和Seedbox起着相辅相成的作用,但是直接通过系统安装多多少少会有一些权限、端口、账号、密码、等奇奇怪怪的问题,而通过panel安装直接把这些问题以一个相对的标准设置好,从而减少其他不必要的玄学问题

2次安装都无法访问盒子面板,附上安装日志

见安装日志:

Preconfiguring packages ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135517 files and directories currently installed.)
Preparing to unpack .../libpcre3-dev_2%3a8.43-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre3-dev:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) over (2:8.39-9) ...
Preparing to unpack .../libpcre16-3_2%3a8.43-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre16-3:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) over (2:8.39-9) ...
Preparing to unpack .../libpcre32-3_2%3a8.43-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre32-3:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) over (2:8.39-9) ...
Preparing to unpack .../libpcrecpp0v5_2%3a8.43-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) over (2:8.39-9) ...
Preparing to unpack .../libpcre3_2%3a8.43-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre3:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) over (2:8.39-9) ...
Setting up libpcre3:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135517 files and directories currently installed.)
Preparing to unpack .../libidn2-0_2.3.0-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libidn2-0:amd64 (2.3.0-1+ubuntu18.04.1+deb.sury.org+1) over (2.0.4-1.1ubuntu0.2) ...
Setting up libidn2-0:amd64 (2.3.0-1+ubuntu18.04.1+deb.sury.org+1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135540 files and directories currently installed.)
Preparing to unpack .../libssl-dev_1.1.1g-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1) over (1.1.1-1ubuntu2.1~18.04.5) ...
Preparing to unpack .../libssl1.1_1.1.1g-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1) over (1.1.1-1ubuntu2.1~18.04.5) ...
Preparing to unpack .../openssl_1.1.1g-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking openssl (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1) over (1.1.1-1ubuntu2.1~18.04.5) ...
Setting up libssl1.1:amd64 (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up openssl (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1) ...
Installing new version of config file /etc/ssl/openssl.cnf ...
Setting up libpcrecpp0v5:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libpcre32-3:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libpcre16-3:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libpcre3-dev:amd64 (2:8.43-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libssl-dev:amd64 (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
sudo is already the newest version (1.8.21p2-3ubuntu1.2).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  bc
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 86.2 kB of archives.
After this operation, 223 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 bc amd64 1.07.1-2 [86.2 kB]
Fetched 86.2 kB in 0s (1,862 kB/s)
Selecting previously unselected package bc.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135540 files and directories currently installed.)
Preparing to unpack .../archives/bc_1.07.1-2_amd64.deb ...
Unpacking bc (1.07.1-2) ...
Setting up bc (1.07.1-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.4ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.58.0-2ubuntu3.8).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
wget is already the newest version (1.19.4-1ubuntu2.2).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libgd3 libhiredis0.13 libluajit-5.1-2 libluajit-5.1-common
  libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge
  libnginx-mod-http-dav-ext libnginx-mod-http-echo
  libnginx-mod-http-fancyindex libnginx-mod-http-geoip
  libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter
  libnginx-mod-http-lua libnginx-mod-http-ndk libnginx-mod-http-perl
  libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libxpm4
  nginx-common
Suggested packages:
  libgd-tools fcgiwrap nginx-doc
The following NEW packages will be installed:
  libgd3 libhiredis0.13 libluajit-5.1-2 libluajit-5.1-common
  libnginx-mod-http-auth-pam libnginx-mod-http-cache-purge
  libnginx-mod-http-dav-ext libnginx-mod-http-echo
  libnginx-mod-http-fancyindex libnginx-mod-http-geoip
  libnginx-mod-http-headers-more-filter libnginx-mod-http-image-filter
  libnginx-mod-http-lua libnginx-mod-http-ndk libnginx-mod-http-perl
  libnginx-mod-http-subs-filter libnginx-mod-http-uploadprogress
  libnginx-mod-http-upstream-fair libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-nchan libnginx-mod-stream libxpm4
  nginx-common nginx-extras
0 upgraded, 25 newly installed, 0 to remove and 3 not upgraded.
Need to get 1,532 kB of archives.
After this operation, 5,295 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/universe amd64 libhiredis0.13 amd64 0.13.3-2.2 [25.3 kB]
Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 libgd3 amd64 2.2.5-5.2+ubuntu18.04.1+deb.sury.org+1 [135 kB]
Get:4 http://mirrors.online.net/ubuntu bionic/universe amd64 libluajit-5.1-common all 2.1.0~beta3+dfsg-5.1 [44.3 kB]
Get:5 http://mirrors.online.net/ubuntu bionic/universe amd64 libluajit-5.1-2 amd64 2.1.0~beta3+dfsg-5.1 [227 kB]
Get:6 http://mirrors.online.net/ubuntu bionic-updates/main amd64 nginx-common all 1.14.0-0ubuntu1.7 [37.4 kB]
Get:7 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-auth-pam amd64 1.14.0-0ubuntu1.7 [9,952 B]
Get:8 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-cache-purge amd64 1.14.0-0ubuntu1.7 [12.2 kB]
Get:9 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-dav-ext amd64 1.14.0-0ubuntu1.7 [11.7 kB]
Get:10 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-echo amd64 1.14.0-0ubuntu1.7 [21.3 kB]
Get:11 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-fancyindex amd64 1.14.0-0ubuntu1.7 [15.0 kB]
Get:12 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libnginx-mod-http-geoip amd64 1.14.0-0ubuntu1.7 [11.2 kB]
Get:13 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-headers-more-filter amd64 1.14.0-0ubuntu1.7 [15.4 kB]
Get:14 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libnginx-mod-http-image-filter amd64 1.14.0-0ubuntu1.7 [14.6 kB]
Get:15 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-ndk amd64 1.14.0-0ubuntu1.7 [10.4 kB]
Get:16 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-lua amd64 1.14.0-0ubuntu1.7 [150 kB]
Get:17 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-perl amd64 1.14.0-0ubuntu1.7 [22.3 kB]
Get:18 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-subs-filter amd64 1.14.0-0ubuntu1.7 [12.9 kB]
Get:19 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-uploadprogress amd64 1.14.0-0ubuntu1.7 [16.6 kB]
Get:20 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-http-upstream-fair amd64 1.14.0-0ubuntu1.7 [13.1 kB]
Get:21 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libnginx-mod-http-xslt-filter amd64 1.14.0-0ubuntu1.7 [13.0 kB]
Get:22 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libnginx-mod-mail amd64 1.14.0-0ubuntu1.7 [41.8 kB]
Get:23 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libnginx-mod-nchan amd64 1.14.0-0ubuntu1.7 [148 kB]
Get:24 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libnginx-mod-stream amd64 1.14.0-0ubuntu1.7 [63.7 kB]
Get:25 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 nginx-extras amd64 1.14.0-0ubuntu1.7 [426 kB]
Preconfiguring packages ...
Fetched 1,532 kB in 0s (6,561 kB/s)
Selecting previously unselected package libxpm4:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135557 files and directories currently installed.)
Preparing to unpack .../00-libxpm4_1%3a3.5.12-1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../01-libgd3_2.2.5-5.2+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-5.2+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package libhiredis0.13:amd64.
Preparing to unpack .../02-libhiredis0.13_0.13.3-2.2_amd64.deb ...
Unpacking libhiredis0.13:amd64 (0.13.3-2.2) ...
Selecting previously unselected package libluajit-5.1-common.
Preparing to unpack .../03-libluajit-5.1-common_2.1.0~beta3+dfsg-5.1_all.deb ...
Unpacking libluajit-5.1-common (2.1.0~beta3+dfsg-5.1) ...
Selecting previously unselected package libluajit-5.1-2:amd64.
Preparing to unpack .../04-libluajit-5.1-2_2.1.0~beta3+dfsg-5.1_amd64.deb ...
Unpacking libluajit-5.1-2:amd64 (2.1.0~beta3+dfsg-5.1) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../05-nginx-common_1.14.0-0ubuntu1.7_all.deb ...
Unpacking nginx-common (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-auth-pam.
Preparing to unpack .../06-libnginx-mod-http-auth-pam_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-auth-pam (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-cache-purge.
Preparing to unpack .../07-libnginx-mod-http-cache-purge_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-cache-purge (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-dav-ext.
Preparing to unpack .../08-libnginx-mod-http-dav-ext_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-dav-ext (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-echo.
Preparing to unpack .../09-libnginx-mod-http-echo_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-echo (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-fancyindex.
Preparing to unpack .../10-libnginx-mod-http-fancyindex_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-fancyindex (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-geoip.
Preparing to unpack .../11-libnginx-mod-http-geoip_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-geoip (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-headers-more-filter.
Preparing to unpack .../12-libnginx-mod-http-headers-more-filter_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-headers-more-filter (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-image-filter.
Preparing to unpack .../13-libnginx-mod-http-image-filter_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-image-filter (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-ndk.
Preparing to unpack .../14-libnginx-mod-http-ndk_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-ndk (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-lua.
Preparing to unpack .../15-libnginx-mod-http-lua_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-lua (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-perl.
Preparing to unpack .../16-libnginx-mod-http-perl_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-perl (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-subs-filter.
Preparing to unpack .../17-libnginx-mod-http-subs-filter_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-subs-filter (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-uploadprogress.
Preparing to unpack .../18-libnginx-mod-http-uploadprogress_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-uploadprogress (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-upstream-fair.
Preparing to unpack .../19-libnginx-mod-http-upstream-fair_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-upstream-fair (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-xslt-filter.
Preparing to unpack .../20-libnginx-mod-http-xslt-filter_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-xslt-filter (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-mail.
Preparing to unpack .../21-libnginx-mod-mail_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-mail (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-nchan.
Preparing to unpack .../22-libnginx-mod-nchan_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-nchan (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-stream.
Preparing to unpack .../23-libnginx-mod-stream_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-stream (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package nginx-extras.
Preparing to unpack .../24-nginx-extras_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking nginx-extras (1.14.0-0ubuntu1.7) ...
Setting up libhiredis0.13:amd64 (0.13.3-2.2) ...
Setting up libluajit-5.1-common (2.1.0~beta3+dfsg-5.1) ...
Setting up nginx-common (1.14.0-0ubuntu1.7) ...
Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service.
Setting up libnginx-mod-http-subs-filter (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-cache-purge (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-headers-more-filter (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-nchan (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-auth-pam (1.14.0-0ubuntu1.7) ...
Setting up libluajit-5.1-2:amd64 (2.1.0~beta3+dfsg-5.1) ...
Setting up libnginx-mod-http-dav-ext (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-mail (1.14.0-0ubuntu1.7) ...
Setting up libxpm4:amd64 (1:3.5.12-1) ...
Setting up libnginx-mod-http-xslt-filter (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-upstream-fair (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-geoip (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-ndk (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-perl (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-lua (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-uploadprogress (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-fancyindex (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-stream (1.14.0-0ubuntu1.7) ...
Setting up libnginx-mod-http-echo (1.14.0-0ubuntu1.7) ...
Setting up libgd3:amd64 (2.2.5-5.2+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libnginx-mod-http-image-filter (1.14.0-0ubuntu1.7) ...
Setting up nginx-extras (1.14.0-0ubuntu1.7) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libapr1 libaprutil1 libserf-1-1 libsvn1
Suggested packages:
  db5.3-util libapache2-mod-svn subversion-tools
The following NEW packages will be installed:
  libapr1 libaprutil1 libserf-1-1 libsvn1 subversion
0 upgraded, 5 newly installed, 0 to remove and 3 not upgraded.
Need to get 2,237 kB of archives.
After this operation, 9,910 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB]
Get:3 http://mirrors.online.net/ubuntu bionic/universe amd64 libserf-1-1 amd64 1.3.9-6 [44.4 kB]
Get:4 http://mirrors.online.net/ubuntu bionic/universe amd64 libsvn1 amd64 1.9.7-4ubuntu1 [1,183 kB]
Get:5 http://mirrors.online.net/ubuntu bionic/universe amd64 subversion amd64 1.9.7-4ubuntu1 [834 kB]
Fetched 2,237 kB in 0s (12.0 MB/s)
Selecting previously unselected package libapr1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135753 files and directories currently installed.)
Preparing to unpack .../libapr1_1.6.3-2_amd64.deb ...
Unpacking libapr1:amd64 (1.6.3-2) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../libaprutil1_1.6.1-2_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-2) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../libserf-1-1_1.3.9-6_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-6) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../libsvn1_1.9.7-4ubuntu1_amd64.deb ...
Unpacking libsvn1:amd64 (1.9.7-4ubuntu1) ...
Selecting previously unselected package subversion.
Preparing to unpack .../subversion_1.9.7-4ubuntu1_amd64.deb ...
Unpacking subversion (1.9.7-4ubuntu1) ...
Setting up libapr1:amd64 (1.6.3-2) ...
Setting up libaprutil1:amd64 (1.6.1-2) ...
Setting up libserf-1-1:amd64 (1.3.9-6) ...
Setting up libsvn1:amd64 (1.9.7-4ubuntu1) ...
Setting up subversion (1.9.7-4ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
ssl-cert is already the newest version (1.0.39).
ssl-cert set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libmemcached11 libpcre2-8-0 libsodium23 php-common php-igbinary php-msgpack
  php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-phpdbg
  php7.4-readline
Suggested packages:
  php-pear
The following NEW packages will be installed:
  libmemcached11 libpcre2-8-0 libsodium23 php-common php-igbinary
  php-memcached php-msgpack php7.4-cli php7.4-common php7.4-json
  php7.4-opcache php7.4-phpdbg php7.4-readline
0 upgraded, 13 newly installed, 0 to remove and 3 not upgraded.
Need to get 4,868 kB of archives.
After this operation, 21.2 MB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libmemcached11 amd64 1.0.18-4.2ubuntu0.18.04.1 [83.2 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-common all 2:75+ubuntu18.04.1+deb.sury.org+1 [15.6 kB]
Get:3 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-common amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [999 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-json amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [18.7 kB]
Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-opcache amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [196 kB]
Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-readline amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [12.2 kB]
Get:7 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 libpcre2-8-0 amd64 10.34-7+ubuntu18.04.1+deb.sury.org+1 [196 kB]
Get:8 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 libsodium23 amd64 1.0.18-1+ubuntu18.04.1+deb.sury.org+1 [150 kB]
Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-cli amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [1,392 kB]
Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-phpdbg amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [1,434 kB]
Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-igbinary amd64 3.1.2+2.0.8-1+ubuntu18.04.1+deb.sury.org+1 [176 kB]
Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-msgpack amd64 2.1.0+0.5.7-1+ubuntu18.04.1+deb.sury.org+1 [79.1 kB]
Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-memcached amd64 3.1.4+2.2.0-1+ubuntu18.04.1+deb.sury.org+20191129 [116 kB]
Fetched 4,868 kB in 2s (2,939 kB/s)
Selecting previously unselected package php-common.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 135883 files and directories currently installed.)
Preparing to unpack .../0-php-common_2%3a75+ubuntu18.04.1+deb.sury.org+1_all.deb ...
Unpacking php-common (2:75+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.4-common.
Preparing to unpack .../1-php7.4-common_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-common (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.4-json.
Preparing to unpack .../2-php7.4-json_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-json (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.4-opcache.
Preparing to unpack .../3-php7.4-opcache_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-opcache (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.4-readline.
Preparing to unpack .../4-php7.4-readline_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-readline (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../5-libpcre2-8-0_10.34-7+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.34-7+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package libsodium23:amd64.
Preparing to unpack .../6-libsodium23_1.0.18-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libsodium23:amd64 (1.0.18-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.4-cli.
Preparing to unpack .../7-php7.4-cli_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-cli (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.4-phpdbg.
Preparing to unpack .../8-php7.4-phpdbg_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-phpdbg (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php-common (2:75+ubuntu18.04.1+deb.sury.org+1) ...
Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /lib/systemd/system/phpsessionclean.timer.
Selecting previously unselected package php-igbinary.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 136027 files and directories currently installed.)
Preparing to unpack .../php-igbinary_3.1.2+2.0.8-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-igbinary (3.1.2+2.0.8-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-msgpack.
Preparing to unpack .../php-msgpack_2.1.0+0.5.7-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php-msgpack (2.1.0+0.5.7-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package libmemcached11:amd64.
Preparing to unpack .../libmemcached11_1.0.18-4.2ubuntu0.18.04.1_amd64.deb ...
Unpacking libmemcached11:amd64 (1.0.18-4.2ubuntu0.18.04.1) ...
Selecting previously unselected package php-memcached.
Preparing to unpack .../php-memcached_3.1.4+2.2.0-1+ubuntu18.04.1+deb.sury.org+20191129_amd64.deb ...
Unpacking php-memcached (3.1.4+2.2.0-1+ubuntu18.04.1+deb.sury.org+20191129) ...
Setting up php7.4-common (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.4/mods-available/calendar.ini with new version

Creating config file /etc/php/7.4/mods-available/ctype.ini with new version

Creating config file /etc/php/7.4/mods-available/exif.ini with new version

Creating config file /etc/php/7.4/mods-available/fileinfo.ini with new version

Creating config file /etc/php/7.4/mods-available/ffi.ini with new version

Creating config file /etc/php/7.4/mods-available/ftp.ini with new version

Creating config file /etc/php/7.4/mods-available/gettext.ini with new version

Creating config file /etc/php/7.4/mods-available/iconv.ini with new version

Creating config file /etc/php/7.4/mods-available/pdo.ini with new version

Creating config file /etc/php/7.4/mods-available/phar.ini with new version

Creating config file /etc/php/7.4/mods-available/posix.ini with new version

Creating config file /etc/php/7.4/mods-available/shmop.ini with new version

Creating config file /etc/php/7.4/mods-available/sockets.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvmsg.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvsem.ini with new version

Creating config file /etc/php/7.4/mods-available/sysvshm.ini with new version

Creating config file /etc/php/7.4/mods-available/tokenizer.ini with new version
Setting up php7.4-opcache (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.4/mods-available/opcache.ini with new version
Setting up libmemcached11:amd64 (1.0.18-4.2ubuntu0.18.04.1) ...
Setting up libsodium23:amd64 (1.0.18-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.4-readline (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.4/mods-available/readline.ini with new version
Setting up libpcre2-8-0:amd64 (10.34-7+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.4-json (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.4/mods-available/json.ini with new version
Setting up php7.4-cli (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
update-alternatives: using /usr/bin/php7.4 to provide /usr/bin/php (php) in auto mode
update-alternatives: using /usr/bin/phar7.4 to provide /usr/bin/phar (phar) in auto mode
update-alternatives: using /usr/bin/phar.phar7.4 to provide /usr/bin/phar.phar (phar.phar) in auto mode

Creating config file /etc/php/7.4/cli/php.ini with new version
Setting up php-msgpack (2.1.0+0.5.7-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.4-phpdbg (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
update-alternatives: using /usr/bin/phpdbg7.4 to provide /usr/bin/phpdbg (phpdbg) in auto mode

Creating config file /etc/php/7.4/phpdbg/php.ini with new version
Setting up php-igbinary (3.1.2+2.0.8-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php-memcached (3.1.4+2.2.0-1+ubuntu18.04.1+deb.sury.org+20191129) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for php7.4-cli (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.4-phpdbg (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
libcache-memcached-perl libmemcached libanyevent-perl libyaml-perl
libterm-readkey-perl
The following NEW packages will be installed:
memcached
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 109 kB of archives.
After this operation, 293 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.2 [109 kB]
Fetched 109 kB in 0s (2,008 kB/s)
Selecting previously unselected package memcached.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 136167 files and directories currently installed.)
Preparing to unpack .../memcached_1.5.6-0ubuntu1.2_amd64.deb ...
Unpacking memcached (1.5.6-0ubuntu1.2) ...
Setting up memcached (1.5.6-0ubuntu1.2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service.
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php7.2
libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.2-cli
php7.2-common php7.2-json php7.2-opcache php7.2-readline
Suggested packages:
www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom ufw
php-pear
The following NEW packages will be installed:
apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php7.2
libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 php7.2 php7.2-cli
php7.2-common php7.2-json php7.2-opcache php7.2-readline
0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded.
Need to get 5,477 kB of archives.
After this operation, 23.5 MB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 libaprutil1-dbd-sqlite3 amd64 1.6.1-2 [10.6 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-common amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [930 kB]
Get:3 http://mirrors.online.net/ubuntu bionic/main amd64 libaprutil1-ldap amd64 1.6.1-2 [8,764 B]
Get:4 http://mirrors.online.net/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
Get:5 http://mirrors.online.net/ubuntu bionic-updates/main amd64 apache2-bin amd64 2.4.29-1ubuntu4.13 [1,070 kB]
Get:6 http://mirrors.online.net/ubuntu bionic-updates/main amd64 apache2-utils amd64 2.4.29-1ubuntu4.13 [83.8 kB]
Get:7 http://mirrors.online.net/ubuntu bionic-updates/main amd64 apache2-data all 2.4.29-1ubuntu4.13 [160 kB]
Get:8 http://mirrors.online.net/ubuntu bionic-updates/main amd64 apache2 amd64 2.4.29-1ubuntu4.13 [95.1 kB]
Get:9 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-json amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [18.9 kB]
Get:10 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-opcache amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [165 kB]
Get:11 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-readline amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [12.2 kB]
Get:12 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-cli amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [1,409 kB]
Get:13 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 libapache2-mod-php7.2 amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [1,351 kB]
Get:14 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2 all 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [53.8 kB]
Fetched 5,477 kB in 1s (4,601 kB/s)
Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 136192 files and directories currently installed.)
Preparing to unpack .../00-libaprutil1-dbd-sqlite3_1.6.1-2_amd64.deb ...
Unpacking libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
Selecting previously unselected package libaprutil1-ldap:amd64.
Preparing to unpack .../01-libaprutil1-ldap_1.6.1-2_amd64.deb ...
Unpacking libaprutil1-ldap:amd64 (1.6.1-2) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../02-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Selecting previously unselected package apache2-bin.
Preparing to unpack .../03-apache2-bin_2.4.29-1ubuntu4.13_amd64.deb ...
Unpacking apache2-bin (2.4.29-1ubuntu4.13) ...
Selecting previously unselected package apache2-utils.
Preparing to unpack .../04-apache2-utils_2.4.29-1ubuntu4.13_amd64.deb ...
Unpacking apache2-utils (2.4.29-1ubuntu4.13) ...
Selecting previously unselected package apache2-data.
Preparing to unpack .../05-apache2-data_2.4.29-1ubuntu4.13_all.deb ...
Unpacking apache2-data (2.4.29-1ubuntu4.13) ...
Selecting previously unselected package apache2.
Preparing to unpack .../06-apache2_2.4.29-1ubuntu4.13_amd64.deb ...
Unpacking apache2 (2.4.29-1ubuntu4.13) ...
Selecting previously unselected package php7.2-common.
Preparing to unpack .../07-php7.2-common_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-common (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-json.
Preparing to unpack .../08-php7.2-json_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-json (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-opcache.
Preparing to unpack .../09-php7.2-opcache_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-opcache (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-readline.
Preparing to unpack .../10-php7.2-readline_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-readline (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2-cli.
Preparing to unpack .../11-php7.2-cli_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package libapache2-mod-php7.2.
Preparing to unpack .../12-libapache2-mod-php7.2_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php7.2.
Preparing to unpack .../13-php7.2_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_all.deb ...
Unpacking php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.2-common (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/calendar.ini with new version

Creating config file /etc/php/7.2/mods-available/ctype.ini with new version

Creating config file /etc/php/7.2/mods-available/exif.ini with new version

Creating config file /etc/php/7.2/mods-available/fileinfo.ini with new version

Creating config file /etc/php/7.2/mods-available/ftp.ini with new version

Creating config file /etc/php/7.2/mods-available/gettext.ini with new version

Creating config file /etc/php/7.2/mods-available/iconv.ini with new version

Creating config file /etc/php/7.2/mods-available/pdo.ini with new version

Creating config file /etc/php/7.2/mods-available/phar.ini with new version

Creating config file /etc/php/7.2/mods-available/posix.ini with new version

Creating config file /etc/php/7.2/mods-available/shmop.ini with new version

Creating config file /etc/php/7.2/mods-available/sockets.ini with new version

Creating config file /etc/php/7.2/mods-available/sysvmsg.ini with new version

Creating config file /etc/php/7.2/mods-available/sysvsem.ini with new version

Creating config file /etc/php/7.2/mods-available/sysvshm.ini with new version

Creating config file /etc/php/7.2/mods-available/tokenizer.ini with new version
Setting up libaprutil1-dbd-sqlite3:amd64 (1.6.1-2) ...
Setting up apache2-utils (2.4.29-1ubuntu4.13) ...
Setting up apache2-data (2.4.29-1ubuntu4.13) ...
Setting up php7.2-readline (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/readline.ini with new version
Setting up php7.2-json (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/json.ini with new version
Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Setting up php7.2-opcache (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/opcache.ini with new version
Setting up libaprutil1-ldap:amd64 (1.6.1-2) ...
Setting up apache2-bin (2.4.29-1ubuntu4.13) ...
Setting up php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/cli/php.ini with new version
Setting up libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Package apache2 is not configured yet. Will defer actions by package libapache2-mod-php7.2.

Creating config file /etc/php/7.2/apache2/php.ini with new version
No module matches
Setting up apache2 (2.4.29-1ubuntu4.13) ...
Enabling module mpm_event.
Enabling module authz_core.
Enabling module authz_host.
Enabling module authn_core.
Enabling module auth_basic.
Enabling module access_compat.
Enabling module authn_file.
Enabling module authz_user.
Enabling module alias.
Enabling module dir.
Enabling module autoindex.
Enabling module env.
Enabling module mime.
Enabling module negotiation.
Enabling module setenvif.
Enabling module filter.
Enabling module deflate.
Enabling module status.
Enabling module reqtimeout.
Enabling conf charset.
Enabling conf localized-error-pages.
Enabling conf other-vhosts-access-log.
Enabling conf security.
Enabling conf serve-cgi-bin.
Enabling site 000-default.
info: Switch to mpm prefork for package libapache2-mod-php7.2
Module mpm_event disabled.
Enabling module mpm_prefork.
info: Executing deferred 'a2enmod php7.2' for package libapache2-mod-php7.2
Enabling module php7.2.
Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /lib/systemd/system/apache2.service.
Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service → /lib/systemd/system/apache-htcacheclean.service.
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
invoke-rc.d: initscript apache2, action "start" failed.
�[0;1;31m●�[0m apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
└─apache2-systemd.conf
Active: �[0;1;31mfailed�[0m (Result: exit-code) since Wed 2020-04-22 12:23:46 CEST; 22ms ago
Process: 26604 ExecStart=/usr/sbin/apachectl start �[0;1;31m(code=exited, status=1/FAILURE)�[0m

Apr 22 12:23:46 sd2-152747 systemd[1]: Starting The Apache HTTP Server...
Apr 22 12:23:46 sd2-152747 apachectl[26604]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80
Apr 22 12:23:46 sd2-152747 apachectl[26604]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
Apr 22 12:23:46 sd2-152747 apachectl[26604]: no listening sockets available, shutting down
Apr 22 12:23:46 sd2-152747 apachectl[26604]: AH00015: Unable to open logs
Apr 22 12:23:46 sd2-152747 apachectl[26604]: Action 'start' failed.
Apr 22 12:23:46 sd2-152747 apachectl[26604]: The Apache error log may have more information.
Apr 22 12:23:46 sd2-152747 systemd[1]: �[0;1;39m�[0;1;31m�[0;1;39mapache2.service: Control process exited, code=exited status=1�[0m
Apr 22 12:23:46 sd2-152747 systemd[1]: �[0;1;39m�[0;1;31m�[0;1;39mapache2.service: Failed with result 'exit-code'.�[0m
Apr 22 12:23:46 sd2-152747 systemd[1]: �[0;1;31m�[0;1;39m�[0;1;31mFailed to start The Apache HTTP Server.�[0m
Setting up php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
php7.2-cli is already the newest version (7.2.30-1+ubuntu18.04.1+deb.sury.org+1).
php7.2-cli set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
php7.2-curl
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 28.8 kB of archives.
After this operation, 119 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-curl amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [28.8 kB]
Fetched 28.8 kB in 0s (486 kB/s)
Selecting previously unselected package php7.2-curl.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 136992 files and directories currently installed.)
Preparing to unpack .../php7.2-curl_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-curl (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.2-curl (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/curl.ini with new version
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
php-pear php-xml php7.4-xml pkg-php-tools shtool
Suggested packages:
dh-php dh-make
The following NEW packages will be installed:
php-pear php-xml php7.2-dev php7.4-xml pkg-php-tools shtool
0 upgraded, 6 newly installed, 0 to remove and 3 not upgraded.
Need to get 1,092 kB of archives.
After this operation, 8,826 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 shtool all 2.0.8-9 [121 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.4-xml amd64 7.4.5-1+ubuntu18.04.1+deb.sury.org+1 [95.6 kB]
Get:3 http://mirrors.online.net/ubuntu bionic/main amd64 pkg-php-tools all 1.35ubuntu1 [27.8 kB]
Get:4 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-xml all 2:7.4+75+ubuntu18.04.1+deb.sury.org+1 [6,360 B]
Get:5 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-pear all 1:1.10.8+submodules+notgz-1+ubuntu18.04.1+deb.sury.org+1 [286 kB]
Get:6 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-dev amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [555 kB]
Fetched 1,092 kB in 0s (2,754 kB/s)
Selecting previously unselected package php7.4-xml.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137001 files and directories currently installed.)
Preparing to unpack .../0-php7.4-xml_7.4.5-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.4-xml (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-xml.
Preparing to unpack .../1-php-xml_2%3a7.4+75+ubuntu18.04.1+deb.sury.org+1_all.deb ...
Unpacking php-xml (2:7.4+75+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package php-pear.
Preparing to unpack .../2-php-pear_1%3a1.10.8+submodules+notgz-1+ubuntu18.04.1+deb.sury.org+1_all.deb ...
Unpacking php-pear (1:1.10.8+submodules+notgz-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package shtool.
Preparing to unpack .../3-shtool_2.0.8-9_all.deb ...
Unpacking shtool (2.0.8-9) ...
Selecting previously unselected package php7.2-dev.
Preparing to unpack .../4-php7.2-dev_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-dev (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Selecting previously unselected package pkg-php-tools.
Preparing to unpack .../5-pkg-php-tools_1.35ubuntu1_all.deb ...
Unpacking pkg-php-tools (1.35ubuntu1) ...
Setting up shtool (2.0.8-9) ...
Setting up php7.4-xml (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.4/mods-available/dom.ini with new version

Creating config file /etc/php/7.4/mods-available/simplexml.ini with new version

Creating config file /etc/php/7.4/mods-available/xml.ini with new version

Creating config file /etc/php/7.4/mods-available/xmlreader.ini with new version

Creating config file /etc/php/7.4/mods-available/xmlwriter.ini with new version

Creating config file /etc/php/7.4/mods-available/xsl.ini with new version
Setting up php7.2-dev (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
update-alternatives: using /usr/bin/php-config7.2 to provide /usr/bin/php-config (php-config) in auto mode
update-alternatives: using /usr/bin/phpize7.2 to provide /usr/bin/phpize (phpize) in auto mode
Setting up php-xml (2:7.4+75+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php-pear (1:1.10.8+submodules+notgz-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up pkg-php-tools (1.35ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for php7.4-phpdbg (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.4-cli (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
php7.2-fpm
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 1,414 kB of archives.
After this operation, 4,981 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-fpm amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [1,414 kB]
Fetched 1,414 kB in 0s (3,533 kB/s)
Selecting previously unselected package php7.2-fpm.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137633 files and directories currently installed.)
Preparing to unpack .../php7.2-fpm_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/fpm/php.ini with new version
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Created symlink /etc/systemd/system/multi-user.target.wants/php7.2-fpm.service → /lib/systemd/system/php7.2-fpm.service.
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
php7.2-gd
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 27.2 kB of archives.
After this operation, 134 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-gd amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [27.2 kB]
Fetched 27.2 kB in 0s (521 kB/s)
Selecting previously unselected package php7.2-gd.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137655 files and directories currently installed.)
Preparing to unpack .../php7.2-gd_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-gd (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.2-gd (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/gd.ini with new version
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
php-geoip
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 18.8 kB of archives.
After this operation, 213 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php-geoip amd64 1.1.1-4+ubuntu18.04.1+deb.sury.org+20191129 [18.8 kB]
Fetched 18.8 kB in 0s (285 kB/s)
Selecting previously unselected package php-geoip.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137664 files and directories currently installed.)
Preparing to unpack .../php-geoip_1.1.1-4+ubuntu18.04.1+deb.sury.org+20191129_amd64.deb ...
Unpacking php-geoip (1.1.1-4+ubuntu18.04.1+deb.sury.org+20191129) ...
Setting up php-geoip (1.1.1-4+ubuntu18.04.1+deb.sury.org+20191129) ...
Processing triggers for php7.4-phpdbg (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.4-cli (7.4.5-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Reading package lists...
Building dependency tree...
Reading state information...
php7.2-json is already the newest version (7.2.30-1+ubuntu18.04.1+deb.sury.org+1).
php7.2-json set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
php7.2-mbstring
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 484 kB of archives.
After this operation, 1,712 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-mbstring amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [484 kB]
Fetched 484 kB in 0s (2,953 kB/s)
Selecting previously unselected package php7.2-mbstring.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137680 files and directories currently installed.)
Preparing to unpack .../php7.2-mbstring_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-mbstring (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.2-mbstring (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/mbstring.ini with new version
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
php7.2-opcache is already the newest version (7.2.30-1+ubuntu18.04.1+deb.sury.org+1).
php7.2-opcache set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
php7.2-xml
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 107 kB of archives.
After this operation, 456 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-xml amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [107 kB]
Fetched 107 kB in 0s (1,105 kB/s)
Selecting previously unselected package php7.2-xml.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137689 files and directories currently installed.)
Preparing to unpack .../php7.2-xml_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-xml (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up php7.2-xml (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/dom.ini with new version

Creating config file /etc/php/7.2/mods-available/simplexml.ini with new version

Creating config file /etc/php/7.2/mods-available/wddx.ini with new version

Creating config file /etc/php/7.2/mods-available/xml.ini with new version

Creating config file /etc/php/7.2/mods-available/xmlreader.ini with new version

Creating config file /etc/php/7.2/mods-available/xmlwriter.ini with new version

Creating config file /etc/php/7.2/mods-available/xsl.ini with new version
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libxmlrpc-epi0
The following NEW packages will be installed:
libxmlrpc-epi0 php7.2-xmlrpc
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 43.4 kB of archives.
After this operation, 162 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 libxmlrpc-epi0 amd64 0.54.2-1.2 [30.5 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-xmlrpc amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [12.8 kB]
Fetched 43.4 kB in 0s (1,082 kB/s)
Selecting previously unselected package libxmlrpc-epi0:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137710 files and directories currently installed.)
Preparing to unpack .../libxmlrpc-epi0_0.54.2-1.2_amd64.deb ...
Unpacking libxmlrpc-epi0:amd64 (0.54.2-1.2) ...
Selecting previously unselected package php7.2-xmlrpc.
Preparing to unpack .../php7.2-xmlrpc_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-xmlrpc (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libxmlrpc-epi0:amd64 (0.54.2-1.2) ...
Setting up php7.2-xmlrpc (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/xmlrpc.ini with new version
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libzip4
The following NEW packages will be installed:
libzip4 php7.2-zip
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 71.4 kB of archives.
After this operation, 220 kB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 libzip4 amd64 1.5.1-4+ubuntu18.04.1+deb.sury.org+2 [50.6 kB]
Get:2 http://ppa.launchpad.net/ondrej/php/ubuntu bionic/main amd64 php7.2-zip amd64 7.2.30-1+ubuntu18.04.1+deb.sury.org+1 [20.8 kB]
Fetched 71.4 kB in 0s (591 kB/s)
Selecting previously unselected package libzip4:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137724 files and directories currently installed.)
Preparing to unpack .../libzip4_1.5.1-4+ubuntu18.04.1+deb.sury.org+2_amd64.deb ...
Unpacking libzip4:amd64 (1.5.1-4+ubuntu18.04.1+deb.sury.org+2) ...
Selecting previously unselected package php7.2-zip.
Preparing to unpack .../php7.2-zip_7.2.30-1+ubuntu18.04.1+deb.sury.org+1_amd64.deb ...
Unpacking php7.2-zip (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Setting up libzip4:amd64 (1.5.1-4+ubuntu18.04.1+deb.sury.org+2) ...
Setting up php7.2-zip (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...

Creating config file /etc/php/7.2/mods-available/zip.ini with new version
Processing triggers for libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Processing triggers for php7.2-fpm (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
NOTICE: Not enabling PHP 7.2 FPM by default.
NOTICE: To enable PHP 7.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php7.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for php7.2-cli (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libfcgi-bin
The following NEW packages will be installed:
libfcgi-bin libfcgi0ldbl
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 165 kB of archives.
After this operation, 503 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/universe amd64 libfcgi0ldbl amd64 2.4.0-10 [154 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/universe amd64 libfcgi-bin amd64 2.4.0-10 [10.6 kB]
Fetched 165 kB in 0s (2,630 kB/s)
Selecting previously unselected package libfcgi0ldbl:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137740 files and directories currently installed.)
Preparing to unpack .../libfcgi0ldbl_2.4.0-10_amd64.deb ...
Unpacking libfcgi0ldbl:amd64 (2.4.0-10) ...
Selecting previously unselected package libfcgi-bin.
Preparing to unpack .../libfcgi-bin_2.4.0-10_amd64.deb ...
Unpacking libfcgi-bin (2.4.0-10) ...
Setting up libfcgi0ldbl:amd64 (2.4.0-10) ...
Setting up libfcgi-bin (2.4.0-10) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libmcrypt4 libmhash2
Suggested packages:
libmcrypt-dev
The following NEW packages will be installed:
libmcrypt4 libmhash2 mcrypt
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 208 kB of archives.
After this operation, 645 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 libmhash2 amd64 0.9.9.9-7 [87.0 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/universe amd64 libmcrypt4 amd64 2.5.8-3.3 [63.0 kB]
Get:3 http://mirrors.online.net/ubuntu bionic/universe amd64 mcrypt amd64 2.6.8-1.3ubuntu2 [57.9 kB]
Fetched 208 kB in 0s (3,422 kB/s)
Selecting previously unselected package libmhash2:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137784 files and directories currently installed.)
Preparing to unpack .../libmhash2_0.9.9.9-7_amd64.deb ...
Unpacking libmhash2:amd64 (0.9.9.9-7) ...
Selecting previously unselected package libmcrypt4.
Preparing to unpack .../libmcrypt4_2.5.8-3.3_amd64.deb ...
Unpacking libmcrypt4 (2.5.8-3.3) ...
Selecting previously unselected package mcrypt.
Preparing to unpack .../mcrypt_2.6.8-1.3ubuntu2_amd64.deb ...
Unpacking mcrypt (2.6.8-1.3ubuntu2) ...
Setting up libmhash2:amd64 (0.9.9.9-7) ...
Setting up libmcrypt4 (2.5.8-3.3) ...
Setting up mcrypt (2.6.8-1.3ubuntu2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
libmcrypt-dev
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 83.7 kB of archives.
After this operation, 438 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/universe amd64 libmcrypt-dev amd64 2.5.8-3.3 [83.7 kB]
Fetched 83.7 kB in 0s (2,268 kB/s)
Selecting previously unselected package libmcrypt-dev.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137816 files and directories currently installed.)
Preparing to unpack .../libmcrypt-dev_2.5.8-3.3_amd64.deb ...
Unpacking libmcrypt-dev (2.5.8-3.3) ...
Setting up libmcrypt-dev (2.5.8-3.3) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
nano is already the newest version (2.9.3-2).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
python-dev is already the newest version (2.7.15~rc1-1).
python-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
unzip is already the newest version (6.0-21ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
htop
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 80.0 kB of archives.
After this operation, 221 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 htop amd64 2.1.0-3 [80.0 kB]
Fetched 80.0 kB in 0s (2,602 kB/s)
Selecting previously unselected package htop.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137835 files and directories currently installed.)
Preparing to unpack .../htop_2.1.0-3_amd64.deb ...
Unpacking htop (2.1.0-3) ...
Setting up htop (2.1.0-3) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
iotop
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 21.4 kB of archives.
After this operation, 88.1 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 iotop amd64 0.6-2 [21.4 kB]
Fetched 21.4 kB in 0s (875 kB/s)
Selecting previously unselected package iotop.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137844 files and directories currently installed.)
Preparing to unpack .../archives/iotop_0.6-2_amd64.deb ...
Unpacking iotop (0.6-2) ...
Setting up iotop (0.6-2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
vnstat is already the newest version (1.18-1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
vnstati
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 42.8 kB of archives.
After this operation, 124 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/universe amd64 vnstati amd64 1.18-1 [42.8 kB]
Fetched 42.8 kB in 0s (2,283 kB/s)
Selecting previously unselected package vnstati.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137861 files and directories currently installed.)
Preparing to unpack .../vnstati_1.18-1_amd64.deb ...
Unpacking vnstati (1.18-1) ...
Setting up vnstati (1.18-1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
automake is already the newest version (1:1.15.1-3ubuntu2).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
make is already the newest version (4.1-9.1ubuntu1).
make set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
openssl is already the newest version (1.1.1g-1+ubuntu18.04.1+deb.sury.org+1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
net-tools is already the newest version (1.60+git20161116.90da8a0-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
debconf-utils
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 56.6 kB of archives.
After this operation, 108 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 debconf-utils all 1.5.66ubuntu1 [56.6 kB]
Fetched 56.6 kB in 0s (1,584 kB/s)
Selecting previously unselected package debconf-utils.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137868 files and directories currently installed.)
Preparing to unpack .../debconf-utils_1.5.66ubuntu1_all.deb ...
Unpacking debconf-utils (1.5.66ubuntu1) ...
Setting up debconf-utils (1.5.66ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libopts25 sntp
Suggested packages:
ntp-doc
The following packages will be REMOVED:
openntpd
The following NEW packages will be installed:
libopts25 ntp sntp
0 upgraded, 3 newly installed, 1 to remove and 3 not upgraded.
Need to get 785 kB of archives.
After this operation, 2,154 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/universe amd64 libopts25 amd64 1:5.18.12-4 [58.2 kB]
Get:2 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 ntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [640 kB]
Get:3 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 sntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [86.9 kB]
Fetched 785 kB in 0s (6,173 kB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137899 files and directories currently installed.)
Removing openntpd (1:6.2p3-1) ...
Selecting previously unselected package libopts25:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137886 files and directories currently installed.)
Preparing to unpack .../libopts25_1%3a5.18.12-4_amd64.deb ...
Unpacking libopts25:amd64 (1:5.18.12-4) ...
Selecting previously unselected package ntp.
Preparing to unpack .../ntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ...
Unpacking ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Selecting previously unselected package sntp.
Preparing to unpack .../sntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ...
Unpacking sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Setting up libopts25:amd64 (1:5.18.12-4) ...
Setting up sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Setting up ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ...
Installing new version of config file /etc/apparmor.d/usr.sbin.ntpd ...
Created symlink /etc/systemd/system/network-pre.target.wants/ntp-systemd-netif.path → /lib/systemd/system/ntp-systemd-netif.path.
Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service.
ntp-systemd-netif.service is a disabled or a static unit, not starting it.
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
rsync is already the newest version (3.1.2-2.1ubuntu1.1).
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Loading internal null logger. Install Log::Log4perl for logging messages

CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.

Would you like to configure as much as possible automatically? [yes] yes
Fetching with LWP:
http://www.cpan.org/authors/01mailrc.txt.gz
Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/02packages.details.txt.gz
Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Wed, 22 Apr 2020 10:17:03 GMT
.............
New CPAN.pm version (v2.27) available.
[Currently running version is v2.18]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.

...............................................................DONE
Fetching with LWP:
http://www.cpan.org/modules/03modlist.data.gz
Reading '/root/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /root/.cpan/Metadata
Running install for module 'Digest::SHA1'
Fetching with LWP:
http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-2.13.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/G/GA/GAAS/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/G/GA/GAAS/Digest-SHA1-2.13.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring G/GA/GAAS/Digest-SHA1-2.13.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA1
Writing MYMETA.yml and MYMETA.json
GAAS/Digest-SHA1-2.13.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for G/GA/GAAS/Digest-SHA1-2.13.tar.gz
cp SHA1.pm blib/lib/Digest/SHA1.pm
Running Mkbootstrap for SHA1 ()
chmod 644 "SHA1.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA1.bs blib/arch/auto/Digest/SHA1/SHA1.bs 644
"/usr/bin/perl" "/usr/share/perl/5.26/ExtUtils/xsubpp" -typemap '/usr/share/perl/5.26/ExtUtils/typemap' -typemap '/root/.cpan/build/Digest-SHA1-2.13-0/typemap' SHA1.xs > SHA1.xsc
mv SHA1.xsc SHA1.c
x86_64-linux-gnu-gcc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION="2.13" -DXS_VERSION="2.13" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE" SHA1.c
In file included from /usr/lib/x86_64-linux-gnu/perl/5.26/CORE/perl.h:2698:0,
from SHA1.xs:6:
SHA1.xs: In function ‘XS_Digest__SHA1_sha1’:
/usr/lib/x86_64-linux-gnu/perl/5.26/CORE/handy.h:479:24: warning: null argument where non-null required (argument 1) [-Wnonnull]
#define strEQ(s1,s2) (!strcmp(s1,s2))
^
SHA1.xs:576:27: note: in expansion of macro ‘strEQ’
if (SvOBJECT(sv) && strEQ(HvNAME(SvSTASH(sv)), "Digest::SHA1"))
^~~~~
rm -f blib/arch/auto/Digest/SHA1/SHA1.so
x86_64-linux-gnu-gcc -shared -L/usr/local/lib -fstack-protector-strong SHA1.o -o blib/arch/auto/Digest/SHA1/SHA1.so
\

chmod 755 blib/arch/auto/Digest/SHA1/SHA1.so
Manifying 1 pod document
GAAS/Digest-SHA1-2.13.tar.gz
/usr/bin/make -- OK
Running make test
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA1.bs blib/arch/auto/Digest/SHA1/SHA1.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/.t
t/badfile.t .. ok
t/bits.t ..... ok
t/sha1.t ..... ok
All tests successful.
Files=3, Tests=17, 0 wallclock secs ( 0.08 usr 0.01 sys + 0.09 cusr 0.02 csys = 0.20 CPU)
Result: PASS
GAAS/Digest-SHA1-2.13.tar.gz
/usr/bin/make test -- OK
Running make install
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA1.bs blib/arch/auto/Digest/SHA1/SHA1.bs 644
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/auto/Digest/SHA1/SHA1.so
Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Digest/SHA1.pm
Installing /usr/local/man/man3/Digest::SHA1.3pm
Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
GAAS/Digest-SHA1-2.13.tar.gz
/usr/bin/make install -- OK
Loading internal null logger. Install Log::Log4perl for logging messages
Reading '/root/.cpan/Metadata'
Database was generated on Wed, 22 Apr 2020 10:17:03 GMT
Running install for module 'Digest::SHA'
Fetching with LWP:
http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-6.02.tar.gz
Fetching with LWP:
http://www.cpan.org/authors/id/M/MS/MSHELOR/CHECKSUMS
Checksum for /root/.cpan/sources/authors/id/M/MS/MSHELOR/Digest-SHA-6.02.tar.gz ok
'YAML' not installed, will not store persistent state
Configuring M/MS/MSHELOR/Digest-SHA-6.02.tar.gz with Makefile.PL
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Digest::SHA
Writing MYMETA.yml and MYMETA.json
MSHELOR/Digest-SHA-6.02.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- OK
Running make for M/MS/MSHELOR/Digest-SHA-6.02.tar.gz
cp lib/Digest/SHA.pm blib/lib/Digest/SHA.pm
Running Mkbootstrap for SHA ()
chmod 644 "SHA.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.bs 644
"/usr/bin/perl" "/usr/share/perl/5.26/ExtUtils/xsubpp" -typemap '/usr/share/perl/5.26/ExtUtils/typemap' -typemap '/root/.cpan/build/Digest-SHA-6.02-0/typemap' SHA.xs > SHA.xsc
mv SHA.xsc SHA.c
x86_64-linux-gnu-gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION="6.02" -DXS_VERSION="6.02" -fPIC "-I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE" SHA.c
rm -f blib/arch/auto/Digest/SHA/SHA.so
x86_64-linux-gnu-gcc -shared -L/usr/local/lib -fstack-protector-strong SHA.o -o blib/arch/auto/Digest/SHA/SHA.so
\

chmod 755 blib/arch/auto/Digest/SHA/SHA.so
cp shasum blib/script/shasum
"/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum
Manifying 1 pod document
Manifying 1 pod document
MSHELOR/Digest-SHA-6.02.tar.gz
/usr/bin/make -- OK
Running make test
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/.t
t/allfcns.t ...... ok
t/base64.t ....... ok
t/bitbuf.t ....... ok
t/bitorder.t ..... ok
t/fips180-4.t .... ok
t/fips198.t ...... ok
t/gg.t ........... ok
t/gglong.t ....... ok
t/hmacsha.t ...... ok
t/inheritance.t .. ok
t/ireland.t ...... ok
t/methods.t ...... ok
t/nistbit.t ...... ok
t/nistbyte.t ..... ok
t/pod.t .......... skipped: Test::Pod 1.00 required for testing POD
t/podcover.t ..... skipped: Test::Pod::Coverage 0.08 required
t/rfc2202.t ...... ok
t/sha1.t ......... ok
t/sha224.t ....... ok
t/sha256.t ....... ok
t/sha384.t ....... ok
t/sha512.t ....... ok
t/state.t ........ ok
t/unicode.t ...... ok
t/woodbury.t ..... ok
All tests successful.
Files=25, Tests=130, 1 wallclock secs ( 0.20 usr 0.05 sys + 1.15 cusr 0.23 csys = 1.63 CPU)
Result: PASS
MSHELOR/Digest-SHA-6.02.tar.gz
/usr/bin/make test -- OK
Running make install
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs blib/arch/auto/Digest/SHA/SHA.bs 644
Manifying 1 pod document
Manifying 1 pod document
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/auto/Digest/SHA/SHA.so
Installing /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/Digest/SHA.pm
Installing /usr/local/man/man1/shasum.1p
Installing /usr/local/man/man3/Digest::SHA.3pm
Installing /usr/local/bin/shasum
Appending installation info to /usr/local/lib/x86_64-linux-gnu/perl/5.26.1/perllocal.pod
MSHELOR/Digest-SHA-6.02.tar.gz
/usr/bin/make install -- OK
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
.............+.................................................+.............................................+.......................................................+.....................................................................................................................................................................................+.................................................................................................................+...........+........................................................................................................................+...+.............................................................+..............................................................................................................+...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................+................................................................................................................+.......................................................................+..........................+........................................................................+.......................................................+.....................................................................................................................................................................................................................+.......................................................................................................+.................................................................................................................+.....................+..........+.........................................................................................................................................................................................................................................................+.........................................................................................................+.................................................................+.......................................................+................................................................+.............................................................+..................................................+..............+.................................................................+.........................................+..........++++++++
A /srv/fancyindex
A /srv/fancyindex/addNginxFancyIndexForm.js
A /srv/fancyindex/footer.html
A /srv/fancyindex/header.html
A /srv/fancyindex/jquery.min.js
A /srv/fancyindex/showdown.min.js
A /srv/fancyindex/styles.css
Exported revision 43.

Installing the NodeSource Node.js 12.x repo...

Populating apt-get cache...

Confirming "bionic" is supported...

Adding the NodeSource signing key to your keyring...

Creating apt sources list file for the NodeSource Node.js 12.x repo...

Running apt-get update for you...

Run sudo apt-get install -y nodejs to install Node.js 12.x and npm

You may also need development tools to build native addons:

 sudo apt-get install gcc g++ make

To install the Yarn package manager, run:

 curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
 echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
 sudo apt-get update && sudo apt-get install yarn

Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 17.9 MB of archives.
After this operation, 89.8 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_12.x bionic/main amd64 nodejs amd64 12.16.2-1nodesource1 [17.9 MB]
Fetched 17.9 MB in 1s (18.8 MB/s)
Selecting previously unselected package nodejs.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 137961 files and directories currently installed.)
Preparing to unpack .../nodejs_12.16.2-1nodesource1_amd64.deb ...
Unpacking nodejs (12.16.2-1nodesource1) ...
Setting up nodejs (12.16.2-1nodesource1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
shellinabox
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 126 kB of archives.
After this operation, 517 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/universe amd64 shellinabox amd64 2.20build1 [126 kB]
Fetched 126 kB in 0s (2,723 kB/s)
Selecting previously unselected package shellinabox.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 142768 files and directories currently installed.)
Preparing to unpack .../shellinabox_2.20build1_amd64.deb ...
Unpacking shellinabox (2.20build1) ...
Setting up shellinabox (2.20build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
npm WARN [email protected] No repository field.

added 103 packages from 62 contributors and audited 5893 packages in 16.046s
found 0 vulnerabilities

qBittorrent will now be installed.

This process may take a few minutes
Please wait until the process is completed

Info: Building qBittorrent...
Info: Installing Libtorrent...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
libtorrent-rasterbar-dbg
The following NEW packages will be installed:
libtorrent-rasterbar9
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/961 kB of archives.
After this operation, 3,075 kB of additional disk space will be used.
Get:1 /tmp/libtorrent-rasterbar9_1.1.13-1build1_amd64.deb libtorrent-rasterbar9 amd64 1.1.13-1build1 [961 kB]
Selecting previously unselected package libtorrent-rasterbar9.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 142791 files and directories currently installed.)
Preparing to unpack .../libtorrent-rasterbar9_1.1.13-1build1_amd64.deb ...
Unpacking libtorrent-rasterbar9 (1.1.13-1build1) ...
Setting up libtorrent-rasterbar9 (1.1.13-1build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
libtorrent-rasterbar-doc
The following NEW packages will be installed:
libtorrent-rasterbar-dev
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/2,016 kB of archives.
After this operation, 21.4 MB of additional disk space will be used.
Get:1 /tmp/libtorrent-rasterbar-dev_1.1.13-1build1_amd64.deb libtorrent-rasterbar-dev amd64 1.1.13-1build1 [2,016 kB]
Selecting previously unselected package libtorrent-rasterbar-dev.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 142798 files and directories currently installed.)
Preparing to unpack .../libtorrent-rasterbar-dev_1.1.13-1build1_amd64.deb ...
Unpacking libtorrent-rasterbar-dev (1.1.13-1build1) ...
Setting up libtorrent-rasterbar-dev (1.1.13-1build1) ...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Suggested packages:
qbittorrent-dbg
The following NEW packages will be installed:
qbittorrent-nox
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/5,068 kB of archives.
After this operation, 6,617 kB of additional disk space will be used.
Get:1 /tmp/qbittorrent-nox_4.2.3-libt1.1-1build1_amd64.deb qbittorrent-nox amd64 4.2.3-libt1.1-1build1 [5,068 kB]
Selecting previously unselected package qbittorrent-nox.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 143004 files and directories currently installed.)
Preparing to unpack .../qbittorrent-nox_4.2.3-libt1.1-1build1_amd64.deb ...
Unpacking qbittorrent-nox (4.2.3-libt1.1-1build1) ...
Setting up qbittorrent-nox (4.2.3-libt1.1-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
qbittorrent-nox set on hold.

Success: qBittorrent Built.
Info: Configuring qBittorrent...
Info: Building libqbpasswd ...
Cloning into 'libqbpasswd'...
g++ -Wall -std=c++11 -Ofast -c base64.cpp
g++ -Wall -std=c++11 -Ofast -c password.cpp
g++ -Wall -std=c++11 -Ofast -c random.cpp
g++ -Wall -std=c++11 -Ofast -c main.cpp
g++ -Wall -std=c++11 -Ofast -o qb_password_gen base64.o random.o password.o main.o -lssl -lcrypto -s
rm *.o
nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/etc/ssl/certs/ssl-cert-snakeoil.pem"
Success: qBittorrent configured.
Info: Configuring qBittorrent lock...
Success: qBittorrent lock configured.
Info: Starting qBittorrent...
Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /etc/systemd/system/[email protected].
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 46 0 0 100 46 0 4600 --:--:-- --:--:-- --:--:-- 4600
HTTP/1.1 200 OK
connection: keep-alive
content-length: 0
content-security-policy: default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; script-src 'self' 'unsafe-inline'; object-src 'none'; form-action 'self'; frame-ancestors 'self';
content-type: text/plain
date: Wed, 22 Apr 2020 10:31:14 GMT
referrer-policy: same-origin
set-cookie: SID=sC8QFvmtvPDvZg6oIivUuf9ViChuzuRd; HttpOnly; path=/; SameSite=Strict
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block

Success: qBittorrent started.
qBittorrent Install Complete!

Close this dialog box to refresh your browser

Deluge will now be installed.

This process may take a few minutes
Please wait until the process is completed

Info: Building Deluge...
Info: Installing Libtorrent...

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libboost-python1.65.1
The following NEW packages will be installed:
libboost-python1.65.1 python-libtorrent
0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
Need to get 101 kB/422 kB of archives.
After this operation, 2,243 kB of additional disk space will be used.
Get:1 /tmp/python-libtorrent_1.1.13-1build1_amd64.deb python-libtorrent amd64 1.1.13-1build1 [322 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/universe amd64 libboost-python1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [101 kB]
Fetched 101 kB in 0s (2,815 kB/s)
Selecting previously unselected package libboost-python1.65.1.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 143010 files and directories currently installed.)
Preparing to unpack .../libboost-python1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-python1.65.1 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package python-libtorrent.
Preparing to unpack .../python-libtorrent_1.1.13-1build1_amd64.deb ...
Unpacking python-libtorrent (1.1.13-1build1) ...
Setting up libboost-python1.65.1 (1.65.1+dfsg-0ubuntu5) ...
Setting up python-libtorrent (1.1.13-1build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...

Info: Installing Deluge 1.3.15...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python-attr python-automat python-chardet python-click python-colorama
python-constantly python-hyperlink python-incremental python-openssl
python-pam python-pyasn1 python-pyasn1-modules python-serial
python-service-identity python-setproctitle python-twisted-bin
python-twisted-core python-twisted-web python-zope.interface
Suggested packages:
python-attr-doc python-openssl-doc python-openssl-dbg python-pam-dbg
python-wxgtk3.0 | python-wxgtk python-twisted-bin-dbg python-tk python-gtk2
python-glade2 python-qt3 python-wxgtk3.0
Recommended packages:
python-imaging
The following NEW packages will be installed:
deluge-common python-attr python-automat python-chardet python-click
python-colorama python-constantly python-hyperlink python-incremental
python-openssl python-pam python-pyasn1 python-pyasn1-modules python-serial
python-service-identity python-setproctitle python-twisted-bin
python-twisted-core python-twisted-web python-zope.interface
0 upgraded, 20 newly installed, 0 to remove and 3 not upgraded.
Need to get 2,663 kB/3,405 kB of archives.
After this operation, 21.6 MB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic-updates/main amd64 python-twisted-bin amd64 17.9.0-2ubuntu0.1 [14.8 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/main amd64 python-zope.interface amd64 4.3.2-1build2 [82.2 kB]
Get:3 /tmp/deluge-common_1.3.15-1build1_all.deb deluge-common all 1.3.15-1build1 [742 kB]
Get:4 http://mirrors.online.net/ubuntu bionic/main amd64 python-attr all 17.4.0-2 [23.7 kB]
Get:5 http://mirrors.online.net/ubuntu bionic/main amd64 python-automat all 0.6.0-1 [25.1 kB]
Get:6 http://mirrors.online.net/ubuntu bionic/main amd64 python-constantly all 15.1.0-1 [7,960 B]
Get:7 http://mirrors.online.net/ubuntu bionic/main amd64 python-hyperlink all 17.3.1-2 [27.5 kB]
Get:8 http://mirrors.online.net/ubuntu bionic/main amd64 python-incremental all 16.10.1-3 [14.4 kB]
Get:9 http://mirrors.online.net/ubuntu bionic/main amd64 python-openssl all 17.5.0-1ubuntu1 [41.3 kB]
Get:10 http://mirrors.online.net/ubuntu bionic/main amd64 python-pyasn1 all 0.4.2-3 [46.7 kB]
Get:11 http://mirrors.online.net/ubuntu bionic/main amd64 python-pyasn1-modules all 0.2.1-0.2 [32.8 kB]
Get:12 http://mirrors.online.net/ubuntu bionic/main amd64 python-service-identity all 16.0.0-2 [9,318 B]
Get:13 http://mirrors.online.net/ubuntu bionic-updates/main amd64 python-twisted-core all 17.9.0-2ubuntu0.1 [2,009 kB]
Get:14 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 python-twisted-web all 17.9.0-2ubuntu0.1 [72.7 kB]
Get:15 http://mirrors.online.net/ubuntu bionic/main amd64 python-chardet all 3.0.4-1 [80.3 kB]
Get:16 http://mirrors.online.net/ubuntu bionic/main amd64 python-colorama all 0.3.7-1 [22.6 kB]
Get:17 http://mirrors.online.net/ubuntu bionic/main amd64 python-click all 6.7-3 [56.4 kB]
Get:18 http://mirrors.online.net/ubuntu bionic/main amd64 python-pam amd64 0.4.2-13.2ubuntu4 [9,856 B]
Get:19 http://mirrors.online.net/ubuntu bionic/main amd64 python-serial all 3.4-2 [71.9 kB]
Get:20 http://mirrors.online.net/ubuntu bionic/main amd64 python-setproctitle amd64 1.1.10-1build2 [14.5 kB]
Fetched 2,663 kB in 0s (7,739 kB/s)
Selecting previously unselected package python-twisted-bin:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 143021 files and directories currently installed.)
Preparing to unpack .../00-python-twisted-bin_17.9.0-2ubuntu0.1_amd64.deb ...
Unpacking python-twisted-bin:amd64 (17.9.0-2ubuntu0.1) ...
Selecting previously unselected package python-zope.interface.
Preparing to unpack .../01-python-zope.interface_4.3.2-1build2_amd64.deb ...
Unpacking python-zope.interface (4.3.2-1build2) ...
Selecting previously unselected package python-attr.
Preparing to unpack .../02-python-attr_17.4.0-2_all.deb ...
Unpacking python-attr (17.4.0-2) ...
Selecting previously unselected package python-automat.
Preparing to unpack .../03-python-automat_0.6.0-1_all.deb ...
Unpacking python-automat (0.6.0-1) ...
Selecting previously unselected package python-constantly.
Preparing to unpack .../04-python-constantly_15.1.0-1_all.deb ...
Unpacking python-constantly (15.1.0-1) ...
Selecting previously unselected package python-hyperlink.
Preparing to unpack .../05-python-hyperlink_17.3.1-2_all.deb ...
Unpacking python-hyperlink (17.3.1-2) ...
Selecting previously unselected package python-incremental.
Preparing to unpack .../06-python-incremental_16.10.1-3_all.deb ...
Unpacking python-incremental (16.10.1-3) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../07-python-openssl_17.5.0-1ubuntu1_all.deb ...
Unpacking python-openssl (17.5.0-1ubuntu1) ...
Selecting previously unselected package python-pyasn1.
Preparing to unpack .../08-python-pyasn1_0.4.2-3_all.deb ...
Unpacking python-pyasn1 (0.4.2-3) ...
Selecting previously unselected package python-pyasn1-modules.
Preparing to unpack .../09-python-pyasn1-modules_0.2.1-0.2_all.deb ...
Unpacking python-pyasn1-modules (0.2.1-0.2) ...
Selecting previously unselected package python-service-identity.
Preparing to unpack .../10-python-service-identity_16.0.0-2_all.deb ...
Unpacking python-service-identity (16.0.0-2) ...
Selecting previously unselected package python-twisted-core.
Preparing to unpack .../11-python-twisted-core_17.9.0-2ubuntu0.1_all.deb ...
Unpacking python-twisted-core (17.9.0-2ubuntu0.1) ...
Selecting previously unselected package python-twisted-web.
Preparing to unpack .../12-python-twisted-web_17.9.0-2ubuntu0.1_all.deb ...
Unpacking python-twisted-web (17.9.0-2ubuntu0.1) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../13-python-chardet_3.0.4-1_all.deb ...
Unpacking python-chardet (3.0.4-1) ...
Selecting previously unselected package deluge-common.
Preparing to unpack .../14-deluge-common_1.3.15-1build1_all.deb ...
Unpacking deluge-common (1.3.15-1build1) ...
Selecting previously unselected package python-colorama.
Preparing to unpack .../15-python-colorama_0.3.7-1_all.deb ...
Unpacking python-colorama (0.3.7-1) ...
Selecting previously unselected package python-click.
Preparing to unpack .../16-python-click_6.7-3_all.deb ...
Unpacking python-click (6.7-3) ...
Selecting previously unselected package python-pam.
Preparing to unpack .../17-python-pam_0.4.2-13.2ubuntu4_amd64.deb ...
Unpacking python-pam (0.4.2-13.2ubuntu4) ...
Selecting previously unselected package python-serial.
Preparing to unpack .../18-python-serial_3.4-2_all.deb ...
Unpacking python-serial (3.4-2) ...
Selecting previously unselected package python-setproctitle:amd64.
Preparing to unpack .../19-python-setproctitle_1.1.10-1build2_amd64.deb ...
Unpacking python-setproctitle:amd64 (1.1.10-1build2) ...
Setting up python-hyperlink (17.3.1-2) ...
Setting up python-chardet (3.0.4-1) ...
Setting up python-attr (17.4.0-2) ...
Setting up python-openssl (17.5.0-1ubuntu1) ...
Setting up python-pyasn1 (0.4.2-3) ...
Setting up python-twisted-bin:amd64 (17.9.0-2ubuntu0.1) ...
Setting up python-colorama (0.3.7-1) ...
Setting up python-pyasn1-modules (0.2.1-0.2) ...
Setting up python-incremental (16.10.1-3) ...
Setting up python-constantly (15.1.0-1) ...
Setting up python-zope.interface (4.3.2-1build2) ...
Setting up python-serial (3.4-2) ...
Setting up python-pam (0.4.2-13.2ubuntu4) ...
Setting up python-automat (0.6.0-1) ...
Setting up python-setproctitle:amd64 (1.1.10-1build2) ...
Setting up python-service-identity (16.0.0-2) ...
Setting up python-click (6.7-3) ...
Setting up python-twisted-core (17.9.0-2ubuntu0.1) ...
Setting up python-twisted-web (17.9.0-2ubuntu0.1) ...
Setting up deluge-common (1.3.15-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
deluge-console
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0 B/27.3 kB of archives.
After this operation, 157 kB of additional disk space will be used.
Get:1 /tmp/deluge-console_1.3.15-1build1_all.deb deluge-console all 1.3.15-1build1 [27.3 kB]
Selecting previously unselected package deluge-console.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 145278 files and directories currently installed.)
Preparing to unpack .../deluge-console_1.3.15-1build1_all.deb ...
Unpacking deluge-console (1.3.15-1build1) ...
Setting up deluge-console (1.3.15-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
fonts-freefont-ttf libappindicator1 libasound2 libasound2-data libasyncns0
libblas3 libcaca0 libdbusmenu-gtk4 libfile-basedir-perl
libfile-desktopentry-perl libfile-mimeinfo-perl libflac8 libfluidsynth1
libfontenc1 libgail-common libgail18 libgfortran4 libglade2-0 libgtk2.0-0
libgtk2.0-bin libgtk2.0-common libindicator7 libipc-system-simple-perl
libjack-jackd2-0 liblapack3 libmad0 libmikmod3 libnet-dbus-perl libnotify4
libopenal-data libopenal1 libportmidi0 libpulse0 libsamplerate0
libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libsdl1.2debian
libsdl2-2.0-0 libsmpeg0 libsndfile1 libsndio6.1 libtie-ixhash-perl
libvorbisfile3 libx11-protocol-perl libxaw7 libxml-twig-perl
libxml-xpathengine-perl libxmu6 libxss1 libxt6 libxv1 libxxf86dga1
notification-daemon python-appindicator python-cairo python-glade2
python-gobject python-gobject-2 python-gtk2 python-notify python-numpy
python-pygame timgm6mb-soundfont x11-utils x11-xserver-utils xdg-utils
Suggested packages:
indicator-application libasound2-plugins alsa-utils gvfs jackd2
libportaudio2 pulseaudio sndiod libunicode-map8-perl libunicode-string-perl
xml-twig-tools python-gtk2-doc python-gobject-2-dbg gfortran python-nose
python-numpy-dbg python-numpy-doc timidity fluid-soundfont-gm fluidsynth
musescore mesa-utils nickle cairo-5c xorg-docs-core
The following NEW packages will be installed:
deluge-gtk fonts-freefont-ttf libappindicator1 libasound2 libasound2-data
libasyncns0 libblas3 libcaca0 libdbusmenu-gtk4 libfile-basedir-perl
libfile-desktopentry-perl libfile-mimeinfo-perl libflac8 libfluidsynth1
libfontenc1 libgail-common libgail18 libgfortran4 libglade2-0 libgtk2.0-0
libgtk2.0-bin libgtk2.0-common libindicator7 libipc-system-simple-perl
libjack-jackd2-0 liblapack3 libmad0 libmikmod3 libnet-dbus-perl libnotify4
libopenal-data libopenal1 libportmidi0 libpulse0 libsamplerate0
libsdl-image1.2 libsdl-mixer1.2 libsdl-ttf2.0-0 libsdl1.2debian
libsdl2-2.0-0 libsmpeg0 libsndfile1 libsndio6.1 libtie-ixhash-perl
libvorbisfile3 libx11-protocol-perl libxaw7 libxml-twig-perl
libxml-xpathengine-perl libxmu6 libxss1 libxt6 libxv1 libxxf86dga1
notification-daemon python-appindicator python-cairo python-glade2
python-gobject python-gobject-2 python-gtk2 python-notify python-numpy
python-pygame timgm6mb-soundfont x11-utils x11-xserver-utils xdg-utils
0 upgraded, 68 newly installed, 0 to remove and 5 not upgraded.
Need to get 24.5 MB/24.7 MB of archives.
After this operation, 74.6 MB of additional disk space will be used.
Get:1 /tmp/deluge-gtk_1.3.15-1build1_all.deb deluge-gtk all 1.3.15-1build1 [222 kB]
Get:2 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libdbusmenu-gtk4 amd64 16.04.1+18.04.20171206-0ubuntu2 [26.9 kB]
Get:3 http://mirrors.online.net/ubuntu bionic/main amd64 libgtk2.0-common all 2.24.32-1ubuntu1 [125 kB]
Get:4 http://mirrors.online.net/ubuntu bionic/main amd64 libgtk2.0-0 amd64 2.24.32-1ubuntu1 [1,769 kB]
Get:5 http://mirrors.online.net/ubuntu bionic/universe amd64 libindicator7 amd64 16.10.0+18.04.20180321.1-0ubuntu1 [21.7 kB]
Get:6 http://mirrors.online.net/ubuntu bionic/universe amd64 libappindicator1 amd64 12.10.1+18.04.20180322.1-0ubuntu1 [19.4 kB]
Get:7 http://mirrors.online.net/ubuntu bionic/universe amd64 libglade2-0 amd64 1:2.6.4-2 [44.6 kB]
Get:8 http://mirrors.online.net/ubuntu bionic/main amd64 libxss1 amd64 1:1.2.2-1 [8,582 B]
Get:9 http://mirrors.online.net/ubuntu bionic/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB]
Get:10 http://mirrors.online.net/ubuntu bionic/main amd64 python-cairo amd64 1.16.2-1 [56.4 kB]
Get:11 http://mirrors.online.net/ubuntu bionic/universe amd64 python-gobject-2 amd64 2.28.6-12ubuntu3 [180 kB]
Get:12 http://mirrors.online.net/ubuntu bionic/universe amd64 python-gtk2 amd64 2.24.0-5.1ubuntu2 [619 kB]
Get:13 http://mirrors.online.net/ubuntu bionic/universe amd64 python-glade2 amd64 2.24.0-5.1ubuntu2 [8,872 B]
Get:14 http://mirrors.online.net/ubuntu bionic/main amd64 libnotify4 amd64 0.7.7-3 [17.3 kB]
Get:15 http://mirrors.online.net/ubuntu bionic/universe amd64 python-notify amd64 0.1.1-4 [15.6 kB]
Get:16 http://mirrors.online.net/ubuntu bionic/main amd64 notification-daemon amd64 3.20.0-3 [36.9 kB]
Get:17 http://mirrors.online.net/ubuntu bionic-updates/main amd64 xdg-utils all 1.1.2-1ubuntu2.3 [60.7 kB]
Get:18 http://mirrors.online.net/ubuntu bionic/main amd64 fonts-freefont-ttf all 20120503-7 [4,202 kB]
Get:19 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.5 [38.7 kB]
Get:20 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.5 [360 kB]
Get:21 http://mirrors.online.net/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
Get:22 http://mirrors.online.net/ubuntu bionic/main amd64 libblas3 amd64 3.7.1-4ubuntu1 [140 kB]
Get:23 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libcaca0 amd64 0.99.beta19-2ubuntu0.18.04.1 [203 kB]
Get:24 http://mirrors.online.net/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
Get:25 http://mirrors.online.net/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
Get:26 http://mirrors.online.net/ubuntu bionic/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB]
Get:27 http://mirrors.online.net/ubuntu bionic/main amd64 libfile-mimeinfo-perl all 0.28-1 [41.4 kB]
Get:28 http://mirrors.online.net/ubuntu bionic/main amd64 libflac8 amd64 1.3.2-1 [213 kB]
Get:29 http://mirrors.online.net/ubuntu bionic/main amd64 libsamplerate0 amd64 0.1.9-1 [938 kB]
Get:30 http://mirrors.online.net/ubuntu bionic/main amd64 libjack-jackd2-0 amd64 1.9.12dfsg-2 [263 kB]
Get:31 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libsndfile1 amd64 1.0.28-4ubuntu0.18.04.1 [170 kB]
Get:32 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.5 [266 kB]
Get:33 http://mirrors.online.net/ubuntu bionic/universe amd64 libfluidsynth1 amd64 1.1.9-1 [137 kB]
Get:34 http://mirrors.online.net/ubuntu bionic/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB]
Get:35 http://mirrors.online.net/ubuntu bionic/main amd64 libgail18 amd64 2.24.32-1ubuntu1 [14.2 kB]
Get:36 http://mirrors.online.net/ubuntu bionic/main amd64 libgail-common amd64 2.24.32-1ubuntu1 [112 kB]
Get:37 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libgfortran4 amd64 7.5.0-3ubuntu1
18.04 [492 kB]
Get:38 http://mirrors.online.net/ubuntu bionic/main amd64 libgtk2.0-bin amd64 2.24.32-1ubuntu1 [7,536 B]
Get:39 http://mirrors.online.net/ubuntu bionic/main amd64 liblapack3 amd64 3.7.1-4ubuntu1 [2,112 kB]
Get:40 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libmad0 amd64 0.15.1b-9ubuntu18.04.1 [64.6 kB]
Get:41 http://mirrors.online.net/ubuntu bionic/universe amd64 libopenal-data all 1:1.18.2-2 [102 kB]
Get:42 http://mirrors.online.net/ubuntu bionic/universe amd64 libsndio6.1 amd64 1.1.0-3 [23.4 kB]
Get:43 http://mirrors.online.net/ubuntu bionic/universe amd64 libopenal1 amd64 1:1.18.2-2 [266 kB]
Get:44 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libsdl2-2.0-0 amd64 2.0.8+dfsg1-1ubuntu1.18.04.4 [382 kB]
Get:45 http://mirrors.online.net/ubuntu bionic/universe amd64 libmikmod3 amd64 3.3.11.1-3 [113 kB]
Get:46 http://mirrors.online.net/ubuntu bionic/main amd64 libxml-twig-perl all 1:3.50-1 [156 kB]
Get:47 http://mirrors.online.net/ubuntu bionic/main amd64 libnet-dbus-perl amd64 1.1.0-4build2 [176 kB]
Get:48 http://mirrors.online.net/ubuntu bionic/universe amd64 libportmidi0 amd64 1:217-6 [17.8 kB]
Get:49 http://mirrors.online.net/ubuntu bionic-updates/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-0.1ubuntu0.1 [175 kB]
Get:50 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 libsdl-image1.2 amd64 1.2.12-8ubuntu0.1 [30.3 kB]
Get:51 http://mirrors.online.net/ubuntu bionic/main amd64 libvorbisfile3 amd64 1.3.5-4.2 [16.0 kB]
Get:52 http://mirrors.online.net/ubuntu bionic/universe amd64 libsdl-mixer1.2 amd64 1.2.12-14 [72.0 kB]
Get:53 http://mirrors.online.net/ubuntu bionic/universe amd64 libsdl-ttf2.0-0 amd64 2.0.11-4 [15.0 kB]
Get:54 http://mirrors.online.net/ubuntu bionic/universe amd64 libsmpeg0 amd64 0.4.5+cvs20030824-7.2 [80.0 kB]
Get:55 http://mirrors.online.net/ubuntu bionic/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB]
Get:56 http://mirrors.online.net/ubuntu bionic/main amd64 libx11-protocol-perl all 0.56-7 [149 kB]
Get:57 http://mirrors.online.net/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
Get:58 http://mirrors.online.net/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
Get:59 http://mirrors.online.net/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
Get:60 http://mirrors.online.net/ubuntu bionic/main amd64 libxml-xpathengine-perl all 0.14-1 [31.8 kB]
Get:61 http://mirrors.online.net/ubuntu bionic/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB]
Get:62 http://mirrors.online.net/ubuntu bionic-updates/universe amd64 python-gobject all 3.26.1-2ubuntu1 [2,624 B]
Get:63 http://mirrors.online.net/ubuntu bionic/universe amd64 python-appindicator amd64 12.10.1+18.04.20180322.1-0ubuntu1 [7,820 B]
Get:64 http://mirrors.online.net/ubuntu bionic/main amd64 python-numpy amd64 1:1.13.3-2ubuntu1 [1,938 kB]
Get:65 http://mirrors.online.net/ubuntu bionic/universe amd64 python-pygame amd64 1.9.1release+dfsg-10build1 [1,662 kB]
Get:66 http://mirrors.online.net/ubuntu bionic/universe amd64 timgm6mb-soundfont all 1.3-2 [5,423 kB]
Get:67 http://mirrors.online.net/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB]
Get:68 http://mirrors.online.net/ubuntu bionic/main amd64 x11-xserver-utils amd64 7.7+7build1 [159 kB]
Fetched 24.5 MB in 1s (16.3 MB/s)
Selecting previously unselected package libdbusmenu-gtk4:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 145307 files and directories currently installed.)
Preparing to unpack .../00-libdbusmenu-gtk4_16.04.1+18.04.20171206-0ubuntu2_amd64.deb ...
Unpacking libdbusmenu-gtk4:amd64 (16.04.1+18.04.20171206-0ubuntu2) ...
Selecting previously unselected package libgtk2.0-common.
Preparing to unpack .../01-libgtk2.0-common_2.24.32-1ubuntu1_all.deb ...
Unpacking libgtk2.0-common (2.24.32-1ubuntu1) ...
Selecting previously unselected package libgtk2.0-0:amd64.
Preparing to unpack .../02-libgtk2.0-0_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
Selecting previously unselected package libindicator7.
Preparing to unpack .../03-libindicator7_16.10.0+18.04.20180321.1-0ubuntu1_amd64.deb ...
Unpacking libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Selecting previously unselected package libappindicator1.
Preparing to unpack .../04-libappindicator1_12.10.1+18.04.20180322.1-0ubuntu1_amd64.deb ...
Unpacking libappindicator1 (12.10.1+18.04.20180322.1-0ubuntu1) ...
Selecting previously unselected package libglade2-0:amd64.
Preparing to unpack .../05-libglade2-0_1%3a2.6.4-2_amd64.deb ...
Unpacking libglade2-0:amd64 (1:2.6.4-2) ...
Selecting previously unselected package libxss1:amd64.
Preparing to unpack .../06-libxss1_1%3a1.2.2-1_amd64.deb ...
Unpacking libxss1:amd64 (1:1.2.2-1) ...
Selecting previously unselected package libxxf86dga1:amd64.
Preparing to unpack .../07-libxxf86dga1_2%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ...
Selecting previously unselected package python-cairo:amd64.
Preparing to unpack .../08-python-cairo_1.16.2-1_amd64.deb ...
Unpacking python-cairo:amd64 (1.16.2-1) ...
Selecting previously unselected package python-gobject-2.
Preparing to unpack .../09-python-gobject-2_2.28.6-12ubuntu3_amd64.deb ...
Unpacking python-gobject-2 (2.28.6-12ubuntu3) ...
Selecting previously unselected package python-gtk2.
Preparing to unpack .../10-python-gtk2_2.24.0-5.1ubuntu2_amd64.deb ...
Unpacking python-gtk2 (2.24.0-5.1ubuntu2) ...
Selecting previously unselected package python-glade2.
Preparing to unpack .../11-python-glade2_2.24.0-5.1ubuntu2_amd64.deb ...
Unpacking python-glade2 (2.24.0-5.1ubuntu2) ...
Selecting previously unselected package libnotify4:amd64.
Preparing to unpack .../12-libnotify4_0.7.7-3_amd64.deb ...
Unpacking libnotify4:amd64 (0.7.7-3) ...
Selecting previously unselected package python-notify.
Preparing to unpack .../13-python-notify_0.1.1-4_amd64.deb ...
Unpacking python-notify (0.1.1-4) ...
Selecting previously unselected package notification-daemon.
Preparing to unpack .../14-notification-daemon_3.20.0-3_amd64.deb ...
Unpacking notification-daemon (3.20.0-3) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../15-xdg-utils_1.1.2-1ubuntu2.3_all.deb ...
Unpacking xdg-utils (1.1.2-1ubuntu2.3) ...
Selecting previously unselected package deluge-gtk.
Preparing to unpack .../16-deluge-gtk_1.3.15-1build1_all.deb ...
Unpacking deluge-gtk (1.3.15-1build1) ...
Selecting previously unselected package fonts-freefont-ttf.
Preparing to unpack .../17-fonts-freefont-ttf_20120503-7_all.deb ...
Unpacking fonts-freefont-ttf (20120503-7) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../18-libasound2-data_1.1.3-5ubuntu0.5_all.deb ...
Unpacking libasound2-data (1.1.3-5ubuntu0.5) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../19-libasound2_1.1.3-5ubuntu0.5_amd64.deb ...
Unpacking libasound2:amd64 (1.1.3-5ubuntu0.5) ...
Selecting previously unselected package libasyncns0:amd64.
Preparing to unpack .../20-libasyncns0_0.8-6_amd64.deb ...
Unpacking libasyncns0:amd64 (0.8-6) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../21-libblas3_3.7.1-4ubuntu1_amd64.deb ...
Unpacking libblas3:amd64 (3.7.1-4ubuntu1) ...
Selecting previously unselected package libcaca0:amd64.
Preparing to unpack .../22-libcaca0_0.99.beta19-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libcaca0:amd64 (0.99.beta19-2ubuntu0.18.04.1) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../23-libipc-system-simple-perl_1.25-4_all.deb ...
Unpacking libipc-system-simple-perl (1.25-4) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../24-libfile-basedir-perl_0.07-1_all.deb ...
Unpacking libfile-basedir-perl (0.07-1) ...
Selecting previously unselected package libfile-desktopentry-perl.
Preparing to unpack .../25-libfile-desktopentry-perl_0.22-1_all.deb ...
Unpacking libfile-desktopentry-perl (0.22-1) ...
Selecting previously unselected package libfile-mimeinfo-perl.
Preparing to unpack .../26-libfile-mimeinfo-perl_0.28-1_all.deb ...
Unpacking libfile-mimeinfo-perl (0.28-1) ...
Selecting previously unselected package libflac8:amd64.
Preparing to unpack .../27-libflac8_1.3.2-1_amd64.deb ...
Unpacking libflac8:amd64 (1.3.2-1) ...
Selecting previously unselected package libsamplerate0:amd64.
Preparing to unpack .../28-libsamplerate0_0.1.9-1_amd64.deb ...
Unpacking libsamplerate0:amd64 (0.1.9-1) ...
Selecting previously unselected package libjack-jackd2-0:amd64.
Preparing to unpack .../29-libjack-jackd2-0_1.9.12dfsg-2_amd64.deb ...
Unpacking libjack-jackd2-0:amd64 (1.9.12
dfsg-2) ...
Selecting previously unselected package libsndfile1:amd64.
Preparing to unpack .../30-libsndfile1_1.0.28-4ubuntu0.18.04.1_amd64.deb ...
Unpacking libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.1) ...
Selecting previously unselected package libpulse0:amd64.
Preparing to unpack .../31-libpulse0_1%3a11.1-1ubuntu7.5_amd64.deb ...
Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.5) ...
Selecting previously unselected package libfluidsynth1:amd64.
Preparing to unpack .../32-libfluidsynth1_1.1.9-1_amd64.deb ...
Unpacking libfluidsynth1:amd64 (1.1.9-1) ...
Selecting previously unselected package libfontenc1:amd64.
Preparing to unpack .../33-libfontenc1_1%3a1.1.3-1_amd64.deb ...
Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
Selecting previously unselected package libgail18:amd64.
Preparing to unpack .../34-libgail18_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgail18:amd64 (2.24.32-1ubuntu1) ...
Selecting previously unselected package libgail-common:amd64.
Preparing to unpack .../35-libgail-common_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgail-common:amd64 (2.24.32-1ubuntu1) ...
Selecting previously unselected package libgfortran4:amd64.
Preparing to unpack .../36-libgfortran4_7.5.0-3ubuntu118.04_amd64.deb ...
Unpacking libgfortran4:amd64 (7.5.0-3ubuntu1
18.04) ...
Selecting previously unselected package libgtk2.0-bin.
Preparing to unpack .../37-libgtk2.0-bin_2.24.32-1ubuntu1_amd64.deb ...
Unpacking libgtk2.0-bin (2.24.32-1ubuntu1) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../38-liblapack3_3.7.1-4ubuntu1_amd64.deb ...
Unpacking liblapack3:amd64 (3.7.1-4ubuntu1) ...
Selecting previously unselected package libmad0:amd64.
Preparing to unpack .../39-libmad0_0.15.1b-9ubuntu18.04.1_amd64.deb ...
Unpacking libmad0:amd64 (0.15.1b-9ubuntu18.04.1) ...
Selecting previously unselected package libopenal-data.
Preparing to unpack .../40-libopenal-data_1%3a1.18.2-2_all.deb ...
Unpacking libopenal-data (1:1.18.2-2) ...
Selecting previously unselected package libsndio6.1:amd64.
Preparing to unpack .../41-libsndio6.1_1.1.0-3_amd64.deb ...
Unpacking libsndio6.1:amd64 (1.1.0-3) ...
Selecting previously unselected package libopenal1:amd64.
Preparing to unpack .../42-libopenal1_1%3a1.18.2-2_amd64.deb ...
Unpacking libopenal1:amd64 (1:1.18.2-2) ...
Selecting previously unselected package libsdl2-2.0-0:amd64.
Preparing to unpack .../43-libsdl2-2.0-0_2.0.8+dfsg1-1ubuntu1.18.04.4_amd64.deb ...
Unpacking libsdl2-2.0-0:amd64 (2.0.8+dfsg1-1ubuntu1.18.04.4) ...
Selecting previously unselected package libmikmod3:amd64.
Preparing to unpack .../44-libmikmod3_3.3.11.1-3_amd64.deb ...
Unpacking libmikmod3:amd64 (3.3.11.1-3) ...
Selecting previously unselected package libxml-twig-perl.
Preparing to unpack .../45-libxml-twig-perl_1%3a3.50-1_all.deb ...
Unpacking libxml-twig-perl (1:3.50-1) ...
Selecting previously unselected package libnet-dbus-perl.
Preparing to unpack .../46-libnet-dbus-perl_1.1.0-4build2_amd64.deb ...
Unpacking libnet-dbus-perl (1.1.0-4build2) ...
Selecting previously unselected package libportmidi0:amd64.
Preparing to unpack .../47-libportmidi0_1%3a217-6_amd64.deb ...
Unpacking libportmidi0:amd64 (1:217-6) ...
Selecting previously unselected package libsdl1.2debian:amd64.
Preparing to unpack .../48-libsdl1.2debian_1.2.15+dfsg2-0.1ubuntu0.1_amd64.deb ...
Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.1) ...
Selecting previously unselected package libsdl-image1.2:amd64.
Preparing to unpack .../49-libsdl-image1.2_1.2.12-8ubuntu0.1_amd64.deb ...
Unpacking libsdl-image1.2:amd64 (1.2.12-8ubuntu0.1) ...
Selecting previously unselected package libvorbisfile3:amd64.
Preparing to unpack .../50-libvorbisfile3_1.3.5-4.2_amd64.deb ...
Unpacking libvorbisfile3:amd64 (1.3.5-4.2) ...
Selecting previously unselected package libsdl-mixer1.2:amd64.
Preparing to unpack .../51-libsdl-mixer1.2_1.2.12-14_amd64.deb ...
Unpacking libsdl-mixer1.2:amd64 (1.2.12-14) ...
Selecting previously unselected package libsdl-ttf2.0-0:amd64.
Preparing to unpack .../52-libsdl-ttf2.0-0_2.0.11-4_amd64.deb ...
Unpacking libsdl-ttf2.0-0:amd64 (2.0.11-4) ...
Selecting previously unselected package libsmpeg0:amd64.
Preparing to unpack .../53-libsmpeg0_0.4.5+cvs20030824-7.2_amd64.deb ...
Unpacking libsmpeg0:amd64 (0.4.5+cvs20030824-7.2) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../54-libtie-ixhash-perl_1.23-2_all.deb ...
Unpacking libtie-ixhash-perl (1.23-2) ...
Selecting previously unselected package libx11-protocol-perl.
Preparing to unpack .../55-libx11-protocol-perl_0.56-7_all.deb ...
Unpacking libx11-protocol-perl (0.56-7) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../56-libxt6_1%3a1.1.5-1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.5-1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../57-libxmu6_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.2-2) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../58-libxaw7_2%3a1.0.13-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.13-1) ...
Selecting previously unselected package libxml-xpathengine-perl.
Preparing to unpack .../59-libxml-xpathengine-perl_0.14-1_all.deb ...
Unpacking libxml-xpathengine-perl (0.14-1) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../60-libxv1_2%3a1.0.11-1_amd64.deb ...
Unpacking libxv1:amd64 (2:1.0.11-1) ...
Selecting previously unselected package python-gobject.
Preparing to unpack .../61-python-gobject_3.26.1-2ubuntu1_all.deb ...
Unpacking python-gobject (3.26.1-2ubuntu1) ...
Selecting previously unselected package python-appindicator.
Preparing to unpack .../62-python-appindicator_12.10.1+18.04.20180322.1-0ubuntu1_amd64.deb ...
Unpacking python-appindicator (12.10.1+18.04.20180322.1-0ubuntu1) ...
Selecting previously unselected package python-numpy.
Preparing to unpack .../63-python-numpy_1%3a1.13.3-2ubuntu1_amd64.deb ...
Unpacking python-numpy (1:1.13.3-2ubuntu1) ...
Selecting previously unselected package python-pygame.
Preparing to unpack .../64-python-pygame_1.9.1release+dfsg-10build1_amd64.deb ...
Unpacking python-pygame (1.9.1release+dfsg-10build1) ...
Selecting previously unselected package timgm6mb-soundfont.
Preparing to unpack .../65-timgm6mb-soundfont_1.3-2_all.deb ...
Unpacking timgm6mb-soundfont (1.3-2) ...
Selecting previously unselected package x11-utils.
Preparing to unpack .../66-x11-utils_7.7+3build1_amd64.deb ...
Unpacking x11-utils (7.7+3build1) ...
Selecting previously unselected package x11-xserver-utils.
Preparing to unpack .../67-x11-xserver-utils_7.7+7build1_amd64.deb ...
Unpacking x11-xserver-utils (7.7+7build1) ...
Setting up libvorbisfile3:amd64 (1.3.5-4.2) ...
Setting up libnotify4:amd64 (0.7.7-3) ...
Setting up libgtk2.0-common (2.24.32-1ubuntu1) ...
Setting up libasyncns0:amd64 (0.8-6) ...
Setting up libxml-twig-perl (1:3.50-1) ...
Setting up libgfortran4:amd64 (7.5.0-3ubuntu118.04) ...
Setting up libipc-system-simple-perl (1.25-4) ...
Setting up libfile-basedir-perl (0.07-1) ...
Setting up libxss1:amd64 (1:1.2.2-1) ...
Setting up libasound2-data (1.1.3-5ubuntu0.5) ...
Setting up libtie-ixhash-perl (1.23-2) ...
Setting up libflac8:amd64 (1.3.2-1) ...
Setting up libnet-dbus-perl (1.1.0-4build2) ...
Setting up libasound2:amd64 (1.1.3-5ubuntu0.5) ...
Setting up libopenal-data (1:1.18.2-2) ...
Setting up python-gobject-2 (2.28.6-12ubuntu3) ...
Setting up libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.1) ...
Setting up libblas3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libdbusmenu-gtk4:amd64 (16.04.1+18.04.20171206-0ubuntu2) ...
Setting up libxxf86dga1:amd64 (2:1.1.4-1) ...
Setting up libfile-desktopentry-perl (0.22-1) ...
Setting up libportmidi0:amd64 (1:217-6) ...
Setting up libfontenc1:amd64 (1:1.1.3-1) ...
Setting up python-cairo:amd64 (1.16.2-1) ...
Setting up libxt6:amd64 (1:1.1.5-1) ...
Setting up libxv1:amd64 (2:1.0.11-1) ...
Setting up libx11-protocol-perl (0.56-7) ...
Setting up libxml-xpathengine-perl (0.14-1) ...
Setting up timgm6mb-soundfont (1.3-2) ...
Setting up libmad0:amd64 (0.15.1b-9ubuntu18.04.1) ...
Setting up libcaca0:amd64 (0.99.beta19-2ubuntu0.18.04.1) ...
Setting up libsamplerate0:amd64 (0.1.9-1) ...
Setting up libsndio6.1:amd64 (1.1.0-3) ...
Setting up fonts-freefont-ttf (20120503-7) ...
Setting up xdg-utils (1.1.2-1ubuntu2.3) ...
Setting up libfile-mimeinfo-perl (0.28-1) ...
Setting up notification-daemon (3.20.0-3) ...
Setting up libgtk2.0-0:amd64 (2.24.32-1ubuntu1) ...
Setting up libindicator7 (16.10.0+18.04.20180321.1-0ubuntu1) ...
Setting up libgail18:amd64 (2.24.32-1ubuntu1) ...
Setting up python-gobject (3.26.1-2ubuntu1) ...
Setting up liblapack3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up python-gtk2 (2.24.0-5.1ubuntu2) ...
Setting up libgail-common:amd64 (2.24.32-1ubuntu1) ...
Setting up libpulse0:amd64 (1:11.1-1ubuntu7.5) ...
Setting up python-numpy (1:1.13.3-2ubuntu1) ...
Setting up libxmu6:amd64 (2:1.1.2-2) ...
Setting up libglade2-0:amd64 (1:2.6.4-2) ...
Setting up libappindicator1 (12.10.1+18.04.20180322.1-0ubuntu1) ...
Setting up libsdl2-2.0-0:amd64 (2.0.8+dfsg1-1ubuntu1.18.04.4) ...
Setting up python-glade2 (2.24.0-5.1ubuntu2) ...
Setting up libjack-jackd2-0:amd64 (1.9.12
dfsg-2) ...
Setting up libopenal1:amd64 (1:1.18.2-2) ...
Setting up libfluidsynth1:amd64 (1.1.9-1) ...
Setting up libgtk2.0-bin (2.24.32-1ubuntu1) ...
Setting up libxaw7:amd64 (2:1.0.13-1) ...
Setting up python-notify (0.1.1-4) ...
Setting up x11-utils (7.7+3build1) ...
Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.1) ...
Setting up python-appindicator (12.10.1+18.04.20180322.1-0ubuntu1) ...
Setting up libmikmod3:amd64 (3.3.11.1-3) ...
Setting up deluge-gtk (1.3.15-1build1) ...
Setting up libsdl-ttf2.0-0:amd64 (2.0.11-4) ...
Setting up x11-xserver-utils (7.7+7build1) ...
Setting up libsmpeg0:amd64 (0.4.5+cvs20030824-7.2) ...
Setting up libsdl-image1.2:amd64 (1.2.12-8ubuntu0.1) ...
Setting up libsdl-mixer1.2:amd64 (1.2.12-14) ...
Setting up python-pygame (1.9.1release+dfsg-10build1) ...
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
python-mako python-markupsafe
Suggested packages:
python-beaker python-mako-doc
The following NEW packages will be installed:
deluge-web python-mako python-markupsafe
0 upgraded, 3 newly installed, 0 to remove and 6 not upgraded.
Need to get 73.1 kB/543 kB of archives.
After this operation, 2,605 kB of additional disk space will be used.
Get:1 /tmp/deluge-web_1.3.15-1build1_all.deb deluge-web all 1.3.15-1build1 [470 kB]
Get:2 http://mirrors.online.net/ubuntu bionic/main amd64 python-markupsafe amd64 1.0-1build1 [13.0 kB]
Get:3 http://mirrors.online.net/ubuntu bionic/main amd64 python-mako all 1.0.7+ds1-1 [60.1 kB]
Fetched 73.1 kB in 0s (1,286 kB/s)
Selecting previously unselected package python-markupsafe.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147221 files and directories currently installed.)
Preparing to unpack .../python-markupsafe_1.0-1build1_amd64.deb ...
Unpacking python-markupsafe (1.0-1build1) ...
Selecting previously unselected package python-mako.
Preparing to unpack .../python-mako_1.0.7+ds1-1_all.deb ...
Unpacking python-mako (1.0.7+ds1-1) ...
Selecting previously unselected package deluge-web.
Preparing to unpack .../deluge-web_1.3.15-1build1_all.deb ...
Unpacking deluge-web (1.3.15-1build1) ...
Setting up python-markupsafe (1.0-1build1) ...
Setting up python-mako (1.0.7+ds1-1) ...
Setting up deluge-web (1.3.15-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
deluged
0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
Need to get 0 B/10.6 kB of archives.
After this operation, 36.9 kB of additional disk space will be used.
Get:1 /tmp/deluged_1.3.15-1build1_all.deb deluged all 1.3.15-1build1 [10.6 kB]
Selecting previously unselected package deluged.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147914 files and directories currently installed.)
Preparing to unpack .../deluged_1.3.15-1build1_all.deb ...
Unpacking deluged (1.3.15-1build1) ...
Setting up deluged (1.3.15-1build1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Success: Deluge Built.
Info: Configuring Deluge...
nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/etc/ssl/certs/ssl-cert-snakeoil.pem"
Success: Deluge configured.
Info: Configuring Deluge lock...
Success: Deluge lock configured.
Info: Starting Deluge...
Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /etc/systemd/system/[email protected].
Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /etc/systemd/system/[email protected].
Success: Deluge started.
Deluge Install Complete!

Close this dialog box to refresh your browser

FFmpeg will now be installed.

This process may take a few minutes
Please wait until the process is completed

Info: Building FFmpeg...
ffmpeg-4.2.2-amd64-static/GPLv3.txt
ffmpeg-4.2.2-amd64-static/manpages/
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-all.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-scaler.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-resampler.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-filters.txt
ffmpeg-4.2.2-amd64-static/manpages/ffprobe.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-devices.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-utils.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-protocols.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-codecs.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-bitstream-filters.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg.txt
ffmpeg-4.2.2-amd64-static/manpages/ffmpeg-formats.txt
ffmpeg-4.2.2-amd64-static/ffprobe
ffmpeg-4.2.2-amd64-static/qt-faststart
ffmpeg-4.2.2-amd64-static/model/
ffmpeg-4.2.2-amd64-static/model/vmaf_v0.6.1.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_v0.6.1.pkl
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0020.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0005
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0015
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0016.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0008.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0020
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0017.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0014
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0011
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0012
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0004
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0005.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0013.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0007.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0001
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0009
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0009.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0004.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0019.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0007
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0006
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0017
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0011.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0008
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0010
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0018
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0002.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0012.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0003.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0019
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0014.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0018.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0016
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0010.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0001.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0003
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0015.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0013
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0006.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.3/vmaf_rb_v0.6.3.pkl.0002
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0019.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0005.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0004
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0015
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0010.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0012.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0005
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0008.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0009
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0018
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0015.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0011
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0014.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0012
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0003.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0006.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0013.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0001
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0011.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0007
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0006
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0017
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0008
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0003
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0002
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0004.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0001.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0018.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0002.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0014
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0017.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0019
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0009.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0013
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0007.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0016.model
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0010
ffmpeg-4.2.2-amd64-static/model/vmaf_rb_v0.6.2/vmaf_rb_v0.6.2.pkl.0016
ffmpeg-4.2.2-amd64-static/model/000-PLEASE-README.TXT
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0008.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0012
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0002.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0007.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0011.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0019
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0017.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0017
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0009
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0010
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0005.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0009.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0013
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0018
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0013.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0014
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0004
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0006.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0005
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0007
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0019.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0015.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0010.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0008
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0004.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0006
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0001.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0016.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0015
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0003.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0011
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0016
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0003
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0014.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0018.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0001
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0002
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_rb_v0.6.2/vmaf_4k_rb_v0.6.2.pkl.0012.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0012.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0005
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0020.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0009
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0014
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0001.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0019.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0010.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0009.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0010
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0012
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0013
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0016.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0014.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0019
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0015
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0006
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0007.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0002.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0004.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0011.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0006.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0018
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0008.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0018.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0011
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0007
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0020
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0003.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0013.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0005.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0001
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0016
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0008
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0003
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0004
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0017.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0002
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0015.model
ffmpeg-4.2.2-amd64-static/model/vmaf_b_v0.6.3/vmaf_b_v0.6.3.pkl.0017
ffmpeg-4.2.2-amd64-static/model/other_models/
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv2.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/vmaf_v0.6.0.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflx_vmaff_rf_v2.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv2.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv3.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/niqe_v0.1.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_libsvmnusvr_currentbest.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv3.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv1.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflx_v1.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/vmaf_4k_v0.6.1rc.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv4.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/vmaf_4k_v0.6.1rc.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflx_v1.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv1.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv4.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv1.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_libsvmnusvr_currentbest.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv3a.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv3.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_norm_type_none.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/vmaf_v0.6.0.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv3a.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv1.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv3.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_libsvmnusvr_currentbest.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_libsvmnusvr_currentbest.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflx_vmaff_rf_v1.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv2.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv2.pkl
ffmpeg-4.2.2-amd64-static/model/other_models/model_V8a.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_norm_type_none.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxtrain_vmafv3a.pkl.model
ffmpeg-4.2.2-amd64-static/model/other_models/nflxall_vmafv3a.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_4k_v0.6.1.pkl.model
ffmpeg-4.2.2-amd64-static/model/vmaf_v0.6.1.pkl
ffmpeg-4.2.2-amd64-static/readme.txt
ffmpeg-4.2.2-amd64-static/ffmpeg
Success: FFmpeg Built.
Info: Configuring FFmpeg lock...
Success: FFmpeg lock configured.
FFmpeg Install Complete!

Close this dialog box to refresh your browser

Linux RAR will now be installed.

This process may take a few minutes
Please wait until the process is completed

Info: Building Linux RAR...
rar/
rar/unrar
rar/acknow.txt
rar/whatsnew.txt
rar/order.htm
rar/readme.txt
rar/rar.txt
rar/makefile
rar/default.sfx
rar/rar
rar/rarfiles.lst
rar/license.txt
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib
cp rar unrar /usr/local/bin
cp rarfiles.lst /etc
cp default.sfx /usr/local/lib
Success: Linux RAR Built.
Info: Configuring Linux RAR lock...
Success: Linux RAR lock configured.
Linux RAR Install Complete!

Close this dialog box to refresh your browser
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
vsftpd
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 115 kB of archives.
After this operation, 334 kB of additional disk space will be used.
Get:1 http://mirrors.online.net/ubuntu bionic/main amd64 vsftpd amd64 3.0.3-9build1 [115 kB]
Preconfiguring packages ...
Fetched 115 kB in 0s (4,305 kB/s)
Selecting previously unselected package vsftpd.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147920 files and directories currently installed.)
Preparing to unpack .../vsftpd_3.0.3-9build1_amd64.deb ...
Unpacking vsftpd (3.0.3-9build1) ...
Setting up vsftpd (3.0.3-9build1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/vsftpd.service → /lib/systemd/system/vsftpd.service.
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
/etc/QuickBox/setup.sh: line 538: iptables: command not found
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
apache2-data apache2-utils
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
apache2
0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
After this operation, 535 kB disk space will be freed.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147976 files and directories currently installed.)
Removing apache2 (2.4.29-1ubuntu4.13) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
apache2-data apache2-utils
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
apache2*
0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
After this operation, 0 B of additional disk space will be used.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147924 files and directories currently installed.)
Purging configuration files for apache2 (2.4.29-1ubuntu4.13) ...
Processing triggers for systemd (237-3ubuntu10.39) ...
Processing triggers for ureadahead (0.100.0-21) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
apache2-data apache2-utils libaprutil1-dbd-sqlite3 libaprutil1-ldap
liblua5.2-0
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
apache2-bin libapache2-mod-php7.2
0 upgraded, 0 newly installed, 2 to remove and 8 not upgraded.
After this operation, 8,916 kB disk space will be freed.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147766 files and directories currently installed.)
Removing libapache2-mod-php7.2 (7.2.30-1+ubuntu18.04.1+deb.sury.org+1) ...
Removing apache2-bin (2.4.29-1ubuntu4.13) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Reading package lists...
Building dependency tree...
Reading state information...
Package 'apache2-bin' is not installed, so not removed
The following packages were automatically installed and are no longer required:
apache2-data apache2-utils libaprutil1-dbd-sqlite3 libaprutil1-ldap
liblua5.2-0
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
apache2-utils libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0
Use 'apt autoremove' to remove them.
The following packages will be REMOVED:
apache2-data
0 upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
After this operation, 891 kB disk space will be freed.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 147629 files and directories currently installed.)
Removing apache2-data (2.4.29-1ubuntu4.13) ...
Reading package lists...
Building dependency tree...
Reading state information...
Package 'apache2-data' is not installed, so not removed
The following packages were automatically installed and are no longer required:
apache2-utils libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

#################################################################################
Install finished in 13 Min

Syncthing安装失败

描述 Bug
Web界面中Syncthing应用已安装并启动,但是在中间“服务监控中心显示为红点状态”
打开页面后显示502 Bad Gateway

重现 Bug
尝试在Online独立主机和Vultr的KVM主机中重新安装都出现此状态
刷新、重启、在web以及ssh中重装都尝试过,依旧无法运行

期望的结果
Syncthing正常运行

截图 (可选)
VGGC@$%5D`3K B)OMC04BK7


附加内容
output.log

https://send.firefox.com/download/116a0149cb26e52e/#jsxDG5sARkojNpEdGazNUA

桌面系统 (请填写下列信息):

  • 操作系统:Ubuntu18.04
  • 浏览器 :chrome
  • 版本 80.0.3987.132
  • 执行的命令 无

Please update Deluge 1.3.15 to 2.0.3

OS:ubuntu 18.04

默认安装的是deluge-1.3.15和flexget-3.0.17。
但flexget要求deluge的版本最低为1.5..
deluge-client >=1.5 is required

QB 4.23重启问题

一直使用quickbox-lite非常好,在1.32里,使用的qb4.1版本没重新问题,但是1.33里使用qb4.2,经常在面板里发现qb停止运行

OpenVPN

Please add OpenVPN server by adopting scripts such as

https://github.com/angristan/openvpn-install

[SOLVED] Can't install

root@vpsdime-dallas:~# apt-get -yqq update; apt-get -yqq upgrade; apt-get -yqq install git lsb-release dos2unix; git clone https://github.com/amefs/quickbox-lite.git /etc/QuickBox; dos2unix /etc/QuickBox/setup.sh; bash /etc/QuickBox/setup.sh
Cloning into '/etc/QuickBox'...
remote: Enumerating objects: 45, done.
remote: Counting objects: 100% (45/45), done.
remote: Compressing objects: 100% (41/41), done.
remote: Total 2536 (delta 9), reused 26 (delta 0), pack-reused 2491
Receiving objects: 100% (2536/2536), 4.34 MiB | 9.71 MiB/s, done.
Resolving deltas: 100% (1619/1619), done.
dos2unix: converting file /etc/QuickBox/setup.sh to Unix format...
/etc/QuickBox/setup.sh: line 164: whiptail: command not found
/etc/QuickBox/setup.sh: line 254: whiptail: command not found

[SOLVED] NFS service can't start

Describe the bug
NFS function/service won't start.

To Reproduce
From web ui I have installed Samba, then NFS.

Screenshots (optical)
1
2

Desktop (please complete the following information):

  • OS: Debian 10 Buster 64-bit
  • Version 1.4.1

Netdata问题

我想让A服务器安装netdata后接受BCD服务器的netdata数据

官方Wiki有教程,有两种方式,第二种stream方式就是BCD把数据发送到A服务器,然后教程端口默认19999,我试了一下好像不行,是不是quickbox的netdata默认端口改了,还是我操作问题。
https://docs.netdata.cloud/streaming/

第一种方式好像也接收不到数据

还有别的方法更好的集中监控多个服务器吗

感谢

lecert问题及更换端口

环境: 国内阿里云安装quickbox-lite,安装后ip可以访问,但是网址不行(应该是因为国内屏蔽了80)

问题一:我改了nginx site-enabled中的default 把listen端口改成了81,可以网址加端口访问了,是应该这样修改的吗。。。还是我碰巧对了

问题二:box install lecert -d 域名,安装成功,nginx重启失败提示证书问题,然后我去nginx/ssl/网址里面,发现就一个pem文件0kb。我之前的服务器安装有三个pem文件。不知道是什么问题。

我希望可以网址加444端口访问https(有证书的),可以实现吗

如果以后可以更方便的改网页端口就更好了

感谢作者解答

FTP功能如何使用

看了下安装文档,默认是装了vsftpd的,安装盒子时建立的用户有ftp权限吗?用这个用户去连盒子的ftp始终无法连接。

setuptools最新版与flexget不兼容

描述 Bug
setuptools最新版与flexget不兼容

修改了flexget的pip setuptools升级命令 然后手动pip了setuptools=39.1.0才能安装成功

建议安装时提示挂载swap

问题

  1. 1G内存的VPS安装rt失败,显示成功但是并没有安装成功
  2. tr挂载1000小种频繁杀进程
  3. rt挂载1000小种频繁杀进程

解决方案
问题一:使用update rtorrent后修复好了
问题二三:生成了2G文件作为SWAP后,不再崩溃

替代方案
可以在安装过程中提示是否增加SWAP空间,大部分VPS都没有SWAP
1.创建要作为swap分区的文件

# dd if=/dev/zero of=/root/swapfile bs=1M count=2048

2.格式化为交换分区文件:

# mkswap /root/swapfile 

3.启用交换分区文件:

# swapon /root/swapfile 

4.使系统开机时自启用,在文件/etc/fstab中添加一行:

/root/swapfile swap swap defaults 0 0

直接安装rt失败,但是update可以安装,不知道是不是bug

RTMP NGINX Module

Hi amefs,
If I do a clean installation of quickbox-lite, can I install/add rtmp module on the nginx? Just once u have a moment, could you please tell me what I should run to avoid breaking down the whole quickbox-lite? Thanks in advance!

利用vps反代加速plex求教

您好,
我安装了plex服务,但是原服务器到国内速度比较慢,因此想利用另一台vps反代加速。我现在的想法是plex服务器新建一个网站,绑定域名后反代到127.0.0.1:32400,然后在加速用的vps上再新建一个站反代到刚才在plex服务器上新建的那个站,不知是否可行。但在操作的时候我有几个问题想咨询下:

  1. 需要新建一个.conf配置文件吗
    不过不知道该建在哪,因为/etc/nginx下有很多配置文件,apps和和conf.d下有几个类似的配置文件,不知道该如何处理,需要删除apps下的plex.conf吗
  2. plex服务器上使用下面的配置文件内容是正确的吗:
server {
      listen 80;
      server_name plex.example.com;

      location / {
          proxy_pass http://127.0.0.1:32400;
          proxy_set_header Host $host;
          proxy_set_header X-Real-IP $remote_addr;
          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

          #upgrade to WebSocket protocol when requested
          proxy_set_header Upgrade $http_upgrade;
          proxy_set_header Connection "Upgrade";
      }
}

Can't Connect Radarr to rTorrent

Describe the bug
when trying to connect a remote radarr instance to rtorrent it keeps throwing this error. Not sure what I'm doing wrong but would appreciate the help if anyone know what the problem is.

trying to connect using the quick box lite server ip
and the port found in the transmission config file

Error: SecureChannelFailure (Authentication failed, see inner exception.): Error: SecureChannelFailure (Authentication failed, see inner exception.)

System.Net.WebException: Error: SecureChannelFailure (Authentication failed, see inner exception.) ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> Mono.Btls.MonoBtlsException: Ssl error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER
at /build/mono/src/mono/external/boringssl/ssl/tls_record.c:217
at Mono.Btls.MonoBtlsContext.ProcessHandshake () [0x00057] in /build/mono/src/mono/mcs/class/System/Mono.Btls/MonoBtlsContext.cs:226
at Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake (Mono.Net.Security.AsyncOperationStatus status, System.Boolean renegotiate) [0x000da] in /build/mono/src/mono/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:840
at (wrapper remoting-invoke-with-check) Mono.Net.Security.MobileAuthenticatedStream.ProcessHandshake(Mono.Net.Security.AsyncOperationStatus,bool)
at Mono.Net.Security.AsyncHandshakeRequest.Run (Mono.Net.Security.AsyncOperationStatus status) [0x00000] in /build/mono/src/mono/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:289
at Mono.Net.Security.AsyncProtocolRequest.ProcessOperation (System.Threading.CancellationToken cancellationToken) [0x000fc] in /build/mono/src/mono/mcs/class/System/Mono.Net.Security/AsyncProtocolRequest.cs:223
--- End of inner exception stack trace ---
at Mono.Net.Security.MobileAuthenticatedStream.ProcessAuthentication (System.Boolean runSynchronously, Mono.Net.Security.MonoSslAuthenticationOptions options, System.Threading.CancellationToken cancellationToken) [0x0025c] in /build/mono/src/mono/mcs/class/System/Mono.Net.Security/MobileAuthenticatedStream.cs:406
at Mono.Net.Security.MonoTlsStream.CreateStream (System.Net.WebConnectionTunnel tunnel, System.Threading.CancellationToken cancellationToken) [0x00176] in /build/mono/src/mono/mcs/class/System/Mono.Net.Security/MonoTlsStream.cs:137
at System.Net.WebConnection.CreateStream (System.Net.WebOperation operation, System.Boolean reused, System.Threading.CancellationToken cancellationToken) [0x00170] in /build/mono/src/mono/mcs/class/System/System.Net/WebConnection.cs:222
--- End of inner exception stack trace ---
at System.Net.WebConnection.CreateStream (System.Net.WebOperation operation, System.Boolean reused, System.Threading.CancellationToken cancellationToken) [0x00208] in /build/mono/src/mono/mcs/class/System/System.Net/WebConnection.cs:234
at System.Net.WebConnection.InitConnection (System.Net.WebOperation operation, System.Threading.CancellationToken cancellationToken) [0x000f7] in /build/mono/src/mono/mcs/class/System/System.Net/WebConnection.cs:263
at System.Net.WebOperation.Run () [0x00052] in /build/mono/src/mono/mcs/class/System/System.Net/WebOperation.cs:268
at System.Net.WebCompletionSource`1[T].WaitForCompletion () [0x0008e] in /build/mono/src/mono/mcs/class/System/System.Net/WebCompletionSource.cs:111
at System.Net.HttpWebRequest.GetRequestStream () [0x0000f] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:910
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke (System.Object clientObj, System.Reflection.MethodInfo mi, System.Object[] parameters) [0x00077] in <9d687fb9c46d481292a78781773c6116>:0
at CookComputing.XmlRpc.XmlRpcClientProtocol.Invoke (System.Reflection.MethodInfo mi, System.Object[] Parameters) [0x00000] in <9d687fb9c46d481292a78781773c6116>:0
at XmlRpcProxy5dc1a71a-d95c-4ce7-98d3-52da6002ca75.GetVersion () [0x00011] in :0
at NzbDrone.Core.Download.Clients.RTorrent.RTorrentProxy.GetVersion (NzbDrone.Core.Download.Clients.RTorrent.RTorrentSettings settings) [0x00017] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\Clients\rTorrent\RTorrentProxy.cs:64
at NzbDrone.Core.Download.Clients.RTorrent.RTorrent.TestConnection () [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\Clients\rTorrent\RTorrent.cs:173

qBittorrent webui error 502

    访问 qBittorrent webui (即https://我的域名/qbittorrent/)时提示 error 502,QuickBox-Lite 面板可以打开。
    在 vps 上新安装的 Ubuntu18.04 64bit,之后安装了 QuickBox-Lite ,安装后 qBittorrent webui 可以使用,并且下载种子没有问题,之后打开 qBittorrent webui 的设置页,没有修改任何选项,点击保存后页面刷新,提示 error 502,重启 qBittorrent 依然提示 error 502,使用 box remove 、box install 命令重新安装 qBittorrent 后可以使用,但是如果再次点击 qBittorrent webui 的设置,点击保存,error 502 还会出现。
    附件是 qBittorrent 重新启动的日志

qbittorrent.log

Partition question

How i can change mount path?

Currently is on / but i want to change it and is not in / or /home.

Also i want to change display in Dashboard.

delugewebui 打开后一片空白

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots (optical)
If applicable, add screenshots to help explain your problem. You can generate a table to describe your information, here is an online table generator.


Additional context
Add any other context about the problem here.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

安装最新版的box之后打开deluge的ui,一片空白,但是标题是正常的,安装qb尝试后是正常的。。求解

没有上传速度?是我服务器问题吗?

前几个月安装过这个脚本,是可以正常用的。

今天新买了台服务器,安装之后,发现没上传速度,Deluge、qBittorrent、rTorrent都不行。
开始以为是种子不行,但是找了几个热门种子,在网站上显示这些种子还有人在下载的。

但我这边就是没有任何上传。
下载速度超快,就是没上传。

请问这是我服务器问题吗?
带宽G口的独立服务器。

大佬求助,qb4.2.3无法接收flexget推送

任务一运行就报错:Error when trying to send request to qBittorrent: HTTPConnectionPool(host='localhost', port=8080): Max retries exceeded with url: /api/v2/app/webapiVersion (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f751bef3438>: Failed to establish a new connection: [Errno 111] Connection refused'))
确认了端口是没错的

Transmission启动后会自动关闭

Transmission启动后大约5秒之后会自动关闭

系统:Debian9,物理内存512M,已经添加2G swap内存

经测试只有tr有这个问题,qb,rt,de都可正常使用
曾误打误撞让其正常启动,用了差不多半个月,但是重启了之后无论如何都无法正常使用。已经试过多次重启和重装tr

下面是有关TR的部分日志内容

Apr 29 00:24:19 kolicime_pt systemd[1]: transmission-daemon.service: Main process exited, code=killed, status=9/KILL
Apr 29 00:24:19 kolicime_pt systemd[1]: transmission-daemon.service: Unit entered failed state.
Apr 29 00:24:19 kolicime_pt systemd[1]: transmission-daemon.service: Failed with result 'signal'.
Apr 29 00:24:21 kolicime_pt systemd[1]: Started Transmission BitTorrent Daemon.
Apr 29 00:24:26 kolicime_pt systemd[1]: [email protected]: Main process exited, code=killed, status=9/KILL
Apr 29 00:24:26 kolicime_pt systemd[1]: [email protected]: Unit entered failed state.
Apr 29 00:24:26 kolicime_pt systemd[1]: [email protected]: Failed with result 'signal'.
Apr 29 00:24:28 kolicime_pt systemd[1]: Created slice User Slice of root.
Apr 29 00:24:28 kolicime_pt systemd[1]: Starting User Manager for UID 0...
Apr 29 00:24:28 kolicime_pt systemd[1]: Started Session 2 of user root.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Listening on GnuPG cryptographic agent (access for web browsers).
Apr 29 00:24:28 kolicime_pt systemd[2139]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Apr 29 00:24:28 kolicime_pt systemd[2139]: Reached target Paths.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Listening on GnuPG cryptographic agent and passphrase cache.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Reached target Timers.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Apr 29 00:24:28 kolicime_pt systemd[2139]: Reached target Sockets.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Reached target Basic System.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Reached target Default.
Apr 29 00:24:28 kolicime_pt systemd[2139]: Startup finished in 10ms.
Apr 29 00:24:28 kolicime_pt systemd[1]: Started User Manager for UID 0.
Apr 29 00:24:28 kolicime_pt systemd[1]: Stopping Transmission BitTorrent Daemon...
Apr 29 00:24:29 kolicime_pt transmission-daemon[2101]: Closing transmission session... done.
Apr 29 00:24:29 kolicime_pt systemd[1]: Stopped Transmission BitTorrent Daemon.
Apr 29 00:24:29 kolicime_pt systemd[1]: Started Transmission BitTorrent Daemon.
Apr 29 00:24:34 kolicime_pt systemd[1]: transmission-daemon.service: Main process exited, code=killed, status=9/KILL
Apr 29 00:24:34 kolicime_pt systemd[1]: transmission-daemon.service: Unit entered failed state.
Apr 29 00:24:34 kolicime_pt systemd[1]: transmission-daemon.service: Failed with result 'signal'.
Apr 29 00:24:36 kolicime_pt systemd[1]: Started Transmission BitTorrent Daemon.

完整日志

502

Describe the bug
when trying to share a link with file browser I get error 502 bad gateway
To Reproduce
links work if I am authenticated in my dashboard but if I load up a private window and enter the shared link I just get 502 bad gateway.

box update qbittorrent 不能升级3.0

qBittorrent will now be updated.

This process may take a few minutes
Please wait until the process is completed

➜ Fetching package list...
⚠ Nothing to be update

Upgrade to Rtorrent?

Hi there

this is not Bug just a question how to upgrade Rtorrent to 0.9.7 because at the ReadMe it mentioned it can be updated up 0.9.8 but when i did Box Upgrade or when i was installing from Screach it only displayed me 0.9.6

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.