Difference between revisions of "Portage emerge reference"

From thelinuxwiki
Jump to: navigation, search
(Pushed from Themanclub.)
 
Line 15: Line 15:
  
 
*** note  This procedure does not take package dependencies into account! ***
 
*** note  This procedure does not take package dependencies into account! ***
 +
 +
==portage history==
 +
 +
verion history for a package
 +
$ qlop --list <pkgname>
 +
 +
sync history
 +
# qlop --sync
 +
Wed Nov  4 09:44:38 2015 >>> gentoo
 +
Mon Dec 14 15:39:30 2015 >>> gentoo
 +
Wed Feb 17 07:33:48 2016 >>> gentoo
 +
Sun Feb 28 10:32:25 2016 >>> gentoo
 +
 +
  
 
[[category:gentoo]]
 
[[category:gentoo]]

Revision as of 19:10, 8 March 2016

installing a specific version of a package

done using an "atom" (see manpage)

example:
# emerge package_name =package_name-version.number


manually installing a package without internet access

1. On a box with Internet access, fetch the distfile. First, use emerge fetch the install source for you...

emerge --fetchonly <package>

Next, use wget to download the file.

2. Upload the file to the /usr/portage/distfiles/ directory on the machine you intend to install the package on

      • note This procedure does not take package dependencies into account! ***

portage history

verion history for a package

$ qlop --list <pkgname>

sync history

# qlop --sync

Wed Nov 4 09:44:38 2015 >>> gentoo Mon Dec 14 15:39:30 2015 >>> gentoo Wed Feb 17 07:33:48 2016 >>> gentoo Sun Feb 28 10:32:25 2016 >>> gentoo