libimobiledevice / ifuse

A fuse filesystem to access the contents of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
806 stars 134 forks source link

Installing removed settings app on Ubuntu #98

Open MarcGoekce opened 1 week ago

MarcGoekce commented 1 week ago

This is odd...

After installing ifuse, my gnome-control-center was gone. I had to manually reinstall it for it to reappear.

$ whereis gnome-control-center
gnome-control-center: /usr/share/gnome-control-center

$ gnome-control-center
Command 'gnome-control-center' not found, but can be installed with:
sudo apt install gnome-control-center

I don't have any logs of the installation process, so here is my history:

 1957  sudo apt-get install     build-essential     pkg-config  checkinstall    git     autoconf    automake    libtool-bin     libplist-dev    libimobiledevice-dev    libfuse-dev     usbmuxd
 1958  git clone https://github.com/libimobiledevice/ifuse.git
 1959  cd ifuse
 1960  ./autogen.sh
 1961  make
 1962  sudo make install
 1963  sudo modprobe fuse
 1964  sudo adduser $USER fuse
 1965  id | grep fuse && echo yes! || echo not yet...
 1966  sudo modprobe fuse
 1967  sudo adduser $USER fuse
 1968  ./autogen.sh
 1969  make
 1970  history 20
 1971  sudo make install
 1972  sudo modprobe fuse
 1973  sudo adduser $USER fuse
 1974  sudo groupadd fuse
 1975  sudo usermod -aG fuse username
 1976  sudo usermod -aG fuse fuse
 1977  sudo usermod -aG fuse
 1978  sudo adduser $USER fuse
 1979  id | grep fuse && echo yes! || echo not yet...
 1980  cd ifuse/
 1981  id | grep fuse && echo yes! || echo not yet...
 1982  lsmod | grep fuse
 1983  sudo modprobe fuse
 1984  lsmod | grep fuse
 1985  sudo adduser $USER fuse
 1986  id | grep fuse && echo yes! || echo not yet...
 1987  sudo apt-get install fuse
 1988  sudo apt install usbmuxd libimobiledevice6 libimobiledevice-utils
 1989  mkdir ~/iPhone
 1990  ifuse ~/iPhone/
 1991  whereis gnome-control-center
carlosmintfan commented 2 days ago

Whhow. Please paste cat /var/log/apt/history.log and cat /var/log/apt/term.log (if they don't contain enough info, zcat /var/log/apt/history.log.1.gz and zcat /var/log/apt/term.log.1.gz) andinxi -r`.