pathpilot dùng ubuntu lucid 10.04 em thử cài và lỗi lệnh sudo apt-get update
sau khi guc go nữa buối tìm ra cách sửa lỗi lưu lại dây khi cần
RUN sed -i 's/archive/old-releases/' /etc/apt/sources.list
hoặc add repository
-deb http://archive.ubuntu.com/ubuntu lucid main universe
-deb http://archive.ubuntu.com/ubuntu lucid-updates main universe
-deb http://archive.ubuntu.com/ubuntu lucid-security main universe
+deb http://old-releases.ubuntu.com/ubuntu lucid main universe
+deb http://old-releases.ubuntu.com/ubuntu lucid-updates main universe
+deb http://old-releases.ubuntu.com/ubuntu lucid-security main universe
ngoài ra còn lỗi này
how to fix dpkg was interrupted, you must manually run ' dpkg --configure -a' to correct
fix broken packages(sudo dpkg --configure -a)
hoặc
You can delete the lock file with the following command:
sudo rm /var/lib/apt/lists/lock
You may also need to delete the lock file in the cache directory
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
để cài được linuxcnc vào ubuntu lucid cần 3 repo này
deb http://buildbot.linuxcnc.org/ lucid 2.7-rt
deb-src http://buildbot.linuxcnc.org/ lucid 2.7-rt
deb http://linuxcnc.org lucid base
cần 2 keys này
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef
lưu lại mốt khỏi wen