Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
talk:slackware:slackpkg [2012/10/15 08:48 (UTC)] cmyster |
talk:slackware:slackpkg [2015/04/09 05:14 (UTC)] aaditya /* dealing with package sets */ |
||
---|---|---|---|
Line 2: | Line 2: | ||
---- | ---- | ||
Can anyone please add here a comment or a howto regarding using slackpkg with a local mirror? its not an obvious thing. --- //[[wiki:user:cmyster|Amit Ugol]] 2012/10/15 01:46// | Can anyone please add here a comment or a howto regarding using slackpkg with a local mirror? its not an obvious thing. --- //[[wiki:user:cmyster|Amit Ugol]] 2012/10/15 01:46// | ||
+ | |||
+ | > Doesn't this bit in /etc/slackpkg/mirrors deal with that? | ||
+ | <code>#---------------------------------------------------------------- | ||
+ | # Local Directory | ||
+ | #---------------------------------------------------------------- | ||
+ | # file://path/to/some/directory/ | ||
+ | # | ||
+ | </code> | ||
+ | --- //[[wiki:user:brianl|Brian Lawrence]] 2012/10/17 02:31// | ||
+ | |||
+ | === Dealing with package sets === | ||
+ | |||
+ | It is also possible to install, remove, and blacklist package sets with slackpkg. | ||
+ | |||
+ | For example, to remove the packages in the kde set and blacklist them so that they do not show up in upgrades, the following commands could be used: | ||
+ | |||
+ | <code># slackpkg remove kde | ||
+ | # slackpkg blacklist kde</code> | ||
+ | |||
+ | --- //[[wiki:user:aaditya|Aaditya Bagga]] 2015/04/08 22:13// |