Installing Atlasvpn in XFCE from a .deb file

Hi all, could someone please help, I’m trying to install Atlasvpn on my laptop using debtap, but get this error message: Warning: config file /etc/pacman.conf, line 100: directive ‘NoExtract’ in section ‘multilib’ not recognized.
warning: config file /etc/pacman.conf, line 101: directive ‘t’ in section ‘multilib’ not recognized.
grep: warning: stray \ before /
warning: config file /etc/pacman.conf, line 100: directive ‘NoExtract’ in section ‘multilib’ not recognized.
warning: config file /etc/pacman.conf, line 101: directive ‘t’ in section ‘multilib’ not recognized.
Thanks

A quick view reveals that the deb package just contains a ppa source when you click on download at the website: https://downloads.atlasvpn.com/apps/linux/atlasvpn-repo.deb

The real deb is here: https://repo.atlasvpn.com/debian/pool/main/a/atlasvpn/atlasvpn_1.0.2_amd64.deb

It is unclear what is happening on your side…

Hello,

Did you manually edited that file following some random internet instructions ? Please share from terminal:
cat /etc/pacman.conf

Your pacman.conf contains illegal configuration.

Revert any changes you have made to pacman.conf.

Unpack the deb file

ar atlasvpn_1.0.2_amd64.deb

From there it is pretty simple to continue.

The data.tar.xz contains the components and the control.tar.xz contains the instructions to be carried out by the installer.

Thanks all you guys for the feed back. I did not change any config files, basically, as a 72 year old guy, I am not that Linux literate! I will see if I can get the repair done. Thanks again.

This is what I got: /etc/pacman.conf

#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg      = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst    = manjaro-system archlinux-keyring manjaro-keyring
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

#IgnorePkg   =
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
# We cannot check disk space from within a chroot environment
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

NoExtract  = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-*
t

I am only 10y newer

Remove that last two lines from pacman.conf - save the file

NoExtract  = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-*
t
2 Likes

Does this help?
[brianm@brian-hp ~]$ cat /etc/pacman.conf

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg      = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst    = manjaro-system archlinux-keyring manjaro-keyring
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

#IgnorePkg   =
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
# We cannot check disk space from within a chroot environment
CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

NoExtract  = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-*
t

It did helped the first time you posted it and @linux-aarhus suggested to remove the following lines from it

Save it and you should not see errors when updating …

Thanks, I just saw that, but sadly have no idea how to do that!

I tried nano, but got this message!
[ File ‘/etc/pacman.conf’ is unwritable ]
I also tried this:
[brianm@brian-hp ~]$ sudo pacman Su
warning: config file /etc/pacman.conf, line 100: directive ‘NoExtract’ in section ‘multilib’ not recognized.
warning: config file /etc/pacman.conf, line 101: directive ‘t’ in section ‘multilib’ not recognized.
error: no operation specified (use -h for help)
[brianm@brian-hp ~]$ -h
bash: -h: command not found

You can use
sudo nano /etc/pacman.conf
then go down to those lines and delete them, or you can go by direct sed command from terminal:

sudo sed -i '/NoExtract  = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-*/d' /etc/pacman.conf

and then get rid of that t last line with

sudo sed -i '${/t/d;}' /etc/pacman.conf

Sorry i do not know a faster way, I have limited bash knowledge too :sweat_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.