Saturday, April 20, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1869  / 3 Years ago, sat, june 26, 2021, 9:16:19
gichan02@gichan02-Latitude-D520:~$ wget https://private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main‌​/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb; dpkg -i xojo-bin*.deb
--2014-05-28 00:17:18-- https://private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main%E2%80%8C%E2%80%8B/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb
Resolving private-ppa.launchpad.net (private-ppa.launchpad.net)... 91.189.95.83
Connecting to private-ppa.launchpad.net (private-ppa.launchpad.net)|91.189.95.83|:443... connected.
HTTP request sent, awaiting response... 401 Authorization Required

Username/Password Authentication Failed.
--2014-05-28 00:17:20-- https://private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main%E2%80%8C%E2%80%8B/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb
Reusing existing connection to private-ppa.launchpad.net:443.
HTTP request sent, awaiting response... 401 Authorization Required

Username/Password Authentication Failed.
dpkg: error: requested operation requires superuser privilege

More From » ppa

 Answers
5

As stated You are trying to connect to a private repository. The server is requesting authentication but failing w/401 error (Personally tested). You do not have authentication from the server.



In addition, you are trying to run 2 commands back to back:



wget https://private-ppa.launchpad.net/commercial-ppa-uploaders/xojo/ubuntu/pool/main‌​/x/xojo/xojo-bin_2013.41-0ubuntu1_i386.deb; dpkg -i xojo-bin*.deb



to back, hence ; which is the separator.



You are running dpkg -i xojo-bin*.deb this must be ran as sudo sudo dpkg -i xojo-bin*.deb



Alternatively, You can simply download the package from https://www.xojo.com/download/


[#24961] Sunday, June 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lawain

Total Points: 150
Total Questions: 106
Total Answers: 101

Location: China
Member since Mon, Aug 22, 2022
2 Years ago
;