Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

alien not replicating symbolic links

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
sptiley23
Posts: 2
Joined: 2018-05-08 15:23

alien not replicating symbolic links

#1 Post by sptiley23 »

I have used alien to convert a .rpm package to a .deb. This works great, but in my rpm, there is a symbolic link for a directory. This is not replicated. the rpm shows the link when you do an rpm -qlvp. There is no mention of the link name in the .deb package when you do a dpkg -c.
Is there a way to make alien replicate the links, or is this just not supported?
Thanks in advance for any information.

sptiley23
Posts: 2
Joined: 2018-05-08 15:23

Re: alien not replicating symbolic links

#2 Post by sptiley23 »

Solved!

I used dpkg-deb to extract the .deb result and tried to create the soft links in the extracted tree. It would not let me. "Operation not permitted".
Finally realised I was working on a FAT partitioned sd card. Moved to a linux partition. alien replicated the links in the .deb package!

Post Reply