Waarschijnlijk heb ik ergens wat raars gedaan, ik vraag me alleen af waar?
Ik probeerde subversion te installeren, maar dan moet www-data en users aan de subversion groep worden toegevoegd. De www-data groep bleek niet zichtbaar te zijn in Unity dus toen heb ik het command line geprobeerd. Echter had ik subversion aan www-data toegevoegd ipv andersom
Maar het was niet mogelijk om dit weer ongedaan te maken (kan user niet uit primary group verwijdereren). Dus toen dacht ik dan verwijder ik subversion want dan is de gebruiker ook weg..
Echter:
Lange lijst dus ik dacht het zal wel
Echter was er teveel verwijderd. Is dit omdat deze afhankelijk zijn van subversion? Hoe is dit te voorkomen (beter opletten I know
maar verder? )
Ik probeerde subversion te installeren, maar dan moet www-data en users aan de subversion groep worden toegevoegd. De www-data groep bleek niet zichtbaar te zijn in Unity dus toen heb ik het command line geprobeerd. Echter had ik subversion aan www-data toegevoegd ipv andersom

Echter:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
| sudo apt-get remove subversion Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: python-sip-dev libcaca-dev libzzip-0-13 python-pyside.phonon python-pyside.qtsql libxaw7-dev python-pyside.qtsvg yaml-cpp libgenrunner0.6 libatk1.0-dev docutils-doc libwxbase2.8-dev libzzip-dev python-pyside.qtxml libsdl1.2-dev libassimp2 python-sphinx libjasper-dev libxcb-shm0-dev librtmp-dev ros-fuerte-pcl x11proto-xinerama-dev libgfortran3 libpango1.0-dev sphinx-doc libapiextractor-dev libtbb2 libsdl-image1.2-dev evtest x11proto-render-dev nvidia-cg-toolkit python-cwiid libyaml-dev phonon libnetcdf-dev mercurial mercurial-common libeigen3-dev python-docutils libgl2ps0 python-roman libopenjpeg2 libxi-dev libxmu-headers libxrender-dev libfltk1.1-dev libcairo2-dev python-lxml python-pyside.qttest generatorrunner libhdf5-serial-1.8.4 python-pyside.qtscript python3.2 libpng12-dev libassimp-dev ros-fuerte-swig-wx python-pyside.qtuitools libfontconfig1-dev libpyside-dev x11proto-composite-dev python-bluez python-pyside.qtcore libjs-underscore libprotobuf-lite7 libshiboken1.1 libxcursor-dev python-qt4 python-numpy libusb-dev libgenrunner-dev python-tz python-sip libjs-sphinxdoc libfreeimage-dev libfltk1.1 python-matplotlib-data libcairo-script-interpreter2 x11proto-scrnsaver-dev python-pyside.qtopengl libqtassistantclient4 python-pyside.qtdeclarative x11proto-damage-dev freeglut3-dev libvtk5.8 ros-fuerte-flann libgtk2.0-dev libxmu-dev ros-fuerte-common-msgs python-central libapiextractor0.10 joystick python-pyside.qthelp libxdamage-dev libpython3.2 python-qt4-dev libtinyxml-dev ros-fuerte-rx sphinx-common libxpm-dev phonon-backend-gstreamer x11proto-fixes-dev libnetpbm10-dev tcl8.5-dev libvtk5-dev shiboken libtbb-dev libphonon4 libblas3gf docgenerator libxcomposite-dev libasound2-dev libpyside-py3-1.1 python-pyparsing libamd2.2.0 libqhull-dev liblapack3gf wx-common libgl2ps-dev libcwiid1 python-pyside.qtnetwork libxrandr-dev libusb-1.0-0-dev libslang2-dev python-matplotlib x11proto-xf86vidmode-dev libncurses5-dev python3.2-minimal libnetpbm10 libfreeimage3 libpyside1.1 libpixman-1-dev libshiboken-dev tk8.5-dev libxft-dev ros-fuerte-actionlib libxxf86vm-dev python-scipy libwxgtk2.8-dev libumfpack5.4.0 python-pygments libxcb-render0-dev libxfixes-dev libshiboken-py3-1.1 libxinerama-dev libgdk-pixbuf2.0-dev libxss-dev wx2.8-headers libcg libqhull5 python-pyside.qtgui ros-fuerte-urdfdom ros-fuerte-urdfdom-headers freeglut3 ros-fuerte-console-bridge python-jinja2 docutils-common libprotobuf-dev libidn11-dev python-pyside.qtwebkit ros-fuerte-ompl ros-fuerte-opencv2 libcurl4-openssl-dev python-pyside libnetcdf6 libv4l-dev Use 'apt-get autoremove' to remove them. The following packages will be REMOVED: gazebo python-rosinstall python-vcstools ros-fuerte-arm-navigation ros-fuerte-bfl ros-fuerte-bond-core ros-fuerte-bullet ros-fuerte-calibration ros-fuerte-camera-pose ros-fuerte-camera-umd ros-fuerte-common ros-fuerte-common-rosdeps ros-fuerte-control ros-fuerte-diagnostics ros-fuerte-driver-common ros-fuerte-dynamic-reconfigure ros-fuerte-erratic-robot ros-fuerte-filters ros-fuerte-geometry ros-fuerte-geometry-experimental ros-fuerte-image-common ros-fuerte-image-pipeline ros-fuerte-joystick-drivers ros-fuerte-laser-pipeline ros-fuerte-navigation ros-fuerte-nodelet-core ros-fuerte-orocos-kinematics-dynamics ros-fuerte-perception-pcl ros-fuerte-physics-ode ros-fuerte-pluginlib ros-fuerte-pr2-apps ros-fuerte-pr2-calibration ros-fuerte-pr2-common ros-fuerte-pr2-common-actions ros-fuerte-pr2-controllers ros-fuerte-pr2-ethercat-drivers ros-fuerte-pr2-kinematics ros-fuerte-pr2-mechanism ros-fuerte-pr2-simulator ros-fuerte-protobuf ros-fuerte-python-qt-binding ros-fuerte-robot-model ros-fuerte-ros-control ros-fuerte-simulator-gazebo ros-fuerte-slam-gmapping ros-fuerte-vision-opencv ros-fuerte-visualization ros-fuerte-visualization-common ros-fuerte-xacro subversion 0 upgraded, 0 newly installed, 50 to remove and 0 not upgraded. After this operation, 1,542 MB disk space will be freed. Do you want to continue [Y/n]? y |
Lange lijst dus ik dacht het zal wel
