Problem with mono-install
Posted: Thu 28 Jul 2016 5:53 pm
Hello,
I have a problem with mono.
It is not possible for me to install a pre-version of mono 4.2.1.
lf I enter dev ........ Snapshots / 3.8, Snapshots / 3.10 or Snapshots / 4.0.5 in mono-xamarin.list, there is always the 4.2.1 installed.
Step 1
sudo apt-get remove mono-complete
Step 2
sudo apt-get autoremove
step 3
echo "deb http://download.mono-project.com/repo/debian wheezy / snapshots / x.x.x main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
(x.x.x for 3.8, 3.10 or 4.0.5)
step 4
Control of entry in /etc/apt/sources.list.d/mono-xamarin.list whether the entry is correct.
step 5
sudo apt-get install mono-complete
Result is always:
pi @ bpi-iot-ros-ai: ~ / $ mono -V
Mono JIT compiler version 4.2.1 (Debian 4.2.1.102 + dfsg2-7ubuntu4)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
http://www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: sleeves, vfp + hard
Disabled: none
Misc: soft debug
LLVM: supported, not enabled.
GC: sgen
Where is the mistake?
best regards
Volker
I have a problem with mono.
It is not possible for me to install a pre-version of mono 4.2.1.
lf I enter dev ........ Snapshots / 3.8, Snapshots / 3.10 or Snapshots / 4.0.5 in mono-xamarin.list, there is always the 4.2.1 installed.
Step 1
sudo apt-get remove mono-complete
Step 2
sudo apt-get autoremove
step 3
echo "deb http://download.mono-project.com/repo/debian wheezy / snapshots / x.x.x main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
(x.x.x for 3.8, 3.10 or 4.0.5)
step 4
Control of entry in /etc/apt/sources.list.d/mono-xamarin.list whether the entry is correct.
step 5
sudo apt-get install mono-complete
Result is always:
pi @ bpi-iot-ros-ai: ~ / $ mono -V
Mono JIT compiler version 4.2.1 (Debian 4.2.1.102 + dfsg2-7ubuntu4)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
http://www.mono-project.com
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: sleeves, vfp + hard
Disabled: none
Misc: soft debug
LLVM: supported, not enabled.
GC: sgen
Where is the mistake?
best regards
Volker