36 lines
1.1 KiB
HTML
36 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
|
<title>Slackware_FullSystemUpgrade</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
</head>
|
|
<body>
|
|
|
|
<h3 id="toc_0.0.1">Slackware Full System Upgrade</h3>
|
|
<p>
|
|
To perform a full system upgrade, do this (as root):
|
|
</p>
|
|
<pre>
|
|
# slackpkg update
|
|
# slackpkg install-new
|
|
# slackpkg upgrade-all
|
|
# slackpkg clean-system
|
|
</pre>
|
|
|
|
<pre (From LinuxQuestions)>
|
|
To upgrade from previous versions of slackware this works
|
|
|
|
1. Edit slackpkg.mirrors to point at mirror of version to upgrade
|
|
2. Run "slackpkg update" "slackpkg upgrade tgz" "slackpkg install tgz"
|
|
3. Edit you slackpkg.mirrors again and slackpkg.blacklist to allow updating of aaa_elflibs
|
|
4. slackpkg install-new
|
|
5. slackpkg upgrade-all
|
|
6. Depending on version upgrading from may need to edit /etc/fstab to reflect the change
|
|
in naming of ide drives from hda to sda if you have ide drives.
|
|
7. rerun liloconfig
|
|
</pre>
|
|
|
|
</body>
|
|
</html>
|