Displaying 2 results from an estimated 2 matches for "upkg".
Did you mean:
pkg
2008 Apr 28
1
R on an Asus Eee PC (step-by-step guide)
...ide, here it is. I hope somebody might find this useful.
1) open up a terminal window (Ctrl-Alt-t)
2) get root access (su, then enter password)
3) cd /etc/apt/
4) pico sources.list (to edit the software repositories list)
5) at the bottom, add the following line:
deb http://xnv4.xandros.com/xs2.0/upkg-srv2 etch main contrib non-free
6) save and exit with Ctrl-O and Ctrl-X
7) get connected to the internet (I assume you know how to do that)
8) apt-get update (to update the package index files)
(you may get a warning about a missing public key; you can ignore this)
9) apt-get install libgfortran...
2016 Dec 14
3
Problem with yum on CentOS Linux release 7.2.1511 (Core) with 3.10.0-327.36.3.el7.x86_64 kernel
...date
????tx_return.extend(self.update(po=new))
? File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 5328,
in update
????available_pkg, updated_pkg)
? File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 5033,
in _add_up_txmbr
????txmbr = self.tsInfo.addUpdate(upkg, ipkg)
? File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line
518, in addUpdate
????self.add(txmbr)
? File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line
289, in add
????self.addUpdated(oldpo, txmember.po)
? File "/usr/lib/python2.7/site-pac...