airact 3 Posted ... I downloaded eddie and right clicked and it has an option to install with program installer.When I select this option it does nothing and I can not see the program is installed when I search for it.Can anyone help this is obviously not like windows Quote Share this post Link to post
airact 3 Posted ... do you have a tutorial on how to install eddie on ubuntu 16.I try to right click it and install and it does nothing and it does not show when I search for "eddie" in the ubuntu search area Quote Share this post Link to post
pr1v 36 Posted ... It should ask for your password and then you should find the program in the Internet menu. Quote Share this post Link to post
LZ1 672 Posted ... Hello! Do you have an installer like gdebi installed? 1 kevver11 reacted to this Quote Hide LZ1's signature Hide all signatures Hi there, are you new to AirVPN? Many of your questions are already answered in this guide. You may also read the Eddie Android FAQ. Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you. Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily. Share this post Link to post
OpenSourcerer 1435 Posted ... sudo dpkg -i AirVPN_something_something.deb Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post
altae 22 Posted ... Open a terminal, navigate to the path where the .deb installer of Eddie is stored using the command "cd" and use the following command to install Eddie: "sudo gdebi ./filename.deb" (without the quotation marks of course). Remember to put the "./filename.deb" in quotation marks if the filename contains spaces. This should install Eddie as well as all dependencies or if there is a problem it should give you feedback on what exactly is wrong. Once installed there should be a shortcut in the start menu. If not you can launch Eddie from the terminal using the command "airvpn" and or you can create the shortcut manually. If that does not help you could try the portable version that does not need to be installed. Quote Share this post Link to post
airact 3 Posted ... Open a terminal, navigate to the path where the .deb installer of Eddie is stored using the command "cd" and use the following command to install Eddie: "sudo gdebi ./filename.deb" (without the quotation marks of course). Remember to put the "./filename.deb" in quotation marks if the filename contains spaces. This should install Eddie as well as all dependencies or if there is a problem it should give you feedback on what exactly is wrong. Once installed there should be a shortcut in the start menu. If not you can launch Eddie from the terminal using the command "airvpn" and or you can create the shortcut manually. If that does not help you could try the portable version that does not need to be installed.Ok thank you for this advice this seems right ,I tried this using the command sudo gdebi ./eddie-ui_2.12.4_linux_x64_debian after I changed to the Desktop directory because that is where the file is located Then it gives me this error sudo: gdebi: command not found Quote Share this post Link to post
nick75 25 Posted ... Then it gives me this error sudo: gdebi: command not found There are 2 ways to solve this: 1/ The graphical way In a terminal: sudo apt install gdebi Then double-click the eddie package and a GUI should pop-up to help you install it. 2/ The command-line way In a terminal: sudo dpkg -i eddie-ui_2.12.4_linux_x64_debian.deb Voilà! EDIT: @Treiberschreiber already gave you the second solution. Quote Share this post Link to post
altae 22 Posted ... Yeah, it seems gdebi is not installed on your system. Like nick75 wrote, install gdebi and retry. Also it was mentioned correctly that you could use dpkg to install the package. But I prefer gdebi (in the terminal or vià the graphical frontend) as it resolves dependencies automatically. Quote Share this post Link to post
nick75 25 Posted ... There's a typo, the correct command is: sudo apt-get install gdebi Kind regards I beg to differ with your comment but since Ubuntu 16.04 (or perhaps 15.10), both are available. Quote Share this post Link to post
OpenSourcerer 1435 Posted ... apt resolves dependencies as well.I forgot to mention, when installed with dpkg also do sudo apt-get -f install Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post
Staff 9973 Posted ... Also consider that we provide a Debian PPA repository, have a look at https://airvpn.org/linux/ Kind regards Quote Share this post Link to post
airact 3 Posted ... Thank you for the people who helped.I want you all to remember that this is for all the community who will search for this solution I know there will be many people who have this problem with all the people changing to linux.Also the offer to pay $50 to the person who helps me get this working is good. I tried to install gdebi and it gave me this error. Money@money:~$ sudo apt install gdebiReading package lists... Error!E: Unable to parse package file /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_main_binary-i386_Packages (1)E: Encountered a section with no Package: headerE: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_xenial-security_main_i18n_Translation-enE: The package lists or status file could not be parsed or opened. Quote Share this post Link to post
airact 3 Posted ... Also when I did this commandsudo dpkg -i eddie-ui_2.12.4_linux_x64_debian.deb Money@Money:~$ sudo dpkg -i eddie-ui_2.12.4_linux_x64_debian.debdpkg: error processing archive eddie-ui_2.12.4_linux_x64_debian.deb (--install): cannot access archive: No such file or directoryErrors were encountered while processing: eddie-ui_2.12.4_linux_x64_debian.deb errors-I am thinking to change to linux mint but I have so many things setup on this install Quote Share this post Link to post
nick75 25 Posted ... Also when I did this commandsudo dpkg -i eddie-ui_2.12.4_linux_x64_debian.deb Money@Money:~$ sudo dpkg -i eddie-ui_2.12.4_linux_x64_debian.debdpkg: error processing archive eddie-ui_2.12.4_linux_x64_debian.deb (--install): cannot access archive: No such file or directoryErrors were encountered while processing: eddie-ui_2.12.4_linux_x64_debian.deb errors-I am thinking to change to linux mint but I have so many things setup on this install You need to either navigate to the directory where the package is with the command cd (as @altae said) or type in the full pathe.g.: sudo dpkg -i /home/user/download/eddie-ui_2.12.4_linux_x64_debian.deb #this is an example Quote Share this post Link to post
Nathan1122 0 Posted ... I'm having similar issues with the install, i tried all of the above but get the following error when I try to run airvpn by typing from the command line Failed to run mono /usr/lib/AirVPN/AirVPN.exe path=/home/joe/.airvpn console.mode=none as user root. Unable to copy the user's Xauthorization file. any help is appreciated. Quote Share this post Link to post
Nathan1122 0 Posted ... Should also mention, I'm running newest version of Ubuntu (installed today). Quote Share this post Link to post
LZ1 672 Posted ... So https://airvpn.org/linux/ can't use used to download the .deb for you? It would also be helpful if you showed us exactly which commands you put in. I wonder if you remembered sudo or su. Quote Hide LZ1's signature Hide all signatures Hi there, are you new to AirVPN? Many of your questions are already answered in this guide. You may also read the Eddie Android FAQ. Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you. Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily. Share this post Link to post
mrcs3ga 0 Posted ... Should also mention, I'm running newest version of Ubuntu (installed today). I'm running latest version of Ubuntu 17.10 with Xorg and Eddie works flawlessly. My only complain is that I need to install the curl.I had a success with Ubuntu 16.04 up to 17.10 with Eddie and I could easily say Eddie works with Ubuntu very well.I'm just like you, I'm not an expert.So try again and again , don't give up. Quote Share this post Link to post