Package Details: lantern-bin 7.8.3-1

Git Clone URL: https://aur.archlinux.org/lantern-bin.git (read-only, click to copy)
Package Base: lantern-bin
Description: A censorship circumvention tool that delivers fast, reliable, and secure access to the open internet
Upstream URL: https://lantern.io
Keywords: accelerator censorship circumvention gfw lantern router vpn
Licenses: Apache-2.0
Conflicts: lantern
Provides: lantern
Submitter: MarcinWieczorek
Maintainer: mhdi
Last Packager: mhdi
Votes: 18
Popularity: 0.004514
First Submitted: 2016-05-22 14:24 (UTC)
Last Updated: 2024-03-09 10:56 (UTC)

Latest Comments

1 2 3 4 Next › Last »

xiaopangju commented on 2023-04-15 14:02 (UTC)

I can't open lantern. It says "/home/xiaopangju/.lantern/bin/lantern: error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: No such file or directory". I'm using KDE and I have installed libpcap. What should I do?

MarcinWieczorek commented on 2022-10-10 10:29 (UTC)

Next time use "Flag package out-of-date". Thanks for leaving a comment tho!

tiko commented on 2022-10-06 02:58 (UTC)

Based on https://github.com/getlantern/lantern-binaries Lastest Version Lantern binaries is 7.0.3 somebody can update this package please ?

idontcares31249 commented on 2022-08-31 15:45 (UTC)

Just checked and yep, it does work on Arch with GNOME. Seems like a problem with Plasma specifically. Anyone has a fix?

idontcares31249 commented on 2022-08-17 09:32 (UTC)

Doesn't work.

It launches, says "ON: Server location GB" but I still can't access banned websites and also if I look up my IP address, it stays the same.

It used to work when I was using Debian with GNOME. Now I'm on Arch with KDE Plasma.

I noticed it doesn't change my proxy settings. I think it's supposed to.

rezad commented on 2022-08-14 05:07 (UTC)

I get this error panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x831146]

kearneyBack commented on 2021-09-01 11:11 (UTC)

To be honest, the New PKGBUILD's detail will be added to the history. Feel free to comment something else... The five pkgbuild is quite long to comment. Thank you for your maintain all the same

malacology commented on 2021-07-21 16:54 (UTC)

New PKGBUILD 6.7.7

# Maintainer:  Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: neo.shadowsocks<neo.shadowsocks AT gmx.com>
# Contributor: Kars Wang <jaklsy g-mail>
# Contributor: malacology

pkgname=lantern-bin
pkgver=6.7.7
pkgrel=1
pkgdesc='Free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel, binary)'
arch=('i686' 'x86_64')
url='https://getlantern.org'
license=('Apache')
depends=('libappindicator-gtk3')
options=('!emptydirs' '!strip' '!docs')
conflicts=('lantern' 'lantern-headless' 'lantern-headless-git' 'lantern-git')
provides=('lantern')
source=('lantern.service')
source_i686=("${pkgname}-${pkgver}-i686.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-32-bit.deb")
source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-64-bit.deb")
sha256sums=('fdece37945be10c00210bbde7b4058c356ef1df0554bd963fcddd12990ff930b')
sha256sums_i686=('0bcb3bd88b7e1daa4b9008673e7c8a925f27a27e7392b7887cd542aeb84fe513')
sha256sums_x86_64=('53a631e9d6255512f41466c9d8115edaa89d1d5a6138e85ad523ffbbe5c7591d')

package() {
    msg2 'Extracting the data.tar.xz...'
    bsdtar -xzf data.tar.gz -C "${pkgdir}/"

    msg2 'Install systemd service file...'
    install -Dm644 "${srcdir}/lantern.service" "${pkgdir}/usr/lib/systemd/user/lantern.service"
}

malacology commented on 2021-07-20 19:04 (UTC) (edited on 2021-07-20 19:05 (UTC) by malacology)

New PKGBUILD 6.7.6

# Maintainer:  Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: neo.shadowsocks<neo.shadowsocks AT gmx.com>
# Contributor: Kars Wang <jaklsy g-mail>
# Contributor: malacology

pkgname=lantern-bin
pkgver=6.7.6
pkgrel=1
pkgdesc='Free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel, binary)'
arch=('i686' 'x86_64')
url='https://getlantern.org'
license=('Apache')
depends=('libappindicator-gtk3')
options=('!emptydirs' '!strip' '!docs')
conflicts=('lantern' 'lantern-headless' 'lantern-headless-git' 'lantern-git')
provides=('lantern')
source=('lantern.service')
source_i686=("${pkgname}-${pkgver}-i686.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-32-bit.deb")
source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-64-bit.deb")
sha256sums=('fdece37945be10c00210bbde7b4058c356ef1df0554bd963fcddd12990ff930b')
sha256sums_i686=('9d23e726d4954b0af508ee355b8459247184d58e50d84d5eccf7baec43f4aba8')
sha256sums_x86_64=('6ce2c06768fbf45e7b59cba3814ff3ee5562f107ff21ce373025c08680f45728')

package() {
    msg2 'Extracting the data.tar.xz...'
    bsdtar -xzf data.tar.gz -C "${pkgdir}/"

    msg2 'Install systemd service file...'
    install -Dm644 "${srcdir}/lantern.service" "${pkgdir}/usr/lib/systemd/user/lantern.service"
}

malacology commented on 2021-07-16 11:58 (UTC)

New PKGBUILD 6.7.3

# Maintainer:  Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: neo.shadowsocks<neo.shadowsocks AT gmx.com>
# Contributor: Kars Wang <jaklsy g-mail>
# Contributor: malacology

pkgname=lantern-bin
pkgver=6.7.3
pkgrel=1
pkgdesc='Free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel, binary)'
arch=('i686' 'x86_64')
url='https://getlantern.org'
license=('Apache')
depends=('libappindicator-gtk3')
options=('!emptydirs' '!strip' '!docs')
conflicts=('lantern' 'lantern-headless' 'lantern-headless-git' 'lantern-git')
provides=('lantern')
source=('lantern.service')
source_i686=("${pkgname}-${pkgver}-i686.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-32-bit.deb")
source_x86_64=("${pkgname}-${pkgver}-x86_64.deb::https://s3.amazonaws.com/lantern/lantern-installer-${pkgver}-64-bit.deb")
sha256sums=('fdece37945be10c00210bbde7b4058c356ef1df0554bd963fcddd12990ff930b')
sha256sums_i686=('170ca42b8067d23b3f8246f0793bf4f4e3fce049becebef8d3b691f628fce5ce')
sha256sums_x86_64=('c9f47ca4b529a40f71395e03f24272df1566917e49b56010b8084c12bc3d9b39')

package() {
    msg2 'Extracting the data.tar.xz...'
    bsdtar -xzf data.tar.gz -C "${pkgdir}/"

    msg2 'Install systemd service file...'
    install -Dm644 "${srcdir}/lantern.service" "${pkgdir}/usr/lib/systemd/user/lantern.service"
}