Thread: I cant add kde ppa repository
hello
use kubuntu 12.10 , when run command...
i have error message below...sudo add-apt-repository ppa:kubuntu-ppa/backports
any solution?traceback (most recent call last):
file "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 98, in get_ppa_info_from_lp
lp_page = urllib.request.urlopen(request, cafile=launchpad_ppa_cert)
file "/usr/lib/python3.2/urllib/request.py", line 139, in urlopen
return opener.open(url, data, timeout)
file "/usr/lib/python3.2/urllib/request.py", line 370, in open
response = self._open(req, data)
file "/usr/lib/python3.2/urllib/request.py", line 388, in _open
'_open', req)
file "/usr/lib/python3.2/urllib/request.py", line 348, in _call_chain
result = func(*args)
file "/usr/lib/python3.2/urllib/request.py", line 1176, in https_open
context=self._context, check_hostname=self._check_hostname)
file "/usr/lib/python3.2/urllib/request.py", line 1140, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
file "/usr/lib/python3.2/http/client.py", line 970, in request
self._send_request(method, url, body, headers)
file "/usr/lib/python3.2/http/client.py", line 998, in _send_request
self.putrequest(method, url, **skips)
file "/usr/lib/python3.2/http/client.py", line 862, in putrequest
self._output(request.encode('ascii'))
unicodeencodeerror: 'ascii' codec can't encode character '\u1e55' in position 39: ordinal not in range(128)
during handling of above exception, exception occurred:
traceback (most recent call last):
file "/usr/bin/add-apt-repository", line 126, in <module>
ppa_info = get_ppa_info_from_lp(user, ppa_name)
file "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 105, in get_ppa_info_from_lp
import pycurl
importerror: no module named pycurl
glauber@glauber-virtualbox:~$ clear
glauber@glauber-virtualbox:~$ sudo add-apt-repository ppa:kubuntu-ppa/backṕorts
traceback (most recent call last):
file "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 98, in get_ppa_info_from_lp
lp_page = urllib.request.urlopen(request, cafile=launchpad_ppa_cert)
file "/usr/lib/python3.2/urllib/request.py", line 139, in urlopen
return opener.open(url, data, timeout)
file "/usr/lib/python3.2/urllib/request.py", line 370, in open
response = self._open(req, data)
file "/usr/lib/python3.2/urllib/request.py", line 388, in _open
'_open', req)
file "/usr/lib/python3.2/urllib/request.py", line 348, in _call_chain
result = func(*args)
file "/usr/lib/python3.2/urllib/request.py", line 1176, in https_open
context=self._context, check_hostname=self._check_hostname)
file "/usr/lib/python3.2/urllib/request.py", line 1140, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
file "/usr/lib/python3.2/http/client.py", line 970, in request
self._send_request(method, url, body, headers)
file "/usr/lib/python3.2/http/client.py", line 998, in _send_request
self.putrequest(method, url, **skips)
file "/usr/lib/python3.2/http/client.py", line 862, in putrequest
self._output(request.encode('ascii'))
unicodeencodeerror: 'ascii' codec can't encode character '\u1e55' in position 39: ordinal not in range(128)
during handling of above exception, exception occurred:
traceback (most recent call last):
file "/usr/bin/add-apt-repository", line 126, in <module>
ppa_info = get_ppa_info_from_lp(user, ppa_name)
file "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 105, in get_ppa_info_from_lp
import pycurl
importerror: no module named pycurl
odd?
anyway try adding them synaptic, undr settings> repositories,
add them 1 @ time
deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu quantal main
deb-src http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu quantal main
or use text editor , add them to
etc/apt/sources
way had no errors adding them in terminal!
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [kubuntu] I cant add kde ppa repository
Ubuntu
Comments
Post a Comment