Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] error: target not found: networkmanager-openvpn (Read 1342 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] error: target not found: networkmanager-openvpn

Hello artix,

First time Artix user. Using runit cinnamon.
Where to get networkmanager-openvpn. Import of ovpn files always gives error.
Any help?? Thanks.

Code: [Select]
# /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
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#NoProgressBar
CheckSpace
#VerbosePkgLists
#ParallelDownloads = 5

# 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 Artix Linux
# packagers with `pacman-key --populate artix`.

#
# 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 gremlins 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.

#[gremlins]
#Include = /etc/pacman.d/mirrorlist

[system]
Include = /etc/pacman.d/mirrorlist

[world]
Include = /etc/pacman.d/mirrorlist

#[galaxy-gremlins]
#Include = /etc/pacman.d/mirrorlist

[galaxy]
Include = /etc/pacman.d/mirrorlist

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

#[lib32-gremlins]
#Include = /etc/pacman.d/mirrorlist

#[lib32]
#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
[omniverse]
Server = https://github.com/artist-linux/artix/raw/omniverse
# Content list : https://github.com/artist-linux/artix/tree/omniverse


Re: error: target not found: networkmanager-openvpn

Reply #2
networkmanager-openvpn can be found in extra (it is Archlinux repository and has to be enabled manualy).

I cannot guarantee it will work, it would be best if this was imported to Artix (together with other plugins).

So @Artist please try to import it in world if the version from extra does not work.

Re: error: target not found: networkmanager-openvpn

Reply #3
thanks to both of you, really appreciated.... i could install networkmanager-openvpn and imported my ovpn file... shown connected but still showing my real IP. My ovpn file configuration is  correct.


Re: error: target not found: networkmanager-openvpn

Reply #5
i have tried before - manjaro, voidlinux, endeavour etc...all are working fine!!

anyway thanks.

 

Re: error: target not found: networkmanager-openvpn

Reply #6
networkmanager-openvpn imported, topic solved