LinuxCNC 2.7.14
- pachi_electronic
- Offline
- Junior Member
Less
More
- Posts: 22
- Thank you received: 0
25 Apr 2019 06:21 #131839
by pachi_electronic
LinuxCNC 2.7.14 was created by pachi_electronic
hola si hay la iso de LinuxCNC 2.7.14 o hay que bajar la iso LinuxCNC 2.7.0 y despues actualizar.....soy novato en el sistema operativo linux...ayuda.....gracias a todo de este foro
Please Log in or Create an account to join the conversation.
- pl7i92
- Offline
- Platinum Member
Less
More
- Posts: 1875
- Thank you received: 355
25 Apr 2019 06:51 - 25 Apr 2019 06:51 #131840
by pl7i92
Replied by pl7i92 on topic LinuxCNC 2.7.14
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linuxcnc
apt-get update updates the list of available packages and their versions, but it does not install or upgrade any packages.
apt-get upgrade actually installs newer versions of the packages you have. After updating the lists, the package manager knows about available updates for the software you have installed.
ONLY Software no Kernal
sudo apt-get upgrade
sudo apt-get install linuxcnc
apt-get update updates the list of available packages and their versions, but it does not install or upgrade any packages.
apt-get upgrade actually installs newer versions of the packages you have. After updating the lists, the package manager knows about available updates for the software you have installed.
ONLY Software no Kernal
Last edit: 25 Apr 2019 06:51 by pl7i92. Reason: typo
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19534
- Thank you received: 6555
25 Apr 2019 21:14 #131892
by tommylight
sudo apt-get dist-upgrade
sudo apt-get install linuxcnc
Replied by tommylight on topic LinuxCNC 2.7.14
sudo apt-get updatesudo apt-get update
sudo apt-get upgrade
sudo apt-get install linuxcnc
sudo apt-get dist-upgrade
sudo apt-get install linuxcnc
The following user(s) said Thank You: phillc54, AnnoyingMutt
Please Log in or Create an account to join the conversation.
- AnnoyingMutt
- Visitor
25 Apr 2019 23:06 #131901
by AnnoyingMutt
apt-get dist-upgrade is the smarter and safer way to upgrade packages, please, please recommend dist-upgrade over upgrade.
Replied by AnnoyingMutt on topic LinuxCNC 2.7.14
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linuxcnc
apt-get update updates the list of available packages and their versions, but it does not install or upgrade any packages.
apt-get upgrade actually installs newer versions of the packages you have. After updating the lists, the package manager knows about available updates for the software you have installed.
ONLY Software no Kernal
apt-get dist-upgrade is the smarter and safer way to upgrade packages, please, please recommend dist-upgrade over upgrade.
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds