I want to install all glpi extensions via putty The Next CEO of Stack OverflowI can't use or find the google debian unstable/sid repositoryLinux Mint Rebecca - Packages 404 Not FoundQuestions about dual booting windows 8.1 and linux - two issues`apt update` failed on Debian LinuxWhy is apt-get randomly checking for non-existent resources?:How to install a package behind an overly restricted firewallHow can I install NTP?How to install lib32stdc++6 on kali linux?can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro

If the heap is initialized for security, then why is the stack uninitialized?

How to invert MapIndexed on a ragged structure? How to construct a tree from rules?

Why does standard notation not preserve intervals (visually)

What exact does MIB represent in SNMP? How is it different from OID?

Received an invoice from my ex-employer billing me for training; how to handle?

Preparing Indesign booklet with .psd graphics for print

How did people program for Consoles with multiple CPUs?

Interfacing a button to MCU (and PC) with 50m long cable

What was the first Unix version to run on a microcomputer?

What does "Its cash flow is deeply negative" mean?

Is micro rebar a better way to reinforce concrete than rebar?

Why does the UK parliament need a vote on the political declaration?

Written every which way

Non-deterministic sum of floats

Are there any unintended negative consequences to allowing PCs to gain multiple levels at once in a short milestone-XP game?

How did the Bene Gesserit know how to make a Kwisatz Haderach?

Is there an analogue of projective spaces for proper schemes?

Unreliable Magic - Is it worth it?

How do I make a variable always equal to the result of some calculations?

Anatomically Correct Strange Women In Ponds Distributing Swords

Limits on contract work without pre-agreed price/contract (UK)

WOW air has ceased operation, can I get my tickets refunded?

Which tube will fit a -(700 x 25c) wheel?

Is it ever safe to open a suspicious html file (e.g. email attachment)?



I want to install all glpi extensions via putty



The Next CEO of Stack OverflowI can't use or find the google debian unstable/sid repositoryLinux Mint Rebecca - Packages 404 Not FoundQuestions about dual booting windows 8.1 and linux - two issues`apt update` failed on Debian LinuxWhy is apt-get randomly checking for non-existent resources?:How to install a package behind an overly restricted firewallHow can I install NTP?How to install lib32stdc++6 on kali linux?can't install ecodmsserver on crunchbang++ / Debian 9 stretch distro










0















I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.



I've tried "apt-get install php-ldap" on putty but it responds with:




"Failed to fetch apt-get install php-ldap"




root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?









share|improve this question













migrated from stackoverflow.com 2 days ago


This question came from our site for professional and enthusiast programmers.


















  • What is the content of your /etc/apt/source.list and /etc/apt/source.list.d/* ? Also did you do an apt-get update before the install ?

    – PierreF
    yesterday















0















I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.



I've tried "apt-get install php-ldap" on putty but it responds with:




"Failed to fetch apt-get install php-ldap"




root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?









share|improve this question













migrated from stackoverflow.com 2 days ago


This question came from our site for professional and enthusiast programmers.


















  • What is the content of your /etc/apt/source.list and /etc/apt/source.list.d/* ? Also did you do an apt-get update before the install ?

    – PierreF
    yesterday













0












0








0








I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.



I've tried "apt-get install php-ldap" on putty but it responds with:




"Failed to fetch apt-get install php-ldap"




root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?









share|improve this question














I configured my glpi package on wamp server on local, and when I transfer it to my OVH server using Winscp, the GLPI package seems to be missing some extensions like ldap, imap, APCu, xmlrpc, CAS and gd.



I've tried "apt-get install php-ldap" on putty but it responds with:




"Failed to fetch apt-get install php-ldap"




root@vps651351:/var/www/html/glpi# apt-get install php-ldap
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
php7.2-ldap
The following NEW packages will be installed:
php-ldap php7.2-ldap
0 upgraded, 2 newly installed, 0 to remove and 25 not upgraded.
Need to get 29.2 kB of archives.
After this operation, 116 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 https://packages.sury.org/php stretch/main amd64 php7.2-ldap amd64 7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0
404 Not Found
Err:2 https://packages.sury.org/php stretch/main amd64 php-ldap all 2:7.2+69+0~20190215163918.14+stretch~1.gbpfa617b
404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php7.2/php7.2-ldap_7.2.15-1+0~20190209065123.16+stretch~1.gbp3ad8c0_amd64.deb 404 Not Found
E: Failed to fetch https://packages.sury.org/php/pool/main/p/php-defaults/php-ldap_7.2+69+0~20190215163918.14+stretch~1.gbpfa617b_all.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?






ldap apt ovh






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 days ago







Elkhiar saad











migrated from stackoverflow.com 2 days ago


This question came from our site for professional and enthusiast programmers.









migrated from stackoverflow.com 2 days ago


This question came from our site for professional and enthusiast programmers.














  • What is the content of your /etc/apt/source.list and /etc/apt/source.list.d/* ? Also did you do an apt-get update before the install ?

    – PierreF
    yesterday

















  • What is the content of your /etc/apt/source.list and /etc/apt/source.list.d/* ? Also did you do an apt-get update before the install ?

    – PierreF
    yesterday
















What is the content of your /etc/apt/source.list and /etc/apt/source.list.d/* ? Also did you do an apt-get update before the install ?

– PierreF
yesterday





What is the content of your /etc/apt/source.list and /etc/apt/source.list.d/* ? Also did you do an apt-get update before the install ?

– PierreF
yesterday










0






active

oldest

votes












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509094%2fi-want-to-install-all-glpi-extensions-via-putty%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown
























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509094%2fi-want-to-install-all-glpi-extensions-via-putty%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.