Add new comment
|
1. to add a media, you can do it easily with 1 line, without the need to use easyurpmi : urpmi.addmedia --distrib --mirrorlist This command will automatically add all the remote FTP repositories, and will try to select the closest mirror for you. So if you want to only have remote repositories and removed the installation media, you'd better remove all the media/repositories, and then add the new ones : urpmi.removemedia -a && urpmi.addmedia --distrib --mirrorlist 2. if you want to do automatic updates, but only install packages from the updates repositories, you can now use --auto-update which will do at the same time a "urpmi.update -a" and a "urpmi --auto-select". So you auto-update script could look like this : urpmi --auto-update --update --auto
Reply |



Recent comments
7 hours 2 min ago
16 hours 57 min ago
17 hours 7 min ago
18 hours 26 min ago
20 hours 33 min ago
22 hours 58 min ago
1 day 7 hours ago
1 day 10 hours ago
1 day 10 hours ago
1 day 11 hours ago