Pozdrav!
Molio bih za pomoć.
Pokušavam instalirati Linux Multimedia Studio (LMMS) na Mint 12 i nikako da uspijem.
Za instalaciju pratim sljedeće korake (
http://ashu-geek.blogspot.com/2012/02/lmms-0413-linux-multimedia-studio-free.html):
"Step 1 : Before beginning the installation, Open the terminal by pressing CTRL + ALT + T from your keyboard. When the terminal opens, run the following command in the terminal to add the PPA for LMMS on your Ubuntu system.
$ sudo apt-add-repository ppa:dns/sound
Step 2 : Next, run the following command in the terminal to update your Ubuntu system.
$ sudo apt-get update
Step 3 : Finally, run the following command in the terminal to install LMMS 0.4.13 version on your Ubuntu system.
$ sudo apt-get install lmms
That's All and now enjoy the features of LMMS 0.4.13 on your Ubuntu system."
No ako se ne varam ne izvrši mi prvi korak kako spada.
Kada upišem ($ sudo apt-add-repository ppa:dns/sound) ispiše mi sljedeće:
"Traceback (most recent call last):
File "/usr/bin/apt-add-repository", line 65, in <module>
if not sp.add_source_from_line(line):
File "/usr/lib/python2.6/dist-packages/softwareproperties/SoftwareProperties.py", line 630, in add_source_from_line
(deb_line, file) = expand_ppa_line(line.strip(), self.distro.codename)
File "/usr/lib/python2.6/dist-packages/softwareproperties/ppa.py", line 47, in expand_ppa_line
sourceslistd = apt_pkg.Config.find_dir("Dir::Etc::sourceparts")
AttributeError: 'module' object has no attribute 'Config'"
Kolegica također ima Mint 12 te sam nju zamolio neka proba instalirati LMMS prema koracima koje sam naveo iznad i veli da njoj bez problema prolazi prvi korak. Njoj ispiše sljedeće:
Traceback (most recent call last):
File "/usr/bin/apt-add-repository", line 88, in <module>
ppa_info = get_ppa_info_from_lp(user, ppa_name)
File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 65, in get_ppa_info_from_lp
lp_page = urlopen(req).read()
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 394, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 412, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1209, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1171, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 8] _ssl.c:503: EOF occurred in violation of protocol>
Nakon toga smo oboje napravili "apt-get update" (što je drugi korak prema uputama)
I na trećem koraku kod instalacije LMMS-a kada upišemo "sudo apt-get install lmms" njoj krene norlano instalacija, a meni ispiše sljedeće:
"sudo apt-get install lmms
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package lmms is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lmms' has no installation candidate"
Molio bih za pomoć ako je moguće!
Unaprijed zahvaljujem!